Started by timer Running as SYSTEM Agent centos-7-xnkdf 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-xnkdf" namespace: "scout" 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-xnkdf" - 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-xnkdf" - 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.13.3" imagePullPolicy: "Always" name: "jnlp" resources: limits: cpu: "2000m" memory: "4096Mi" requests: cpu: "1000m" memory: "4096Mi" tty: true volumeMounts: - mountPath: "/home/jenkins/.m2/toolchains.xml" name: "m2-dir" readOnly: true subPath: "toolchains.xml" - mountPath: "/home/jenkins/.mavenrc" name: "m2-dir" readOnly: true subPath: ".mavenrc" - mountPath: "/opt/tools" name: "volume-0" readOnly: false - mountPath: "/home/jenkins" name: "volume-2" readOnly: false - mountPath: "/home/jenkins/.m2/repository" name: "volume-3" readOnly: false - mountPath: "/home/jenkins/.m2/settings-security.xml" name: "m2-secret-dir" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/wrapper" name: "volume-4" readOnly: false - mountPath: "/home/jenkins/.m2/settings.xml" name: "m2-secret-dir" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.ssh" name: "volume-1" readOnly: false subPath: "" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: kubernetes.io/os: "linux" restartPolicy: "Never" volumes: - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-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-xnkdf (centos-7 jipp-migration migration) in workspace /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly 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/scout-integration-7.0-RT-nightly # timeout=10 Fetching upstream changes from https://github.com/eclipse-scout/scout.rt.git > git --version # timeout=10 > git --version # 'git version 2.36.3' > git fetch --tags --force --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/7.0.x^{commit} # timeout=10 Checking out Revision 8c8d86f43ec2c501aa4c97d53208a73ea671bf29 (refs/remotes/origin/releases/7.0.x) > git config core.sparsecheckout # timeout=10 > git checkout -f 8c8d86f43ec2c501aa4c97d53208a73ea671bf29 # timeout=10 Commit message: "Remove bintray maven repository" > git rev-list --no-walk 8c8d86f43ec2c501aa4c97d53208a73ea671bf29 # timeout=10 [scout-integration-7.0-RT-nightly] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -Dremote_branch=origin/releases/7.0.x -Dis_tag=false -Dtag_or_branch=origin/releases/7.0.x -Dinclude=org.eclipse.scout:*:*:* -DresolutionFuzziness=groupId -DreResolve=false dependency:purge-local-repository Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0) 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.14.14-200.fc34.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [WARNING] [WARNING] Some problems were encountered while building the effective model for org.eclipse.scout.rt:org.eclipse.scout.rt-root:pom:7.0.300 [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-install-plugin is missing. @ line 33, column 15 [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-deploy-plugin is missing. @ line 41, column 15 [WARNING] 'build.plugins.plugin.version' for com.mycila:license-maven-plugin is missing. @ line 49, column 15 [WARNING] [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. [WARNING] [WARNING] For this reason, future Maven versions might no longer support building such malformed projects. [WARNING] [WARNING] The project org.eclipse.scout.rt:org.eclipse.scout.rt:pom:7.0.300-SNAPSHOT uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html [WARNING] The project org.eclipse.scout.rt:org.eclipse.scout.rt-settings:jar:7.0.300-SNAPSHOT uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html [WARNING] The project org.eclipse.scout.rt:org.eclipse.scout.rt-root:pom:7.0.300 uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] Eclipse Scout RT [pom] [INFO] org.eclipse.scout.rt:org.eclipse.scout.json [jar] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.platform [jar] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.platform.test [jar] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.shared [jar] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.shared.test [jar] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.commons [jar] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.commons.test [jar] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.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.jackson [jar] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.rest [jar] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.rest.test [jar] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.jackson.test [jar] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.client [jar] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.client.test [jar] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.svg.client [jar] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.svg.client.test [jar] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.serverbridge [jar] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.scriptprocessor [jar] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html [jar] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.test [jar] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.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] Eclipse Scout RT ROOT Module [pom] [INFO] [INFO] -------------< org.eclipse.scout.rt:org.eclipse.scout.rt >-------------- [INFO] Building Eclipse Scout RT 7.0.300-SNAPSHOT [1/40] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:2.10:purge-local-repository (default-cli) @ org.eclipse.scout.rt --- [INFO] No artifacts included for purge for project: org.eclipse.scout.rt:org.eclipse.scout.rt:pom:7.0.300-SNAPSHOT [INFO] [INFO] ------------< org.eclipse.scout.rt:org.eclipse.scout.json >------------- [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.json 7.0.300-SNAPSHOT [2/40] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:2.10:purge-local-repository (default-cli) @ org.eclipse.scout.json --- [INFO] No artifacts included for purge for project: org.eclipse.scout.rt:org.eclipse.scout.json:jar:7.0.300-SNAPSHOT [INFO] [INFO] ---------< org.eclipse.scout.rt:org.eclipse.scout.rt.platform >--------- [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.platform 7.0.300-SNAPSHOT [3/40] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:2.10:purge-local-repository (default-cli) @ org.eclipse.scout.rt.platform --- [INFO] No artifacts included for purge for project: org.eclipse.scout.rt:org.eclipse.scout.rt.platform:jar:7.0.300-SNAPSHOT [INFO] [INFO] ------< org.eclipse.scout.rt:org.eclipse.scout.rt.platform.test >------- [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.platform.test 7.0.300-SNAPSHOT [4/40] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:2.10:purge-local-repository (default-cli) @ org.eclipse.scout.rt.platform.test --- [INFO] No artifacts included for purge for project: org.eclipse.scout.rt:org.eclipse.scout.rt.platform.test:jar:7.0.300-SNAPSHOT [INFO] [INFO] ----------< org.eclipse.scout.rt:org.eclipse.scout.rt.shared >---------- [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.shared 7.0.300-SNAPSHOT [5/40] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:2.10:purge-local-repository (default-cli) @ org.eclipse.scout.rt.shared --- [INFO] No artifacts included for purge for project: org.eclipse.scout.rt:org.eclipse.scout.rt.shared:jar:7.0.300-SNAPSHOT [INFO] [INFO] -------< org.eclipse.scout.rt:org.eclipse.scout.rt.shared.test >-------- [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.shared.test 7.0.300-SNAPSHOT [6/40] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:2.10:purge-local-repository (default-cli) @ org.eclipse.scout.rt.shared.test --- [INFO] No artifacts included for purge for project: org.eclipse.scout.rt:org.eclipse.scout.rt.shared.test:jar:7.0.300-SNAPSHOT [INFO] [INFO] ------< org.eclipse.scout.rt:org.eclipse.scout.rt.server.commons >------ [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.server.commons 7.0.300-SNAPSHOT [7/40] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:2.10:purge-local-repository (default-cli) @ org.eclipse.scout.rt.server.commons --- [INFO] No artifacts included for purge for project: org.eclipse.scout.rt:org.eclipse.scout.rt.server.commons:jar:7.0.300-SNAPSHOT [INFO] [INFO] ---< org.eclipse.scout.rt:org.eclipse.scout.rt.server.commons.test >---- [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.server.commons.test 7.0.300-SNAPSHOT [8/40] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:2.10:purge-local-repository (default-cli) @ org.eclipse.scout.rt.server.commons.test --- [INFO] No artifacts included for purge for project: org.eclipse.scout.rt:org.eclipse.scout.rt.server.commons.test:jar:7.0.300-SNAPSHOT [INFO] [INFO] ---------< org.eclipse.scout.rt:org.eclipse.scout.rt.mom.api >---------- [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.mom.api 7.0.300-SNAPSHOT [9/40] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:2.10:purge-local-repository (default-cli) @ org.eclipse.scout.rt.mom.api --- [INFO] No artifacts included for purge for project: org.eclipse.scout.rt:org.eclipse.scout.rt.mom.api:jar:7.0.300-SNAPSHOT [INFO] [INFO] ----------< org.eclipse.scout.rt:org.eclipse.scout.rt.server >---------- [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.server 7.0.300-SNAPSHOT [10/40] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:2.10:purge-local-repository (default-cli) @ org.eclipse.scout.rt.server --- [INFO] No artifacts included for purge for project: org.eclipse.scout.rt:org.eclipse.scout.rt.server:jar:7.0.300-SNAPSHOT [INFO] [INFO] -------< org.eclipse.scout.rt:org.eclipse.scout.rt.server.test >-------- [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.server.test 7.0.300-SNAPSHOT [11/40] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:2.10:purge-local-repository (default-cli) @ org.eclipse.scout.rt.server.test --- [INFO] No artifacts included for purge for project: org.eclipse.scout.rt:org.eclipse.scout.rt.server.test:jar:7.0.300-SNAPSHOT [INFO] [INFO] --------< org.eclipse.scout.rt:org.eclipse.scout.rt.server.jms >-------- [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.server.jms 7.0.300-SNAPSHOT [12/40] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:2.10:purge-local-repository (default-cli) @ org.eclipse.scout.rt.server.jms --- [INFO] No artifacts included for purge for project: org.eclipse.scout.rt:org.eclipse.scout.rt.server.jms:jar:7.0.300-SNAPSHOT [INFO] [INFO] -------< org.eclipse.scout.rt:org.eclipse.scout.rt.server.jaxws >------- [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.server.jaxws 7.0.300-SNAPSHOT [13/40] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:2.10:purge-local-repository (default-cli) @ org.eclipse.scout.rt.server.jaxws --- [INFO] No artifacts included for purge for project: org.eclipse.scout.rt:org.eclipse.scout.rt.server.jaxws:jar:7.0.300-SNAPSHOT [INFO] [INFO] ----------< org.eclipse.scout.rt:org.eclipse.scout.jaxws.apt >---------- [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.jaxws.apt 7.0.300-SNAPSHOT [14/40] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:2.10:purge-local-repository (default-cli) @ org.eclipse.scout.jaxws.apt --- [INFO] No artifacts included for purge for project: org.eclipse.scout.rt:org.eclipse.scout.jaxws.apt:jar:7.0.300-SNAPSHOT [INFO] [INFO] ----< org.eclipse.scout.rt:org.eclipse.scout.rt.server.jaxws.test >----- [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.server.jaxws.test 7.0.300-SNAPSHOT [15/40] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:2.10:purge-local-repository (default-cli) @ org.eclipse.scout.rt.server.jaxws.test --- [INFO] No artifacts included for purge for project: org.eclipse.scout.rt:org.eclipse.scout.rt.server.jaxws.test:jar:7.0.300-SNAPSHOT [INFO] [INFO] -------< org.eclipse.scout.rt:org.eclipse.scout.rt.server.jdbc >-------- [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.server.jdbc 7.0.300-SNAPSHOT [16/40] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:2.10:purge-local-repository (default-cli) @ org.eclipse.scout.rt.server.jdbc --- [INFO] No artifacts included for purge for project: org.eclipse.scout.rt:org.eclipse.scout.rt.server.jdbc:jar:7.0.300-SNAPSHOT [INFO] [INFO] -----< org.eclipse.scout.rt:org.eclipse.scout.rt.server.jdbc.test >----- [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.server.jdbc.test 7.0.300-SNAPSHOT [17/40] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:2.10:purge-local-repository (default-cli) @ org.eclipse.scout.rt.server.jdbc.test --- [INFO] No artifacts included for purge for project: org.eclipse.scout.rt:org.eclipse.scout.rt.server.jdbc.test:jar:7.0.300-SNAPSHOT [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 7.0.300-SNAPSHOT [18/40] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:2.10:purge-local-repository (default-cli) @ org.eclipse.scout.rt.mom.api.test --- [INFO] No artifacts included for purge for project: org.eclipse.scout.rt:org.eclipse.scout.rt.mom.api.test:jar:7.0.300-SNAPSHOT [INFO] [INFO] ---------< org.eclipse.scout.rt:org.eclipse.scout.rt.mom.jms >---------- [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.mom.jms 7.0.300-SNAPSHOT [19/40] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:2.10:purge-local-repository (default-cli) @ org.eclipse.scout.rt.mom.jms --- [INFO] No artifacts included for purge for project: org.eclipse.scout.rt:org.eclipse.scout.rt.mom.jms:jar:7.0.300-SNAPSHOT [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 7.0.300-SNAPSHOT [20/40] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:2.10:purge-local-repository (default-cli) @ org.eclipse.scout.rt.mom.jms.test --- [INFO] No artifacts included for purge for project: org.eclipse.scout.rt:org.eclipse.scout.rt.mom.jms.test:jar:7.0.300-SNAPSHOT [INFO] [INFO] ---------< org.eclipse.scout.rt:org.eclipse.scout.rt.jackson >---------- [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.jackson 7.0.300-SNAPSHOT [21/40] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:2.10:purge-local-repository (default-cli) @ org.eclipse.scout.rt.jackson --- [INFO] No artifacts included for purge for project: org.eclipse.scout.rt:org.eclipse.scout.rt.jackson:jar:7.0.300-SNAPSHOT [INFO] [INFO] -----------< org.eclipse.scout.rt:org.eclipse.scout.rt.rest >----------- [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.rest 7.0.300-SNAPSHOT [22/40] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:2.10:purge-local-repository (default-cli) @ org.eclipse.scout.rt.rest --- [INFO] No artifacts included for purge for project: org.eclipse.scout.rt:org.eclipse.scout.rt.rest:jar:7.0.300-SNAPSHOT [INFO] [INFO] --------< org.eclipse.scout.rt:org.eclipse.scout.rt.rest.test >--------- [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.rest.test 7.0.300-SNAPSHOT [23/40] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:2.10:purge-local-repository (default-cli) @ org.eclipse.scout.rt.rest.test --- [INFO] No artifacts included for purge for project: org.eclipse.scout.rt:org.eclipse.scout.rt.rest.test:jar:7.0.300-SNAPSHOT [INFO] [INFO] -------< org.eclipse.scout.rt:org.eclipse.scout.rt.jackson.test >------- [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.jackson.test 7.0.300-SNAPSHOT [24/40] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:2.10:purge-local-repository (default-cli) @ org.eclipse.scout.rt.jackson.test --- [INFO] No artifacts included for purge for project: org.eclipse.scout.rt:org.eclipse.scout.rt.jackson.test:jar:7.0.300-SNAPSHOT [INFO] [INFO] ----------< org.eclipse.scout.rt:org.eclipse.scout.rt.client >---------- [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.client 7.0.300-SNAPSHOT [25/40] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:2.10:purge-local-repository (default-cli) @ org.eclipse.scout.rt.client --- [INFO] No artifacts included for purge for project: org.eclipse.scout.rt:org.eclipse.scout.rt.client:jar:7.0.300-SNAPSHOT [INFO] [INFO] -------< org.eclipse.scout.rt:org.eclipse.scout.rt.client.test >-------- [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.client.test 7.0.300-SNAPSHOT [26/40] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:2.10:purge-local-repository (default-cli) @ org.eclipse.scout.rt.client.test --- [INFO] No artifacts included for purge for project: org.eclipse.scout.rt:org.eclipse.scout.rt.client.test:jar:7.0.300-SNAPSHOT [INFO] [INFO] --------< org.eclipse.scout.rt:org.eclipse.scout.rt.svg.client >-------- [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.svg.client 7.0.300-SNAPSHOT [27/40] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:2.10:purge-local-repository (default-cli) @ org.eclipse.scout.rt.svg.client --- [INFO] No artifacts included for purge for project: org.eclipse.scout.rt:org.eclipse.scout.rt.svg.client:jar:7.0.300-SNAPSHOT [INFO] [INFO] -----< org.eclipse.scout.rt:org.eclipse.scout.rt.svg.client.test >------ [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.svg.client.test 7.0.300-SNAPSHOT [28/40] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:2.10:purge-local-repository (default-cli) @ org.eclipse.scout.rt.svg.client.test --- [INFO] No artifacts included for purge for project: org.eclipse.scout.rt:org.eclipse.scout.rt.svg.client.test:jar:7.0.300-SNAPSHOT [INFO] [INFO] -------< org.eclipse.scout.rt:org.eclipse.scout.rt.serverbridge >------- [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.serverbridge 7.0.300-SNAPSHOT [29/40] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:2.10:purge-local-repository (default-cli) @ org.eclipse.scout.rt.serverbridge --- [INFO] No artifacts included for purge for project: org.eclipse.scout.rt:org.eclipse.scout.rt.serverbridge:jar:7.0.300-SNAPSHOT [INFO] [INFO] --< org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.scriptprocessor >-- [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.scriptprocessor 7.0.300-SNAPSHOT [30/40] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:2.10:purge-local-repository (default-cli) @ org.eclipse.scout.rt.ui.html.scriptprocessor --- [INFO] No artifacts included for purge for project: org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.scriptprocessor:jar:7.0.300-SNAPSHOT [INFO] [INFO] ---------< org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html >---------- [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html 7.0.300-SNAPSHOT [31/40] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:2.10:purge-local-repository (default-cli) @ org.eclipse.scout.rt.ui.html --- [INFO] No artifacts included for purge for project: org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html:jar:7.0.300-SNAPSHOT [INFO] [INFO] -------< org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.test >------- [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.test 7.0.300-SNAPSHOT [32/40] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:2.10:purge-local-repository (default-cli) @ org.eclipse.scout.rt.ui.html.test --- [INFO] No artifacts included for purge for project: org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.test:jar:7.0.300-SNAPSHOT [INFO] [INFO] -----< org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.selenium >----- [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.selenium 7.0.300-SNAPSHOT [33/40] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:2.10:purge-local-repository (default-cli) @ org.eclipse.scout.rt.ui.html.selenium --- [INFO] No artifacts included for purge for project: org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.selenium:jar:7.0.300-SNAPSHOT [INFO] [INFO] --< org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.scriptprocessor.test >-- [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.scriptprocessor.test 7.0.300-SNAPSHOT [34/40] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:2.10:purge-local-repository (default-cli) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test --- [INFO] No artifacts included for purge for project: org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.scriptprocessor.test:jar:7.0.300-SNAPSHOT [INFO] [INFO] -------< org.eclipse.scout.rt:org.eclipse.scout.rt.svg.ui.html >-------- [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.svg.ui.html 7.0.300-SNAPSHOT [35/40] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:2.10:purge-local-repository (default-cli) @ org.eclipse.scout.rt.svg.ui.html --- [INFO] No artifacts included for purge for project: org.eclipse.scout.rt:org.eclipse.scout.rt.svg.ui.html:jar:7.0.300-SNAPSHOT [INFO] [INFO] ----------< org.eclipse.scout.rt:org.eclipse.scout.dev.jetty >---------- [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.dev.jetty 7.0.300-SNAPSHOT [36/40] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:2.10:purge-local-repository (default-cli) @ org.eclipse.scout.dev.jetty --- [INFO] No artifacts included for purge for project: org.eclipse.scout.rt:org.eclipse.scout.dev.jetty:jar:7.0.300-SNAPSHOT [INFO] [INFO] ----< org.eclipse.scout.rt:org.eclipse.scout.dev.jetty.test.affix >----- [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.dev.jetty.test.affix 7.0.300-SNAPSHOT [37/40] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:2.10:purge-local-repository (default-cli) @ org.eclipse.scout.dev.jetty.test.affix --- [INFO] No artifacts included for purge for project: org.eclipse.scout.rt:org.eclipse.scout.dev.jetty.test.affix:jar:7.0.300-SNAPSHOT [INFO] [INFO] -------< org.eclipse.scout.rt:org.eclipse.scout.dev.jetty.test >-------- [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.dev.jetty.test 7.0.300-SNAPSHOT [38/40] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:2.10:purge-local-repository (default-cli) @ org.eclipse.scout.dev.jetty.test --- [INFO] No artifacts included for purge for project: org.eclipse.scout.rt:org.eclipse.scout.dev.jetty.test:jar:7.0.300-SNAPSHOT [INFO] [INFO] ---------< org.eclipse.scout.rt:org.eclipse.scout.rt-settings >--------- [INFO] Building org.eclipse.scout.rt-settings 7.0.300-SNAPSHOT [39/40] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:2.10:purge-local-repository (default-cli) @ org.eclipse.scout.rt-settings --- [INFO] No artifacts included for purge for project: org.eclipse.scout.rt:org.eclipse.scout.rt-settings:jar:7.0.300-SNAPSHOT [INFO] [INFO] -----------< org.eclipse.scout.rt:org.eclipse.scout.rt-root >----------- [INFO] Building Eclipse Scout RT ROOT Module 7.0.300 [40/40] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:2.8:purge-local-repository (default-cli) @ org.eclipse.scout.rt-root --- [INFO] No artifacts included for purge for project: org.eclipse.scout.rt:org.eclipse.scout.rt-root:pom:7.0.300 [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] Eclipse Scout RT 7.0.300-SNAPSHOT .................. SUCCESS [ 8.526 s] [INFO] org.eclipse.scout.rt:org.eclipse.scout.json 7.0.300-SNAPSHOT SUCCESS [ 0.207 s] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.platform 7.0.300-SNAPSHOT SUCCESS [ 0.990 s] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.platform.test 7.0.300-SNAPSHOT SUCCESS [ 0.432 s] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.shared 7.0.300-SNAPSHOT SUCCESS [ 0.922 s] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.shared.test 7.0.300-SNAPSHOT SUCCESS [ 0.034 s] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.commons 7.0.300-SNAPSHOT SUCCESS [ 0.055 s] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.commons.test 7.0.300-SNAPSHOT SUCCESS [ 0.019 s] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.mom.api 7.0.300-SNAPSHOT SUCCESS [ 0.244 s] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server 7.0.300-SNAPSHOT SUCCESS [ 0.015 s] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.test 7.0.300-SNAPSHOT SUCCESS [ 0.799 s] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.jms 7.0.300-SNAPSHOT SUCCESS [ 0.076 s] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.jaxws 7.0.300-SNAPSHOT SUCCESS [ 0.212 s] [INFO] org.eclipse.scout.rt:org.eclipse.scout.jaxws.apt 7.0.300-SNAPSHOT SUCCESS [ 0.033 s] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.jaxws.test 7.0.300-SNAPSHOT SUCCESS [ 0.412 s] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.jdbc 7.0.300-SNAPSHOT SUCCESS [ 0.003 s] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.jdbc.test 7.0.300-SNAPSHOT SUCCESS [ 0.010 s] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.mom.api.test 7.0.300-SNAPSHOT SUCCESS [ 0.238 s] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.mom.jms 7.0.300-SNAPSHOT SUCCESS [ 0.002 s] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.mom.jms.test 7.0.300-SNAPSHOT SUCCESS [ 1.312 s] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.jackson 7.0.300-SNAPSHOT SUCCESS [ 0.002 s] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.rest 7.0.300-SNAPSHOT SUCCESS [ 0.208 s] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.rest.test 7.0.300-SNAPSHOT SUCCESS [ 0.010 s] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.jackson.test 7.0.300-SNAPSHOT SUCCESS [ 0.003 s] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.client 7.0.300-SNAPSHOT SUCCESS [ 0.002 s] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.client.test 7.0.300-SNAPSHOT SUCCESS [ 0.089 s] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.svg.client 7.0.300-SNAPSHOT SUCCESS [ 0.457 s] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.svg.client.test 7.0.300-SNAPSHOT SUCCESS [ 0.026 s] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.serverbridge 7.0.300-SNAPSHOT SUCCESS [ 0.003 s] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.scriptprocessor 7.0.300-SNAPSHOT SUCCESS [ 0.291 s] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html 7.0.300-SNAPSHOT SUCCESS [ 0.175 s] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.test 7.0.300-SNAPSHOT SUCCESS [ 0.239 s] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.selenium 7.0.300-SNAPSHOT SUCCESS [ 2.337 s] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.scriptprocessor.test 7.0.300-SNAPSHOT SUCCESS [ 0.002 s] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.svg.ui.html 7.0.300-SNAPSHOT SUCCESS [ 0.004 s] [INFO] org.eclipse.scout.rt:org.eclipse.scout.dev.jetty 7.0.300-SNAPSHOT SUCCESS [ 0.595 s] [INFO] org.eclipse.scout.rt:org.eclipse.scout.dev.jetty.test.affix 7.0.300-SNAPSHOT SUCCESS [ 0.001 s] [INFO] org.eclipse.scout.rt:org.eclipse.scout.dev.jetty.test 7.0.300-SNAPSHOT SUCCESS [ 0.014 s] [INFO] org.eclipse.scout.rt-settings 7.0.300-SNAPSHOT ..... SUCCESS [ 0.002 s] [INFO] Eclipse Scout RT ROOT Module 7.0.300 ............... SUCCESS [ 1.069 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 26.022 s [INFO] Finished at: 2023-01-07T23:48:19Z [INFO] ------------------------------------------------------------------------ [scout-integration-7.0-RT-nightly] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -Dremote_branch=origin/releases/7.0.x -Dis_tag=false -Dtag_or_branch=origin/releases/7.0.x clean install -T0.5C Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0) 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.14.14-200.fc34.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [WARNING] [WARNING] Some problems were encountered while building the effective model for org.eclipse.scout.rt:org.eclipse.scout.rt-root:pom:7.0.300 [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-install-plugin is missing. @ line 33, column 15 [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-deploy-plugin is missing. @ line 41, column 15 [WARNING] 'build.plugins.plugin.version' for com.mycila:license-maven-plugin is missing. @ line 49, column 15 [WARNING] [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. [WARNING] [WARNING] For this reason, future Maven versions might no longer support building such malformed projects. [WARNING] [WARNING] The project org.eclipse.scout.rt:org.eclipse.scout.rt:pom:7.0.300-SNAPSHOT uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html [WARNING] The project org.eclipse.scout.rt:org.eclipse.scout.rt-settings:jar:7.0.300-SNAPSHOT uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html [WARNING] The project org.eclipse.scout.rt:org.eclipse.scout.rt-root:pom:7.0.300 uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] Eclipse Scout RT [pom] [INFO] org.eclipse.scout.rt:org.eclipse.scout.json [jar] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.platform [jar] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.platform.test [jar] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.shared [jar] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.shared.test [jar] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.commons [jar] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.commons.test [jar] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.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.jackson [jar] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.rest [jar] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.rest.test [jar] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.jackson.test [jar] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.client [jar] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.client.test [jar] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.svg.client [jar] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.svg.client.test [jar] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.serverbridge [jar] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.scriptprocessor [jar] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html [jar] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.test [jar] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.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] Eclipse Scout RT ROOT Module [pom] [INFO] [INFO] -------------< org.eclipse.scout.rt:org.eclipse.scout.rt >-------------- [INFO] Building Eclipse Scout RT 7.0.300-SNAPSHOT [1/40] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt --- [INFO] [INFO] --- flatten-maven-plugin:1.0.0:clean (flatten.clean) @ org.eclipse.scout.rt --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt --- [INFO] [INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.rt --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.rt --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- flatten-maven-plugin:1.0.0:flatten (flatten) @ org.eclipse.scout.rt --- [INFO] Generating flattened POM of project org.eclipse.scout.rt:org.eclipse.scout.rt:pom:7.0.300-SNAPSHOT... [INFO] [INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt --- [INFO] No site descriptor found: nothing to attach. [INFO] [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt --- [INFO] [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt --- [INFO] [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt --- [INFO] Checking compile classpath [INFO] Checking runtime classpath [INFO] Checking test classpath [INFO] [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt --- [INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0 [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt/7.0.300-SNAPSHOT/org.eclipse.scout.rt-7.0.300-SNAPSHOT.pom [INFO] [INFO] -----------< org.eclipse.scout.rt:org.eclipse.scout.rt-root >----------- [INFO] Building Eclipse Scout RT ROOT Module 7.0.300 [2/40] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.scout.rt-root --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.scout.rt-root --- [INFO] Skipping artifact installation [INFO] [INFO] ------------< org.eclipse.scout.rt:org.eclipse.scout.json >------------- [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.json 7.0.300-SNAPSHOT [3/40] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.json --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.json --- [INFO] [INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.json --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.json --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.json/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.json --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.json/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.json --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.json/target/classes [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.json --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.json/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.json --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.json/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.json --- ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.json.SelfUseTest Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 sec - in org.json.SelfUseTest Running org.json.ParsingTest Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.json.ParsingTest Running org.json.JSONTokenerTest Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 sec - in org.json.JSONTokenerTest Running org.json.JSONStringerTest Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 sec - in org.json.JSONStringerTest Running org.json.JSONObjectTest Tests run: 66, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 sec - in org.json.JSONObjectTest Running org.json.JSONArrayTest Tests run: 33, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.json.JSONArrayTest Running org.json.CompatibilityTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 sec - in org.json.CompatibilityTest Results : Tests run: 187, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.json --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.json/target/org.eclipse.scout.json-7.0.300-SNAPSHOT.jar [INFO] [INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.json --- [INFO] Skipping because packaging 'jar' is not pom. [INFO] [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.json --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.json/target/org.eclipse.scout.json-7.0.300-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.json --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.json/target/org.eclipse.scout.json-7.0.300-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.json --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.json/target/org.eclipse.scout.json-7.0.300-SNAPSHOT-test-sources.jar [INFO] [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.json --- [INFO] Checking compile classpath [INFO] Checking runtime classpath [INFO] Checking test classpath [INFO] [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.json --- [INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0 [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.json --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.json/target/org.eclipse.scout.json-7.0.300-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.json/7.0.300-SNAPSHOT/org.eclipse.scout.json-7.0.300-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.json/pom.xml to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.json/7.0.300-SNAPSHOT/org.eclipse.scout.json-7.0.300-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.json/target/org.eclipse.scout.json-7.0.300-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.json/7.0.300-SNAPSHOT/org.eclipse.scout.json-7.0.300-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.json/target/org.eclipse.scout.json-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.json/7.0.300-SNAPSHOT/org.eclipse.scout.json-7.0.300-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.json/target/org.eclipse.scout.json-7.0.300-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.json/7.0.300-SNAPSHOT/org.eclipse.scout.json-7.0.300-SNAPSHOT-test-sources.jar [INFO] [INFO] ---------< org.eclipse.scout.rt:org.eclipse.scout.rt.platform >--------- [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.platform 7.0.300-SNAPSHOT [4/40] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.platform --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.platform --- [INFO] [INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.rt.platform --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.rt.platform --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.platform/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.platform --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.rt.platform --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 376 source files to /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.platform/target/classes [INFO] [INFO] --- jandex-maven-plugin:1.0.5:jandex (make-index) @ org.eclipse.scout.rt.platform --- [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.platform --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.platform/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.rt.platform --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.rt.platform --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.platform --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.platform/target/org.eclipse.scout.rt.platform-7.0.300-SNAPSHOT.jar [INFO] [INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.platform --- [INFO] Skipping because packaging 'jar' is not pom. [INFO] [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.platform --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.platform --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.platform/target/org.eclipse.scout.rt.platform-7.0.300-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.platform --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.platform --- [INFO] Checking compile classpath [INFO] Checking runtime classpath [INFO] Checking test classpath [INFO] [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.platform --- [INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0 [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.platform --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.platform/target/org.eclipse.scout.rt.platform-7.0.300-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.platform/7.0.300-SNAPSHOT/org.eclipse.scout.rt.platform-7.0.300-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.platform/pom.xml to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.platform/7.0.300-SNAPSHOT/org.eclipse.scout.rt.platform-7.0.300-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.platform/target/org.eclipse.scout.rt.platform-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.platform/7.0.300-SNAPSHOT/org.eclipse.scout.rt.platform-7.0.300-SNAPSHOT-sources.jar [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 7.0.300-SNAPSHOT [5/40] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.dev.jetty.test.affix --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.dev.jetty.test.affix --- [INFO] [INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.dev.jetty.test.affix --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.dev.jetty.test.affix --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.dev.jetty.test.affix/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.dev.jetty.test.affix --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.dev.jetty.test.affix --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.dev.jetty.test.affix --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.dev.jetty.test.affix/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.dev.jetty.test.affix --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.dev.jetty.test.affix --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.dev.jetty.test.affix --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.dev.jetty.test.affix/target/org.eclipse.scout.dev.jetty.test.affix-7.0.300-SNAPSHOT.jar [INFO] [INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.dev.jetty.test.affix --- [INFO] Skipping because packaging 'jar' is not pom. [INFO] [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.dev.jetty.test.affix --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.dev.jetty.test.affix --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.dev.jetty.test.affix/target/org.eclipse.scout.dev.jetty.test.affix-7.0.300-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.dev.jetty.test.affix --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.dev.jetty.test.affix --- [INFO] Checking compile classpath [INFO] Checking runtime classpath [INFO] Checking test classpath [INFO] [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.dev.jetty.test.affix --- [INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0 [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.dev.jetty.test.affix --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.dev.jetty.test.affix/target/org.eclipse.scout.dev.jetty.test.affix-7.0.300-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.dev.jetty.test.affix/7.0.300-SNAPSHOT/org.eclipse.scout.dev.jetty.test.affix-7.0.300-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.dev.jetty.test.affix/pom.xml to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.dev.jetty.test.affix/7.0.300-SNAPSHOT/org.eclipse.scout.dev.jetty.test.affix-7.0.300-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.dev.jetty.test.affix/target/org.eclipse.scout.dev.jetty.test.affix-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.dev.jetty.test.affix/7.0.300-SNAPSHOT/org.eclipse.scout.dev.jetty.test.affix-7.0.300-SNAPSHOT-sources.jar [INFO] [INFO] ---------< org.eclipse.scout.rt:org.eclipse.scout.rt-settings >--------- [INFO] Building org.eclipse.scout.rt-settings 7.0.300-SNAPSHOT [6/40] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt-settings --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt-settings --- [INFO] [INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.rt-settings --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.rt-settings --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt-settings/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt-settings --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 15 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.rt-settings --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt-settings --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt-settings/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.rt-settings --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.rt-settings --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt-settings --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt-settings/target/org.eclipse.scout.rt-settings-7.0.300-SNAPSHOT.jar [INFO] [INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt-settings --- [INFO] Skipping because packaging 'jar' is not pom. [INFO] [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt-settings --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt-settings --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt-settings/target/org.eclipse.scout.rt-settings-7.0.300-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt-settings --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt-settings --- [INFO] Checking compile classpath [INFO] Checking runtime classpath [INFO] Checking test classpath [INFO] [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt-settings --- [INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0 [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt-settings --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt-settings/target/org.eclipse.scout.rt-settings-7.0.300-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt-settings/7.0.300-SNAPSHOT/org.eclipse.scout.rt-settings-7.0.300-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt-settings/pom.xml to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt-settings/7.0.300-SNAPSHOT/org.eclipse.scout.rt-settings-7.0.300-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt-settings/target/org.eclipse.scout.rt-settings-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt-settings/7.0.300-SNAPSHOT/org.eclipse.scout.rt-settings-7.0.300-SNAPSHOT-sources.jar [INFO] [INFO] ------< org.eclipse.scout.rt:org.eclipse.scout.rt.platform.test >------- [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.platform.test 7.0.300-SNAPSHOT [7/40] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.platform.test --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.platform.test --- [INFO] [INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.rt.platform.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.rt.platform.test --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.platform.test/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.platform.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1: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/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.platform.test/target/classes [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.platform.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 28 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.rt.platform.test --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 223 source files to /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.platform.test/target/test-classes [INFO] [INFO] --- jandex-maven-plugin:1.0.5:jandex (make-index) @ org.eclipse.scout.rt.platform.test --- [INFO] [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.rt.platform.test --- ------------------------------------------------------- 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.111 sec - in org.eclipse.scout.rt.testing.platform.util.date.FixedDateProviderTest Running org.eclipse.scout.rt.testing.platform.util.concurrent.ThreadInterruptionTest 2023-01-07 23:48:55,963 INFO [Thread-1] org.eclipse.scout.rt.platform.config.PropertiesHelper.parse(PropertiesHelper.java:989) - Reading properties from file:/home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.platform.test/target/test-classes/config.properties using org.eclipse.scout.rt.platform.config.DefaultConfigFileLoader - MDC[] 2023-01-07 23:48:56,056 INFO [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateHeadless(PlatformImplementor.java:172) - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[] 2023-01-07 23:48:56,073 INFO [Thread-1] org.eclipse.scout.rt.platform.inventory.ClassInventory.(ClassInventory.java:38) - Building jandex class inventory using rebuild strategy IF_MISSING... - MDC[] 2023-01-07 23:48:56,160 INFO [Thread-1] org.eclipse.scout.rt.platform.inventory.ClassInventory.(ClassInventory.java:44) - Finished building jandex class inventory in 101.355106 ms. Total class count: 1639 - MDC[] 2023-01-07 23:48:56,313 INFO [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:215) - Collected 114 beans in 150.756949 ms - MDC[] 2023-01-07 23:48:56,349 INFO [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:220) - Registered 114 beans in 36.524654 ms - MDC[] 2023-01-07 23:48:56,363 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.98 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.002 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.003 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.012 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.209 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.008 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.008 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.006 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.003 sec - in org.eclipse.scout.rt.testing.platform.runner.TimesMethodLevelTest Running org.eclipse.scout.rt.testing.platform.runner.TimesClassLevelTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.testing.platform.runner.TimesClassLevelTest Running org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunnerTransactionTest 2023-01-07 23:48:59,501 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:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:48:59,517 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:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.821 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.026 sec - in org.eclipse.scout.rt.testing.platform.runner.MockBeanTest Running org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandlerTest 2023-01-07 23:48:59,574 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:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:48:59,579 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:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:48:59,580 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[] 2023-01-07 23:48:59,581 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:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:48:59,581 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[] 2023-01-07 23:48:59,583 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:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 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.055 sec - in org.eclipse.scout.rt.testing.platform.mock.BeanAnnotationsTest Running org.eclipse.scout.rt.platform.util.event.SimpleEventListenerListTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.platform.util.event.SimpleEventListenerListTest Running org.eclipse.scout.rt.platform.util.event.AbstractCompositeEventListenerListTest #TUNING: add1 50000 took 27.239030ms #TUNING: add1-last 50000 took 61.904566ms #TUNING: add2 50000 took 16.560463ms #TUNING: add2-last 50000 took 18.981840ms #TUNING: event1 took 11.385246ms #TUNING: event2 took 11.788961ms #TUNING: remove1 50000 took 122.470859ms #TUNING: remove2 50000 took 19.786854ms Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.299 sec - in org.eclipse.scout.rt.platform.util.event.AbstractCompositeEventListenerListTest Running org.eclipse.scout.rt.platform.util.date.DateUtilityTest Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.735 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 sec - in org.eclipse.scout.rt.platform.util.date.DateProviderTest Running org.eclipse.scout.rt.platform.util.collection.TransformingSetTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.platform.util.collection.TransformingSetTest Running org.eclipse.scout.rt.platform.util.collection.OrderedCollectionTest Tests run: 102, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 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.228 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.36 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.052 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.02 sec - in org.eclipse.scout.rt.platform.util.UriBuilderTest Running org.eclipse.scout.rt.platform.util.TypeCastUtilityTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 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.012 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.009 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.004 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.101 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.002 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.001 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 2023-01-07 23:49:11,612 WARN [main] org.eclipse.scout.rt.platform.util.NumberUtility.numberToBigDecimal(NumberUtility.java:101) - converting to BigDecimal failed for Number: 'NaN' - MDC[] 2023-01-07 23:49:11,612 WARN [main] org.eclipse.scout.rt.platform.util.NumberUtility.numberToBigDecimal(NumberUtility.java:101) - converting to BigDecimal failed for Number: '-Infinity' - MDC[] 2023-01-07 23:49:11,613 WARN [main] org.eclipse.scout.rt.platform.util.NumberUtility.numberToBigDecimal(NumberUtility.java:101) - converting to BigDecimal failed for Number: 'Infinity' - MDC[] 2023-01-07 23:49:11,613 WARN [main] org.eclipse.scout.rt.platform.util.NumberUtility.numberToBigDecimal(NumberUtility.java:101) - converting to BigDecimal failed for Number: 'NaN' - MDC[] 2023-01-07 23:49:11,614 WARN [main] org.eclipse.scout.rt.platform.util.NumberUtility.numberToBigDecimal(NumberUtility.java:101) - converting to BigDecimal failed for Number: '-Infinity' - MDC[] 2023-01-07 23:49:11,614 WARN [main] org.eclipse.scout.rt.platform.util.NumberUtility.numberToBigDecimal(NumberUtility.java:101) - converting to BigDecimal failed for Number: 'Infinity' - MDC[] 2023-01-07 23:49:11,615 WARN [main] org.eclipse.scout.rt.platform.util.NumberUtility.numberToBigDecimal(NumberUtility.java:101) - converting to BigDecimal failed for Number: '-Infinity' - MDC[] 2023-01-07 23:49:11,615 WARN [main] org.eclipse.scout.rt.platform.util.NumberUtility.numberToBigDecimal(NumberUtility.java:101) - converting to BigDecimal failed for Number: 'Infinity' - MDC[] 2023-01-07 23:49:11,615 WARN [main] org.eclipse.scout.rt.platform.util.NumberUtility.numberToBigDecimal(NumberUtility.java:101) - converting to BigDecimal failed for Number: 'NaN' - MDC[] 2023-01-07 23:49:11,616 WARN [main] org.eclipse.scout.rt.platform.util.NumberUtility.numberToBigDecimal(NumberUtility.java:101) - converting to BigDecimal failed for Number: '-Infinity' - MDC[] 2023-01-07 23:49:11,616 WARN [main] org.eclipse.scout.rt.platform.util.NumberUtility.numberToBigDecimal(NumberUtility.java:101) - converting to BigDecimal failed for Number: 'Infinity' - MDC[] 2023-01-07 23:49:11,616 WARN [main] org.eclipse.scout.rt.platform.util.NumberUtility.numberToBigDecimal(NumberUtility.java:101) - converting to BigDecimal failed for Number: 'NaN' - MDC[] 2023-01-07 23:49:11,634 WARN [main] org.eclipse.scout.rt.platform.util.NumberUtility.numberToBigDecimal(NumberUtility.java:101) - converting to BigDecimal failed for Number: 'NaN' - MDC[] 2023-01-07 23:49:11,635 WARN [main] org.eclipse.scout.rt.platform.util.NumberUtility.numberToBigDecimal(NumberUtility.java:101) - converting to BigDecimal failed for Number: '-Infinity' - MDC[] 2023-01-07 23:49:11,635 WARN [main] org.eclipse.scout.rt.platform.util.NumberUtility.numberToBigDecimal(NumberUtility.java:101) - converting to BigDecimal failed for Number: 'Infinity' - MDC[] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 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.032 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.015 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.002 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.031 sec - in org.eclipse.scout.rt.platform.util.IOUtilityTest Running org.eclipse.scout.rt.platform.util.HexUtilityTest #TUNING: decode[1000] sum=34.267945ms min=0.004458ms avg=0.034267ms median=0.036001ms max=0.125335ms [without 10 smallest and 10 largest: sum=33.285179 min=0.004500ms avg=0.033999ms median=0.036001ms max=0.082210ms] #TUNING: encode[1000] sum=24.491382ms min=0.004500ms avg=0.024491ms median=0.026959ms max=0.251963ms [without 10 smallest and 10 largest: sum=23.560531 min=0.004500ms avg=0.024065ms median=0.026959ms max=0.062085ms] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 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.029 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.006 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.009 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.002 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.015 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.077 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.006 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.007 sec - in org.eclipse.scout.rt.platform.util.CloneUtilityTest Running org.eclipse.scout.rt.platform.util.ClassIdentifierTest Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.platform.util.ClassIdentifierTest Running org.eclipse.scout.rt.platform.util.BooleanUtilityTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.platform.util.BooleanUtilityTest Running org.eclipse.scout.rt.platform.util.BomInputStreamReaderTest Tests run: 212, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 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.009 sec - in org.eclipse.scout.rt.platform.util.BeanUtilityTest Running org.eclipse.scout.rt.platform.util.Base64UtilityTest #TUNING: decode[1000] sum=53.570431ms min=0.004458ms avg=0.053570ms median=0.013500ms max=38.739068ms [without 10 smallest and 10 largest: sum=14.226895 min=0.004500ms avg=0.014532ms median=0.013500ms max=0.049543ms] #TUNING: encode[1000] sum=9.341283ms min=0.004458ms avg=0.009341ms median=0.009000ms max=0.068126ms [without 10 smallest and 10 largest: sum=8.847107 min=0.004500ms avg=0.009036ms median=0.009000ms max=0.032792ms] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 sec - in org.eclipse.scout.rt.platform.util.Base64UtilityTest Running org.eclipse.scout.rt.platform.util.AssertionsTest Tests run: 38, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec - in org.eclipse.scout.rt.platform.util.AssertionsTest Running org.eclipse.scout.rt.platform.util.AlphanumericComparatorTest Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.platform.util.AlphanumericComparatorTest Running org.eclipse.scout.rt.platform.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:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:12,346 ERROR [main] org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitOrRollback(TwoPhaseTransactionCommitProtocol.java:59) - Unexpected error during commit of XA transaction [2PC-phase='voting', tx=org.eclipse.scout.rt.platform.transaction.BasicTransaction$MockitoMock$597580259@6014ff2] - 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:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:12,359 ERROR [main] org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitOrRollback(TwoPhaseTransactionCommitProtocol.java:59) - Unexpected error during commit of XA transaction [2PC-phase='voting', tx=org.eclipse.scout.rt.platform.transaction.BasicTransaction$MockitoMock$597580259@18c47d20] - 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:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.219 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: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 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.548 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.014 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.03 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.02 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.004 sec - in org.eclipse.scout.rt.platform.nls.DynamicNlsTest Running org.eclipse.scout.rt.platform.nls.CollatorProviderTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.platform.nls.CollatorProviderTest Running org.eclipse.scout.rt.platform.logger.NullLoggerSupportTest 2023-01-07 23:49:13,068 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[] 2023-01-07 23:49:13,068 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[] 2023-01-07 23:49:13,068 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[] 2023-01-07 23:49:13,068 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[] 2023-01-07 23:49:13,069 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[] 2023-01-07 23:49:13,069 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.015 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.05 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.007 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.05 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.235 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.299 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.002 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.12 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.716 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.29 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.242 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.034 sec - in org.eclipse.scout.rt.platform.job.internal.FutureFinishedTest Running org.eclipse.scout.rt.platform.job.internal.ExecutionTriggerWithCalendarTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.002 sec - in org.eclipse.scout.rt.platform.job.internal.ExecutionTriggerWithCalendarTest Running org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphoreTest Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.637 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.032 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.045 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.478 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.002 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.002 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.002 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.004 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.002 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.024 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.004 sec - in org.eclipse.scout.rt.platform.job.filter.event.JobEventFilterBuilderTest Running org.eclipse.scout.rt.platform.job.WhenDoneTest 2023-01-07 23:49:52,391 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:52,398 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.019 sec - in org.eclipse.scout.rt.platform.job.WhenDoneTest Running org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest 2023-01-07 23:49:53,408 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,411 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,412 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,413 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,414 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,415 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,416 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,417 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,418 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,419 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,420 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,421 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,422 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,423 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,424 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,426 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,427 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor52.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,428 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor52.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,429 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor52.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,430 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor52.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,432 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor52.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,433 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor52.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,434 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor52.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,435 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor52.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,437 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor52.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,438 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor52.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,439 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor52.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,440 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor52.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,441 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor52.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,442 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor52.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,443 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor52.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,445 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor52.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,446 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor52.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,447 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor52.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,448 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor52.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,450 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor52.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,451 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor52.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,451 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor52.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,453 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor52.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,453 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor52.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,454 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor52.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,455 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor52.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,455 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor52.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,456 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor52.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,457 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor52.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,457 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor52.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,458 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor52.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,459 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor52.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,460 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor52.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,460 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor52.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,461 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor52.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,462 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor52.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,463 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor52.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,464 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor52.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,464 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor52.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,465 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor52.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,466 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor52.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,467 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor52.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,468 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor52.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,468 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor52.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,469 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor52.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,470 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor52.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,470 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor52.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,471 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor52.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,472 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor52.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,473 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor52.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,474 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor52.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,474 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor52.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,475 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor52.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,476 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor52.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,477 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor52.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,478 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor52.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,479 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor52.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,479 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor52.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,480 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor52.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,481 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor52.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,482 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor52.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,483 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor52.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,535 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor52.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,536 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor52.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,537 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor52.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,538 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor52.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,538 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor52.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,539 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor52.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,540 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor52.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,541 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor52.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,542 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor52.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,542 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor52.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,543 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor52.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,544 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor52.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,545 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor52.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,546 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor52.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,547 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor52.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,548 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor52.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,548 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor52.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,549 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor52.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,551 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor52.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,553 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor52.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,554 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor52.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,555 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor52.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,587 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,589 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,590 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,591 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,591 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,592 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,593 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,594 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,595 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,596 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,597 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,635 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,636 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,637 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,638 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,640 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,641 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor54.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,642 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor54.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,644 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor54.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,645 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor54.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,648 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor54.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,649 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor54.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,650 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor54.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,651 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor54.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,652 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor54.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,653 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor54.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,655 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor54.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,656 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor54.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,657 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor54.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,657 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor54.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,658 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor54.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,659 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor54.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,661 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor54.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,662 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor54.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,663 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor54.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,664 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor54.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,665 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor54.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,667 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor54.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,667 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor54.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,668 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor54.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,668 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor54.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,669 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor54.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,670 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor54.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,670 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor54.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,671 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor54.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,671 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor54.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,672 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor54.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,673 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor54.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,673 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor54.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,674 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor54.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,675 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor54.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,675 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor54.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,676 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor54.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,677 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor54.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,677 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor54.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,678 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor54.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,679 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor54.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,679 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor54.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,680 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor54.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,681 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor54.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,684 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor54.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,685 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor54.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,685 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor54.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,686 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor54.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,687 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor54.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,687 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor54.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,687 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor54.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,696 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor54.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,735 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor54.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,736 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor54.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,736 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor54.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,737 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor54.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,738 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor54.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,738 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor54.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,739 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor54.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,739 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor54.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,740 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor54.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,741 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor54.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,741 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor54.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,742 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor54.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,743 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor54.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,743 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor54.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,744 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor54.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,745 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor54.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,746 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor54.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,746 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor54.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,747 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor54.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,747 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor54.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,748 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor54.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,748 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor54.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,749 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor54.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,750 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor54.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,750 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor54.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,751 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor54.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,751 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor54.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,752 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor54.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,752 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor54.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,753 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor54.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,753 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor54.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:53,754 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor54.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,090 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,091 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,091 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,092 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,092 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,093 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,093 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,093 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,094 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,094 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,094 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,095 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,095 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,096 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,096 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,097 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,135 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,136 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,136 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,136 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,137 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,138 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,138 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,138 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,139 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,139 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,139 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,140 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,141 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,141 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,141 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,142 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,142 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,143 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,143 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,143 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,144 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,144 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,145 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,145 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,145 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,146 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,146 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,146 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,147 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,147 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,147 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,148 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,148 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,149 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,149 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,150 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,150 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,150 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,151 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,151 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,151 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,152 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,152 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,152 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,153 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,153 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,154 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,154 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,155 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,155 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,155 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,156 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,156 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,157 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,157 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,157 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,158 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,158 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,158 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,159 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,159 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,159 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,160 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,160 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,161 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,161 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,161 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,162 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,162 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,162 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,163 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,163 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,164 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,164 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,164 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,164 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,165 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,165 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,165 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,166 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,166 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,167 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,167 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,167 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,168 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,168 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,168 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,169 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,169 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,170 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,170 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,170 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,171 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,171 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,172 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,172 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,173 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,173 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,173 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,174 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,174 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,174 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,175 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,175 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,176 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,176 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,176 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,177 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,177 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,178 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,178 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,178 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,179 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,179 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,180 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,180 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,181 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,181 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,181 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,182 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,182 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,234 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,235 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,235 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,236 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,236 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,237 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,237 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,238 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,238 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,239 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,239 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,240 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,240 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,240 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,240 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,241 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,241 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,241 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,242 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,242 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,242 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,243 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,243 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,244 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,244 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,244 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,245 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,245 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,246 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,246 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,247 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,247 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,247 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,248 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,248 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,249 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,249 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,249 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,250 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,250 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,251 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,251 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,252 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,252 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,253 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,253 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,253 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,254 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,254 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,255 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,255 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,256 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,256 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,256 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,257 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,257 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,258 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,258 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,258 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,259 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,259 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,260 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,260 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,261 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,261 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,261 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,262 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,262 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,263 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,263 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,263 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,264 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,264 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,265 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,265 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,265 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,266 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,266 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,266 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,267 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,267 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,267 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,267 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,268 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,268 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,269 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,269 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,269 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,270 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,270 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,270 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,271 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,271 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,271 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,271 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,272 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,272 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,272 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,273 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,273 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,274 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,274 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,274 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,275 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,275 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,275 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,276 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,276 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,276 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,277 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,277 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,278 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,278 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,278 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,279 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,279 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,280 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,280 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,280 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,281 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,281 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,282 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,282 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,283 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,283 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,283 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,284 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,284 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,285 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,285 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,335 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,335 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,336 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,336 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,337 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,337 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,338 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,338 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,338 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,339 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,339 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,340 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,340 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,340 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,341 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,341 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,342 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,342 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,342 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,342 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,343 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,343 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,343 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,344 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,344 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,344 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,345 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,345 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,345 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,346 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,346 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,346 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,346 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,347 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,347 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,347 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,348 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,348 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,348 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,349 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,349 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,349 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,349 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,350 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,350 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,350 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,351 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,351 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,351 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,352 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,352 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,352 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,352 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,353 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,353 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,353 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,354 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,354 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,354 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,355 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,362 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,363 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,363 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,364 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,364 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,364 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,365 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,365 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,365 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,366 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,366 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,367 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,367 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,367 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,368 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,368 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,369 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,369 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,369 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,370 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,370 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,370 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,371 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,371 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,371 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,372 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,372 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,373 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,373 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,373 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,374 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,374 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,374 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,375 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,375 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,376 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,376 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,376 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,377 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,377 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,377 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,378 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,378 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,378 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,379 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,379 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,379 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,379 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,380 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,380 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,381 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,381 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,434 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,435 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,436 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,436 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,436 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,437 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,437 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,438 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,438 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,438 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,439 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,439 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,439 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,440 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,440 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,441 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,441 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,442 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,442 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,442 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:49:56,442 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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.GeneratedMethodAccessor63.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.176 sec - in org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest Running org.eclipse.scout.rt.platform.job.ScheduleWithFixedDelayTest 2023-01-07 23:49:56,584 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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) 2023-01-07 23:49:57,589 ERROR [scout-thread-21] 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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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) 2023-01-07 23:50:00,799 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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) 2023-01-07 23:50:05,106 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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) 2023-01-07 23:50:06,409 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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.827 sec - in org.eclipse.scout.rt.platform.job.ScheduleWithFixedDelayTest Running org.eclipse.scout.rt.platform.job.ScheduleDelayedTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.001 sec - in org.eclipse.scout.rt.platform.job.ScheduleDelayedTest Running org.eclipse.scout.rt.platform.job.ScheduleAtFixedRateTest 2023-01-07 23:50:07,414 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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) 2023-01-07 23:50:08,416 ERROR [scout-thread-21] 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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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) 2023-01-07 23:50:14,019 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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) 2023-01-07 23:50:18,325 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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) 2023-01-07 23:50:19,626 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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.214 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.605 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.011 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.333 sec - in org.eclipse.scout.rt.platform.job.JobStateTest Running org.eclipse.scout.rt.platform.job.JobScheduleTest 2023-01-07 23:50:24,583 WARN [scout-thread-24] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:50:24,585 WARN [scout-thread-24] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:50:26,592 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:50:26,594 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:50:27,601 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:50:30,111 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:50:30,112 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.535 sec - in org.eclipse.scout.rt.platform.job.JobScheduleTest Running org.eclipse.scout.rt.platform.job.JobManagerTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 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.441 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.051 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.001 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.045 sec - in org.eclipse.scout.rt.platform.job.JobFutureVisitTest Running org.eclipse.scout.rt.platform.job.JobFutureTaskTest Run: 8475 [8475 run/sec] Run: 18702 [9351 run/sec] Run: 28858 [9619 run/sec] Run: 39190 [9797 run/sec] Run: 49295 [9859 run/sec] Run: 59719 [9951 run/sec] Run: 70075 [10009 run/sec] Run: 80486 [10059 run/sec] Run: 91090 [10119 run/sec] Run: 100000 [9999 run/sec] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.003 sec - in org.eclipse.scout.rt.platform.job.JobFutureTaskTest Running org.eclipse.scout.rt.platform.job.JobExceptionTranslationTest 2023-01-07 23:50:44,673 ERROR [scout-thread-21] 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:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:50:44,681 ERROR [scout-thread-21] 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:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.eclipse.scout.rt.platform.job.JobExceptionTranslationTest Running org.eclipse.scout.rt.platform.job.JobCancelTest for-loop 1 in state DONE Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.06 sec - in org.eclipse.scout.rt.platform.job.JobCancelTest Running org.eclipse.scout.rt.platform.job.JobAsyncExceptionTest 2023-01-07 23:50:48,752 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:22) 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) 2023-01-07 23:50:48,761 WARN [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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:22) 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.017 sec - in org.eclipse.scout.rt.platform.job.JobAsyncExceptionTest Running org.eclipse.scout.rt.platform.job.FutureAwaitTest 2023-01-07 23:50:48,768 WARN [scout-thread-216] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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) 2023-01-07 23:50:48,772 WARN [scout-thread-128] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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) 2023-01-07 23:50:48,774 WARN [scout-thread-128] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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) 2023-01-07 23:50:48,786 WARN [scout-thread-113] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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) 2023-01-07 23:50:48,797 WARN [scout-thread-128] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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.048 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.004 sec - in org.eclipse.scout.rt.platform.job.ExecutionTriggerTest Running org.eclipse.scout.rt.platform.job.ExecutionHintTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.eclipse.scout.rt.platform.job.ExecutionHintTest Running org.eclipse.scout.rt.platform.job.BlockingConditionTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 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.105 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.61 sec - in org.eclipse.scout.rt.platform.job.AwaitDoneTest Running org.eclipse.scout.rt.platform.inventory.internal.JandexInventoryBuilderTest 2023-01-07 23:50:54,579 INFO [main] org.eclipse.scout.rt.platform.inventory.internal.JandexInventoryBuilder.scanFolder(JandexInventoryBuilder.java:187) - Rebuild index 'file:/home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.platform.test/target/test-classes/META-INF/jandex.idx'. Scanning location... - MDC[] 2023-01-07 23:50:54,992 INFO [main] org.eclipse.scout.rt.platform.inventory.internal.JandexInventoryBuilder.scanFolder(JandexInventoryBuilder.java:187) - Rebuild index 'file:/home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.platform.test/target/test-classes/META-INF/jandex.idx'. Scanning location... - MDC[] 2023-01-07 23:50:55,338 INFO [main] org.eclipse.scout.rt.platform.inventory.internal.JandexInventoryBuilder.scanFolder(JandexInventoryBuilder.java:187) - Rebuild index 'file:/home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.platform.test/target/test-classes/META-INF/jandex.idx'. Scanning location... - MDC[] 2023-01-07 23:50:55,538 INFO [main] org.eclipse.scout.rt.platform.inventory.internal.JandexInventoryBuilder.scanFolder(JandexInventoryBuilder.java:152) - Drop outdated index 'file:/home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.platform.test/target/test-classes/META-INF/jandex.idx'. Index timestamp 2023-01-07 23:48:53.000 is older than folder timestamp 2023-01-07 23:50:53.000. - MDC[] 2023-01-07 23:50:55,538 INFO [main] org.eclipse.scout.rt.platform.inventory.internal.JandexInventoryBuilder.scanFolder(JandexInventoryBuilder.java:187) - Rebuild index 'file:/home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.platform.test/target/test-classes/META-INF/jandex.idx'. Scanning location... - MDC[] 2023-01-07 23:50:55,709 INFO [main] org.eclipse.scout.rt.platform.inventory.internal.JandexInventoryBuilder.scanFolder(JandexInventoryBuilder.java:163) - Drop divergent index 'file:/home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.platform.test/target/test-classes/META-INF/jandex.idx'. Index file count 1090 != folder file count 1089. - MDC[] 2023-01-07 23:50:55,709 INFO [main] org.eclipse.scout.rt.platform.inventory.internal.JandexInventoryBuilder.scanFolder(JandexInventoryBuilder.java:187) - Rebuild index 'file:/home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.platform.test/target/test-classes/META-INF/jandex.idx'. Scanning location... - MDC[] 2023-01-07 23:50:55,862 INFO [main] org.eclipse.scout.rt.platform.inventory.internal.JandexInventoryBuilder.scanFolder(JandexInventoryBuilder.java:187) - Rebuild index 'file:/home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.platform.test/target/test-classes/org/eclipse/scout/rt/platform/inventory/internal/test%20repository/META-INF/jandex.idx'. Scanning location... - MDC[] 2023-01-07 23:50:55,865 INFO [main] org.eclipse.scout.rt.platform.inventory.internal.JandexInventoryBuilder.scanJar(JandexInventoryBuilder.java:204) - Found no pre-built 'jar:file:/home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.platform.test/target/test-classes/org/eclipse/scout/rt/platform/inventory/internal/test%20repository/test.jar_!/META-INF/jandex.idx'. Scanning location... - MDC[] 2023-01-07 23:50:55,868 INFO [main] org.eclipse.scout.rt.platform.inventory.internal.JandexInventoryBuilder.scanJar(JandexInventoryBuilder.java:204) - Found no pre-built 'jar:file:/home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.platform.test/target/test-classes/org/eclipse/scout/rt/platform/inventory/internal/test%20repository/test.jar_!/META-INF/jandex.idx'. Scanning location... - MDC[] 2023-01-07 23:50:58,890 INFO [main] org.eclipse.scout.rt.platform.inventory.internal.JandexInventoryBuilder.scanFolder(JandexInventoryBuilder.java:187) - Rebuild index 'file:/home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.platform.test/target/test-classes/META-INF/jandex.idx'. Scanning location... - MDC[] 2023-01-07 23:50:59,039 INFO [main] org.eclipse.scout.rt.platform.inventory.internal.JandexInventoryBuilder.scanFolder(JandexInventoryBuilder.java:187) - Rebuild index 'file:/home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.platform.test/target/test-classes/META-INF/jandex.idx'. Scanning location... - MDC[] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.661 sec - in org.eclipse.scout.rt.platform.inventory.internal.JandexInventoryBuilderTest Running org.eclipse.scout.rt.platform.inventory.internal.JandexClassInventoryTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.platform.inventory.internal.JandexClassInventoryTest Running org.eclipse.scout.rt.platform.inventory.internal.JandexClassInfoTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.eclipse.scout.rt.platform.inventory.internal.JandexClassInfoTest Running org.eclipse.scout.rt.platform.internal.PlatformImplementorTest 2023-01-07 23:50:59,215 INFO [pool-2004-thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateHeadless(PlatformImplementor.java:172) - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[] 2023-01-07 23:50:59,216 ERROR [pool-2004-thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor.fireStateEvent(PlatformImplementor.java:320) - 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:316) at org.eclipse.scout.rt.platform.internal.PlatformImplementor.changeState(PlatformImplementor.java:286) at org.eclipse.scout.rt.platform.internal.PlatformImplementor.start(PlatformImplementor.java:135) 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) 2023-01-07 23:50:59,216 ERROR [pool-2004-thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor.start(PlatformImplementor.java:144) - 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:316) at org.eclipse.scout.rt.platform.internal.PlatformImplementor.changeState(PlatformImplementor.java:286) at org.eclipse.scout.rt.platform.internal.PlatformImplementor.start(PlatformImplementor.java:135) 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) 2023-01-07 23:50:59,217 INFO [pool-2004-thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateHeadless(PlatformImplementor.java:172) - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[] 2023-01-07 23:50:59,217 WARN [pool-2004-thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor.initBeanDecorationFactory(PlatformImplementor.java:233) - Using org.eclipse.scout.rt.platform.SimpleBeanDecorationFactory. Please verify that this application really has no client or server side IBeanDecorationFactory - MDC[] 2023-01-07 23:50:59,217 ERROR [pool-2004-thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor.fireStateEvent(PlatformImplementor.java:320) - 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:316) at org.eclipse.scout.rt.platform.internal.PlatformImplementor.changeState(PlatformImplementor.java:286) at org.eclipse.scout.rt.platform.internal.PlatformImplementor.start(PlatformImplementor.java:154) 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) 2023-01-07 23:50:59,218 INFO [pool-2004-thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateHeadless(PlatformImplementor.java:172) - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[] 2023-01-07 23:50:59,218 WARN [pool-2004-thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor.initBeanDecorationFactory(PlatformImplementor.java:233) - Using org.eclipse.scout.rt.platform.SimpleBeanDecorationFactory. Please verify that this application really has no client or server side IBeanDecorationFactory - MDC[] 2023-01-07 23:50:59,218 ERROR [pool-2004-thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor.fireStateEvent(PlatformImplementor.java:320) - 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:316) at org.eclipse.scout.rt.platform.internal.PlatformImplementor.changeState(PlatformImplementor.java:286) at org.eclipse.scout.rt.platform.internal.PlatformImplementor.start(PlatformImplementor.java:140) 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) 2023-01-07 23:50:59,218 ERROR [pool-2004-thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor.start(PlatformImplementor.java:144) - 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:316) at org.eclipse.scout.rt.platform.internal.PlatformImplementor.changeState(PlatformImplementor.java:286) at org.eclipse.scout.rt.platform.internal.PlatformImplementor.start(PlatformImplementor.java:140) 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) 2023-01-07 23:50:59,219 INFO [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateHeadless(PlatformImplementor.java:172) - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[] 2023-01-07 23:50:59,220 WARN [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.initBeanDecorationFactory(PlatformImplementor.java:233) - Using org.eclipse.scout.rt.platform.SimpleBeanDecorationFactory. Please verify that this application really has no client or server side IBeanDecorationFactory - MDC[] 2023-01-07 23:50:59,221 INFO [pool-2004-thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateHeadless(PlatformImplementor.java:172) - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[] 2023-01-07 23:50:59,222 WARN [pool-2004-thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor.initBeanDecorationFactory(PlatformImplementor.java:233) - Using org.eclipse.scout.rt.platform.SimpleBeanDecorationFactory. Please verify that this application really has no client or server side IBeanDecorationFactory - MDC[] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 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.02 sec - in org.eclipse.scout.rt.platform.internal.BeanInstanceUtilTest Running org.eclipse.scout.rt.platform.internal.BeanHierarchyTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.eclipse.scout.rt.platform.internal.BeanHierarchyTest Running org.eclipse.scout.rt.platform.internal.BeanFilterTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.platform.internal.BeanFilterTest Running org.eclipse.scout.rt.platform.interceptor.DecoratingProxyTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 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.007 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.004 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.01 sec - in org.eclipse.scout.rt.platform.html.HtmlContentBuilderTest Running org.eclipse.scout.rt.platform.html.HTMLTest Tests run: 40, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 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.014 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.001 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.003 sec - in org.eclipse.scout.rt.platform.exception.VetoExceptionTest Running org.eclipse.scout.rt.platform.exception.ProcessingStatusTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.platform.exception.ProcessingStatusTest Running org.eclipse.scout.rt.platform.exception.ProcessingExceptionTest Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.platform.exception.ProcessingExceptionTest Running org.eclipse.scout.rt.platform.exception.PlatformExceptionTranslatorTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 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.007 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.009 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.034 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.015 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.066 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.001 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.014 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 2023-01-07 23:50:59,541 INFO [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.parse(PropertiesHelper.java:989) - Reading properties from file:/home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/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[] 2023-01-07 23:50:59,541 WARN [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.logDuplicateKey(PropertiesHelper.java:956) - Duplicate config key: 'longKey'. Old value '22' replaced with '2'. - MDC[] 2023-01-07 23:50:59,542 INFO [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.parse(PropertiesHelper.java:989) - Reading properties from file:/home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/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[] 2023-01-07 23:50:59,542 WARN [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.logDuplicateKey(PropertiesHelper.java:956) - Duplicate config key: 'longKey'. Old value '22' replaced with '2'. - MDC[] 2023-01-07 23:50:59,544 INFO [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.parse(PropertiesHelper.java:989) - Reading properties from file:/home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/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[] 2023-01-07 23:50:59,544 WARN [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.logDuplicateKey(PropertiesHelper.java:956) - Duplicate config key: 'longKey'. Old value '22' replaced with '2'. - MDC[] 2023-01-07 23:50:59,544 INFO [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.parse(PropertiesHelper.java:989) - Reading properties from file:/home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/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[] 2023-01-07 23:50:59,544 WARN [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.logDuplicateKey(PropertiesHelper.java:956) - Duplicate config key: 'longKey'. Old value '22' replaced with '2'. - MDC[] 2023-01-07 23:50:59,546 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[] 2023-01-07 23:50:59,574 INFO [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.parse(PropertiesHelper.java:989) - Reading properties from file:/home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/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[] 2023-01-07 23:50:59,574 INFO [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.parse(PropertiesHelper.java:989) - Reading properties from file:/home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/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[] 2023-01-07 23:50:59,576 INFO [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.parse(PropertiesHelper.java:989) - Reading properties from file:/home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/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[] 2023-01-07 23:50:59,576 WARN [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.logDuplicateKey(PropertiesHelper.java:956) - Duplicate config key: 'longKey'. Old value '22' replaced with '2'. - MDC[] 2023-01-07 23:50:59,576 INFO [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.parse(PropertiesHelper.java:989) - Reading properties from file:/home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/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[] 2023-01-07 23:50:59,577 INFO [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.parse(PropertiesHelper.java:989) - Reading properties from file:/home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/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[] 2023-01-07 23:50:59,578 WARN [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.logDuplicateKey(PropertiesHelper.java:956) - Duplicate config key: 'longKey'. Old value '22' replaced with '2'. - MDC[] 2023-01-07 23:50:59,578 INFO [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.parse(PropertiesHelper.java:989) - Reading properties from file:/home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/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[] 2023-01-07 23:50:59,579 INFO [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.parse(PropertiesHelper.java:989) - Reading properties from file:/home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/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[] 2023-01-07 23:50:59,579 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[] 2023-01-07 23:50:59,579 INFO [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.parse(PropertiesHelper.java:989) - Reading properties from file:/home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/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[] 2023-01-07 23:50:59,580 WARN [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.logDuplicateKey(PropertiesHelper.java:956) - Duplicate config key: 'longKey'. Old value '22' replaced with '2'. - MDC[] 2023-01-07 23:50:59,580 INFO [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.parse(PropertiesHelper.java:989) - Reading properties from file:/home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/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[] 2023-01-07 23:50:59,580 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[] 2023-01-07 23:50:59,581 INFO [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.parse(PropertiesHelper.java:989) - Reading properties from file:/home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/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[] 2023-01-07 23:50:59,581 WARN [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.logDuplicateKey(PropertiesHelper.java:956) - Duplicate config key: 'longKey'. Old value '22' replaced with '2'. - MDC[] 2023-01-07 23:50:59,582 INFO [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.parse(PropertiesHelper.java:989) - Reading properties from file:/home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/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[] 2023-01-07 23:50:59,582 WARN [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.logDuplicateKey(PropertiesHelper.java:956) - Duplicate config key: 'longKey'. Old value '22' replaced with '2'. - MDC[] 2023-01-07 23:50:59,583 INFO [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.parse(PropertiesHelper.java:989) - Reading properties from file:/home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/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[] 2023-01-07 23:50:59,584 INFO [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.parse(PropertiesHelper.java:989) - Reading properties from file:/home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/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[] 2023-01-07 23:50:59,584 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[] 2023-01-07 23:50:59,585 INFO [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.parse(PropertiesHelper.java:989) - Reading properties from file:/home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/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[] 2023-01-07 23:50:59,585 WARN [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.logDuplicateKey(PropertiesHelper.java:956) - Duplicate config key: 'longKey'. Old value '22' replaced with '2'. - MDC[] 2023-01-07 23:50:59,585 INFO [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.parse(PropertiesHelper.java:989) - Reading properties from file:/home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/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[] 2023-01-07 23:50:59,586 INFO [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.parse(PropertiesHelper.java:989) - Reading properties from file:/home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/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[] 2023-01-07 23:50:59,586 INFO [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.parse(PropertiesHelper.java:989) - Reading properties from file:/home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/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[] 2023-01-07 23:50:59,586 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[] 2023-01-07 23:50:59,586 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[] 2023-01-07 23:50:59,587 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[] 2023-01-07 23:50:59,589 INFO [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.parse(PropertiesHelper.java:989) - Reading properties from file:/home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/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[] 2023-01-07 23:50:59,589 INFO [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.parse(PropertiesHelper.java:989) - Reading properties from file:/home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/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[] 2023-01-07 23:50:59,589 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-test6896266170049492478.properties]. - MDC[] 2023-01-07 23:50:59,590 WARN [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.importAll(PropertiesHelper.java:919) - Import of 'file:/tmp/properties-helper-test6896266170049492478.properties' skipped because already imported: [org/eclipse/scout/rt/platform/config/helper-test.properties, virtual-test.properties, file:/tmp/properties-helper-test6896266170049492478.properties]. - MDC[] 2023-01-07 23:50:59,590 INFO [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.parse(PropertiesHelper.java:989) - Reading properties from file:/tmp/properties-helper-test6896266170049492478.properties using org.eclipse.scout.rt.platform.config.DefaultConfigFileLoader - MDC[] 2023-01-07 23:50:59,590 WARN [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.logDuplicateKey(PropertiesHelper.java:956) - Duplicate config key: 'longKey'. Old value '22' replaced with '2'. - MDC[] 2023-01-07 23:50:59,590 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-test6896266170049492478.properties]. - MDC[] 2023-01-07 23:50:59,590 WARN [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.importAll(PropertiesHelper.java:919) - Import of 'file:/tmp/properties-helper-test6896266170049492478.properties' skipped because already imported: [org/eclipse/scout/rt/platform/config/helper-test.properties, virtual-test.properties, file:/tmp/properties-helper-test6896266170049492478.properties]. - MDC[] 2023-01-07 23:50:59,590 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.05 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.002 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 2023-01-07 23:50:59,600 INFO [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.parse(PropertiesHelper.java:989) - Reading properties from file:/home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.platform.test/target/test-classes/config.properties using org.eclipse.scout.rt.platform.config.ConfigFileLoaderTest$FixtureSinglePropertyConfigFileLoader - MDC[] 2023-01-07 23:50:59,602 INFO [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.parse(PropertiesHelper.java:989) - Reading properties from file:/home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.platform.test/target/test-classes/config.properties using org.eclipse.scout.rt.platform.config.ConfigFileLoaderTest$FixtureEmptyConfigFileLoader - MDC[] 2023-01-07 23:50:59,602 INFO [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.parse(PropertiesHelper.java:989) - Reading properties from file:/home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/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.036 sec - in org.eclipse.scout.rt.platform.config.ConfigFileLoaderTest Running org.eclipse.scout.rt.platform.chain.callable.CallableChainTest 2023-01-07 23:50:59,658 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@32dd4b10] - 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:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 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.001 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.002 sec - in org.eclipse.scout.rt.platform.ReUseVsReplaceTest Running org.eclipse.scout.rt.platform.PreDestroyTest 2023-01-07 23:50:59,678 ERROR [main] org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.handleError(BeanInstanceUtil.java:266) - Methods annotated with @PreDestroy must not be static [method=private static void org.eclipse.scout.rt.platform.PreDestroyTest$P_FixtureWithSingleValidPreDestroy.cleanupStatic()] - MDC[] 2023-01-07 23:50:59,678 ERROR [main] org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.handleError(BeanInstanceUtil.java:266) - Methods annotated with @PreDestroy must have no arguments [method=private void org.eclipse.scout.rt.platform.PreDestroyTest$P_FixtureWithSingleValidPreDestroy.cleanupWithArgs(int)] - MDC[] 2023-01-07 23:50:59,681 ERROR [main] org.eclipse.scout.rt.platform.internal.BeanManagerImplementor.destroyBean(BeanManagerImplementor.java:316) - Error invoking @PreDestroy method public void org.eclipse.scout.rt.platform.PreDestroyTest$P_FixtureWithPreDestroyThrowingException.cleanupOne() throws java.lang.Exception on bean IBean[@ApplicationScoped org.eclipse.scout.rt.platform.PreDestroyTest$P_FixtureWithInherited]. - MDC[] org.eclipse.scout.rt.platform.exception.BeanCreationException: Exception while invoking @PreDestroy method public void org.eclipse.scout.rt.platform.PreDestroyTest$P_FixtureWithPreDestroyThrowingException.cleanupOne() throws java.lang.Exception at org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.translateException(BeanInstanceUtil.java:161) at org.eclipse.scout.rt.platform.internal.BeanManagerImplementor.destroyBean(BeanManagerImplementor.java:315) at org.eclipse.scout.rt.platform.internal.BeanManagerImplementor.callPreDestroyOnBeans(BeanManagerImplementor.java:286) at org.eclipse.scout.rt.platform.internal.PlatformImplementor.stop(PlatformImplementor.java:243) at org.eclipse.scout.rt.platform.PreDestroyTest.testPreDestroyWithInheritedMethods(PreDestroyTest.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.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.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) Caused by: java.lang.Exception: test at org.eclipse.scout.rt.platform.PreDestroyTest$P_FixtureWithPreDestroyThrowingException.cleanupOne(PreDestroyTest.java:115) 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.BeanManagerImplementor.destroyBean(BeanManagerImplementor.java:311) ... 29 common frames omitted 2023-01-07 23:50:59,681 ERROR [main] org.eclipse.scout.rt.platform.internal.BeanManagerImplementor.destroyBean(BeanManagerImplementor.java:316) - Error invoking @PreDestroy method public void org.eclipse.scout.rt.platform.PreDestroyTest$P_FixtureWithPreDestroyThrowingException.cleanupOne() throws java.lang.Exception on bean IBean[@ApplicationScoped org.eclipse.scout.rt.platform.PreDestroyTest$P_FixtureWithPreDestroyThrowingException]. - MDC[] org.eclipse.scout.rt.platform.exception.BeanCreationException: Exception while invoking @PreDestroy method public void org.eclipse.scout.rt.platform.PreDestroyTest$P_FixtureWithPreDestroyThrowingException.cleanupOne() throws java.lang.Exception at org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.translateException(BeanInstanceUtil.java:161) at org.eclipse.scout.rt.platform.internal.BeanManagerImplementor.destroyBean(BeanManagerImplementor.java:315) at org.eclipse.scout.rt.platform.internal.BeanManagerImplementor.callPreDestroyOnBeans(BeanManagerImplementor.java:286) at org.eclipse.scout.rt.platform.internal.PlatformImplementor.stop(PlatformImplementor.java:243) at org.eclipse.scout.rt.platform.PreDestroyTest.testPreDestroyThrowingException(PreDestroyTest.java:70) 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.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) Caused by: java.lang.Exception: test at org.eclipse.scout.rt.platform.PreDestroyTest$P_FixtureWithPreDestroyThrowingException.cleanupOne(PreDestroyTest.java:115) 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.BeanManagerImplementor.destroyBean(BeanManagerImplementor.java:311) ... 29 common frames omitted 2023-01-07 23:50:59,682 ERROR [main] org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.handleError(BeanInstanceUtil.java:266) - Methods annotated with @PreDestroy must not be static [method=private static void org.eclipse.scout.rt.platform.PreDestroyTest$P_FixtureWithSingleValidPreDestroy.cleanupStatic()] - MDC[] 2023-01-07 23:50:59,682 ERROR [main] org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.handleError(BeanInstanceUtil.java:266) - Methods annotated with @PreDestroy must have no arguments [method=private void org.eclipse.scout.rt.platform.PreDestroyTest$P_FixtureWithSingleValidPreDestroy.cleanupWithArgs(int)] - MDC[] 2023-01-07 23:50:59,682 WARN [main] org.eclipse.scout.rt.platform.internal.BeanManagerImplementor.destroyBean(BeanManagerImplementor.java:302) - The bean IBean[org.eclipse.scout.rt.platform.PreDestroyTest$P_FixtureWithSingleValidPreDestroy] declares @PreDestroy methods but is not @ApplicationScoped. These methods will not be called. - MDC[] 2023-01-07 23:50:59,683 ERROR [main] org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.handleError(BeanInstanceUtil.java:266) - Methods annotated with @PreDestroy must not be static [method=private static void org.eclipse.scout.rt.platform.PreDestroyTest$P_FixtureWithSingleValidPreDestroy.cleanupStatic()] - MDC[] 2023-01-07 23:50:59,683 ERROR [main] org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.handleError(BeanInstanceUtil.java:266) - Methods annotated with @PreDestroy must have no arguments [method=private void org.eclipse.scout.rt.platform.PreDestroyTest$P_FixtureWithSingleValidPreDestroy.cleanupWithArgs(int)] - MDC[] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.eclipse.scout.rt.platform.PreDestroyTest Running org.eclipse.scout.rt.platform.PostConstructTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.platform.PostConstructTest Running org.eclipse.scout.rt.platform.PlatformStartTest 2023-01-07 23:50:59,690 INFO [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateHeadless(PlatformImplementor.java:172) - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[] 2023-01-07 23:50:59,690 INFO [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateHeadless(PlatformImplementor.java:172) - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[] 2023-01-07 23:50:59,692 INFO [Thread-3] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateHeadless(PlatformImplementor.java:172) - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.platform.PlatformStartTest Running org.eclipse.scout.rt.platform.PlatformAwaitStartedTest 2023-01-07 23:50:59,735 INFO [Thread-4] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateHeadless(PlatformImplementor.java:172) - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[] 2023-01-07 23:50:59,736 WARN [Thread-4] org.eclipse.scout.rt.platform.internal.PlatformImplementor.initBeanDecorationFactory(PlatformImplementor.java:233) - Using org.eclipse.scout.rt.platform.SimpleBeanDecorationFactory. Please verify that this application really has no client or server side IBeanDecorationFactory - MDC[] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.145 sec - in org.eclipse.scout.rt.platform.PlatformAwaitStartedTest Running org.eclipse.scout.rt.platform.InterfaceBeanTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.platform.InterfaceBeanTest Running org.eclipse.scout.rt.platform.InjectionTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.platform.InjectionTest Running org.eclipse.scout.rt.platform.InjectInstancesTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 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.006 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.002 sec - in org.eclipse.scout.rt.platform.DynamicAnnotationTest Running org.eclipse.scout.rt.platform.DoubleReplaceTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.platform.DoubleReplaceTest Running org.eclipse.scout.rt.platform.ConcurrentBeanCreationDeadlockDetectionTest 2023-01-07 23:51:00,873 WARN [scout-thread-162] org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.logWarnPotentialDeadlock(DefaultBeanInstanceProducer.java:255) - potential deadlock detected creator Thread: 32 - scout-thread-21 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:119) at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.initializeBean(DefaultBeanInstanceProducer.java:326) at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.safeCreateInstance(DefaultBeanInstanceProducer.java:277) at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.getApplicationScopedInstance(DefaultBeanInstanceProducer.java:151) at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.produce(DefaultBeanInstanceProducer.java:115) at org.eclipse.scout.rt.platform.internal.BeanImplementor.getInstance(BeanImplementor.java:91) 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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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: 463 - scout-thread-162 at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.getApplicationScopedInstance(DefaultBeanInstanceProducer.java:192) at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.produce(DefaultBeanInstanceProducer.java:115) at org.eclipse.scout.rt.platform.internal.BeanImplementor.getInstance(BeanImplementor.java:91) 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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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] 2023-01-07 23:51:00,873 WARN [scout-thread-162] org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.logWarnPotentialDeadlock(DefaultBeanInstanceProducer.java:255) - potential deadlock detected creator Thread: 32 - scout-thread-21 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:119) at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.initializeBean(DefaultBeanInstanceProducer.java:326) at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.safeCreateInstance(DefaultBeanInstanceProducer.java:277) at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.getApplicationScopedInstance(DefaultBeanInstanceProducer.java:151) at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.produce(DefaultBeanInstanceProducer.java:115) at org.eclipse.scout.rt.platform.internal.BeanImplementor.getInstance(BeanImplementor.java:91) 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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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: 463 - scout-thread-162 at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.getApplicationScopedInstance(DefaultBeanInstanceProducer.java:212) at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.produce(DefaultBeanInstanceProducer.java:115) at org.eclipse.scout.rt.platform.internal.BeanImplementor.getInstance(BeanImplementor.java:91) 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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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] 2023-01-07 23:51:00,874 ERROR [scout-thread-162] 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=32, creatorThreadName=scout-thread-21] at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.getApplicationScopedInstance(DefaultBeanInstanceProducer.java:213) at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.produce(DefaultBeanInstanceProducer.java:115) at org.eclipse.scout.rt.platform.internal.BeanImplementor.getInstance(BeanImplementor.java:91) 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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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) 2023-01-07 23:51:01,935 WARN [scout-thread-21] org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.logWarnPotentialDeadlock(DefaultBeanInstanceProducer.java:255) - potential deadlock detected creator Thread: 463 - scout-thread-162 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:53) at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.createInstance(DefaultBeanInstanceProducer.java:318) at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.safeCreateInstance(DefaultBeanInstanceProducer.java:276) at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.getApplicationScopedInstance(DefaultBeanInstanceProducer.java:151) at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.produce(DefaultBeanInstanceProducer.java:115) at org.eclipse.scout.rt.platform.internal.BeanImplementor.getInstance(BeanImplementor.java:91) 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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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: 32 - scout-thread-21 at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.getApplicationScopedInstance(DefaultBeanInstanceProducer.java:192) at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.produce(DefaultBeanInstanceProducer.java:115) at org.eclipse.scout.rt.platform.internal.BeanImplementor.getInstance(BeanImplementor.java:91) 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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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] 2023-01-07 23:51:01,936 WARN [scout-thread-21] org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.logWarnPotentialDeadlock(DefaultBeanInstanceProducer.java:255) - potential deadlock detected creator Thread: 463 - scout-thread-162 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:53) at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.createInstance(DefaultBeanInstanceProducer.java:318) at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.safeCreateInstance(DefaultBeanInstanceProducer.java:276) at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.getApplicationScopedInstance(DefaultBeanInstanceProducer.java:151) at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.produce(DefaultBeanInstanceProducer.java:115) at org.eclipse.scout.rt.platform.internal.BeanImplementor.getInstance(BeanImplementor.java:91) 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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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: 32 - scout-thread-21 at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.getApplicationScopedInstance(DefaultBeanInstanceProducer.java:212) at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.produce(DefaultBeanInstanceProducer.java:115) at org.eclipse.scout.rt.platform.internal.BeanImplementor.getInstance(BeanImplementor.java:91) 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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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] 2023-01-07 23:51:01,936 ERROR [scout-thread-21] 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=463, creatorThreadName=scout-thread-162] at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.getApplicationScopedInstance(DefaultBeanInstanceProducer.java:213) at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.produce(DefaultBeanInstanceProducer.java:115) at org.eclipse.scout.rt.platform.internal.BeanImplementor.getInstance(BeanImplementor.java:91) 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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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.131 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.009 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.BeanManagerIsBeanTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.platform.BeanManagerIsBeanTest Running org.eclipse.scout.rt.platform.BeanDoubleRegistrationTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.platform.BeanDoubleRegistrationTest Running org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest 2023-01-07 23:51:02,017 ERROR [scout-thread-21] 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=414, creatorThreadName=scout-thread-113] at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.getApplicationScopedInstance(DefaultBeanInstanceProducer.java:206) at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.produce(DefaultBeanInstanceProducer.java:115) at org.eclipse.scout.rt.platform.internal.BeanImplementor.getInstance(BeanImplementor.java:91) 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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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) 2023-01-07 23:51:02,017 ERROR [scout-thread-113] 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 private void org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$TestBean.postConstruct() at org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.translateException(BeanInstanceUtil.java:161) at org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.initializeBeanInstance(BeanInstanceUtil.java:122) at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.initializeBean(DefaultBeanInstanceProducer.java:326) at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.safeCreateInstance(DefaultBeanInstanceProducer.java:277) at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.getApplicationScopedInstance(DefaultBeanInstanceProducer.java:151) at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.produce(DefaultBeanInstanceProducer.java:115) at org.eclipse.scout.rt.platform.internal.BeanImplementor.getInstance(BeanImplementor.java:91) 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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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:119) ... 22 common frames omitted 2023-01-07 23:51:02,028 ERROR [scout-thread-21] 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=414, creatorThreadName=scout-thread-113] at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.getApplicationScopedInstance(DefaultBeanInstanceProducer.java:206) at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.produce(DefaultBeanInstanceProducer.java:115) at org.eclipse.scout.rt.platform.internal.BeanImplementor.getInstance(BeanImplementor.java:91) 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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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) 2023-01-07 23:51:02,028 ERROR [scout-thread-113] 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 [class org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$TestBean] at org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.translateException(BeanInstanceUtil.java:161) at org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.createBean(BeanInstanceUtil.java:56) at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.createInstance(DefaultBeanInstanceProducer.java:318) at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.safeCreateInstance(DefaultBeanInstanceProducer.java:276) at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.getApplicationScopedInstance(DefaultBeanInstanceProducer.java:151) at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.produce(DefaultBeanInstanceProducer.java:115) at org.eclipse.scout.rt.platform.internal.BeanImplementor.getInstance(BeanImplementor.java:91) 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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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:53) ... 22 common frames omitted 2023-01-07 23:51:02,030 ERROR [scout-thread-21] 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=414, creatorThreadName=scout-thread-113] at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.getApplicationScopedInstance(DefaultBeanInstanceProducer.java:206) at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.produce(DefaultBeanInstanceProducer.java:115) at org.eclipse.scout.rt.platform.internal.BeanImplementor.getInstance(BeanImplementor.java:91) 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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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) 2023-01-07 23:51:02,030 ERROR [scout-thread-113] 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 private void org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$TestBean.postConstruct() at org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.translateException(BeanInstanceUtil.java:161) at org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.initializeBeanInstance(BeanInstanceUtil.java:122) at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.initializeBean(DefaultBeanInstanceProducer.java:326) at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.safeCreateInstance(DefaultBeanInstanceProducer.java:277) at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.getApplicationScopedInstance(DefaultBeanInstanceProducer.java:151) at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.produce(DefaultBeanInstanceProducer.java:115) at org.eclipse.scout.rt.platform.internal.BeanImplementor.getInstance(BeanImplementor.java:91) 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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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:119) ... 22 common frames omitted 2023-01-07 23:51:02,032 ERROR [scout-thread-21] 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=414, creatorThreadName=scout-thread-113] at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.getApplicationScopedInstance(DefaultBeanInstanceProducer.java:206) at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.produce(DefaultBeanInstanceProducer.java:115) at org.eclipse.scout.rt.platform.internal.BeanImplementor.getInstance(BeanImplementor.java:91) 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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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) 2023-01-07 23:51:02,032 ERROR [scout-thread-113] 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 [class org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$TestBean] at org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.translateException(BeanInstanceUtil.java:161) at org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.createBean(BeanInstanceUtil.java:56) at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.createInstance(DefaultBeanInstanceProducer.java:318) at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.safeCreateInstance(DefaultBeanInstanceProducer.java:276) at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.getApplicationScopedInstance(DefaultBeanInstanceProducer.java:151) at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.produce(DefaultBeanInstanceProducer.java:115) at org.eclipse.scout.rt.platform.internal.BeanImplementor.getInstance(BeanImplementor.java:91) 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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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:53) ... 22 common frames omitted 2023-01-07 23:51:02,036 ERROR [scout-thread-113] 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-21] at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.getApplicationScopedInstance(DefaultBeanInstanceProducer.java:206) at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.produce(DefaultBeanInstanceProducer.java:115) at org.eclipse.scout.rt.platform.internal.BeanImplementor.getInstance(BeanImplementor.java:91) 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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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) 2023-01-07 23:51:02,036 ERROR [scout-thread-21] 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 private void org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$TestBean.postConstruct() at org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.translateException(BeanInstanceUtil.java:161) at org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.initializeBeanInstance(BeanInstanceUtil.java:122) at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.initializeBean(DefaultBeanInstanceProducer.java:326) at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.safeCreateInstance(DefaultBeanInstanceProducer.java:277) at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.getApplicationScopedInstance(DefaultBeanInstanceProducer.java:151) at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.produce(DefaultBeanInstanceProducer.java:115) at org.eclipse.scout.rt.platform.internal.BeanImplementor.getInstance(BeanImplementor.java:91) 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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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:119) ... 22 common frames omitted 2023-01-07 23:51:02,038 ERROR [scout-thread-113] 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-21] at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.getApplicationScopedInstance(DefaultBeanInstanceProducer.java:206) at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.produce(DefaultBeanInstanceProducer.java:115) at org.eclipse.scout.rt.platform.internal.BeanImplementor.getInstance(BeanImplementor.java:91) 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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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) 2023-01-07 23:51:02,038 ERROR [scout-thread-21] 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 [class org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$TestBean] at org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.translateException(BeanInstanceUtil.java:161) at org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.createBean(BeanInstanceUtil.java:56) at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.createInstance(DefaultBeanInstanceProducer.java:318) at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.safeCreateInstance(DefaultBeanInstanceProducer.java:276) at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.getApplicationScopedInstance(DefaultBeanInstanceProducer.java:151) at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.produce(DefaultBeanInstanceProducer.java:115) at org.eclipse.scout.rt.platform.internal.BeanImplementor.getInstance(BeanImplementor.java:91) 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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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.GeneratedConstructorAccessor70.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:53) ... 22 common frames omitted Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 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.007 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.003 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.003 sec - in org.eclipse.scout.rt.platform.ApplicationsScopedTest Running org.eclipse.scout.rt.platform.ApplicationTest 2023-01-07 23:51:02,064 INFO [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateHeadless(PlatformImplementor.java:172) - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[] 2023-01-07 23:51:02,067 INFO [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:215) - Collected 114 beans in 2.771425 ms - MDC[] 2023-01-07 23:51:02,068 INFO [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:220) - Registered 114 beans in 0.818598 ms - MDC[] 2023-01-07 23:51:02,069 INFO [main] org.eclipse.scout.rt.platform.logger.LoggerPlatformListener.registerLoggerSupportBean(LoggerPlatformListener.java:105) - Registered logger support org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport - MDC[] 2023-01-07 23:51:02,074 INFO [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateHeadless(PlatformImplementor.java:172) - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[] 2023-01-07 23:51:02,076 INFO [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:215) - Collected 114 beans in 2.432461 ms - MDC[] 2023-01-07 23:51:02,077 INFO [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:220) - Registered 114 beans in 0.812139 ms - MDC[] 2023-01-07 23:51:02,077 INFO [main] org.eclipse.scout.rt.platform.logger.LoggerPlatformListener.registerLoggerSupportBean(LoggerPlatformListener.java:105) - Registered logger support org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport - MDC[] 2023-01-07 23:51:02,094 INFO [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateHeadless(PlatformImplementor.java:172) - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[] 2023-01-07 23:51:02,098 INFO [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:215) - Collected 114 beans in 3.215099 ms - MDC[] 2023-01-07 23:51:02,098 INFO [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:220) - Registered 114 beans in 0.857474 ms - MDC[] 2023-01-07 23:51:02,099 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.08 sec - in org.eclipse.scout.rt.platform.ApplicationTest Results : Tests run: 1580, Failures: 0, Errors: 0, Skipped: 5 [INFO] [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.platform.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.platform.test/target/org.eclipse.scout.rt.platform.test-7.0.300-SNAPSHOT.jar [INFO] [INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.platform.test --- [INFO] Skipping because packaging 'jar' is not pom. [INFO] [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.platform.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.platform.test/target/org.eclipse.scout.rt.platform.test-7.0.300-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.platform.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.platform.test/target/org.eclipse.scout.rt.platform.test-7.0.300-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.platform.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.platform.test/target/org.eclipse.scout.rt.platform.test-7.0.300-SNAPSHOT-test-sources.jar [INFO] [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.platform.test --- [INFO] Checking compile classpath [INFO] Checking runtime classpath [INFO] Checking test classpath [INFO] [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.platform.test --- [INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0 [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.platform.test --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.platform.test/target/org.eclipse.scout.rt.platform.test-7.0.300-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.platform.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.platform.test-7.0.300-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.platform.test/pom.xml to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.platform.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.platform.test-7.0.300-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.platform.test/target/org.eclipse.scout.rt.platform.test-7.0.300-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.platform.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.platform.test-7.0.300-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.platform.test/target/org.eclipse.scout.rt.platform.test-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.platform.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.platform.test-7.0.300-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.platform.test/target/org.eclipse.scout.rt.platform.test-7.0.300-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.platform.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.platform.test-7.0.300-SNAPSHOT-test-sources.jar [INFO] [INFO] ----------< org.eclipse.scout.rt:org.eclipse.scout.rt.shared >---------- [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.shared 7.0.300-SNAPSHOT [8/40] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.shared --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.shared --- [INFO] [INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.rt.shared --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.rt.shared --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.shared/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.shared --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 29 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.rt.shared --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 316 source files to /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.shared/target/classes [INFO] [INFO] --- jandex-maven-plugin:1.0.5:jandex (make-index) @ org.eclipse.scout.rt.shared --- [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.shared --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.shared/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.rt.shared --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.rt.shared --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.shared --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.shared/target/org.eclipse.scout.rt.shared-7.0.300-SNAPSHOT.jar [INFO] [INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.shared --- [INFO] Skipping because packaging 'jar' is not pom. [INFO] [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.shared --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.shared --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.shared/target/org.eclipse.scout.rt.shared-7.0.300-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.shared --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.shared --- [INFO] Checking compile classpath [INFO] Checking runtime classpath [INFO] Checking test classpath [INFO] [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.shared --- [INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0 [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.shared --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.shared/target/org.eclipse.scout.rt.shared-7.0.300-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.shared/7.0.300-SNAPSHOT/org.eclipse.scout.rt.shared-7.0.300-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.shared/pom.xml to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.shared/7.0.300-SNAPSHOT/org.eclipse.scout.rt.shared-7.0.300-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.shared/target/org.eclipse.scout.rt.shared-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.shared/7.0.300-SNAPSHOT/org.eclipse.scout.rt.shared-7.0.300-SNAPSHOT-sources.jar [INFO] [INFO] ---------< org.eclipse.scout.rt:org.eclipse.scout.rt.mom.api >---------- [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.mom.api 7.0.300-SNAPSHOT [9/40] [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] [INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.rt.mom.api --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.rt.mom.api --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/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.6.1:compile (default-compile) @ org.eclipse.scout.rt.mom.api --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 30 source files to /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.mom.api/target/classes [INFO] [INFO] --- jandex-maven-plugin:1.0.5: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/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.mom.api/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.rt.mom.api --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.19.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/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.mom.api/target/org.eclipse.scout.rt.mom.api-7.0.300-SNAPSHOT.jar [INFO] [INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.mom.api --- [INFO] Skipping because packaging 'jar' is not pom. [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/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.mom.api/target/org.eclipse.scout.rt.mom.api-7.0.300-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] Checking compile classpath [INFO] Checking runtime classpath [INFO] Checking test classpath [INFO] [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.mom.api --- [INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0 [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.mom.api --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.mom.api/target/org.eclipse.scout.rt.mom.api-7.0.300-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.api/7.0.300-SNAPSHOT/org.eclipse.scout.rt.mom.api-7.0.300-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.mom.api/pom.xml to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.api/7.0.300-SNAPSHOT/org.eclipse.scout.rt.mom.api-7.0.300-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.mom.api/target/org.eclipse.scout.rt.mom.api-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.api/7.0.300-SNAPSHOT/org.eclipse.scout.rt.mom.api-7.0.300-SNAPSHOT-sources.jar [INFO] [INFO] ---------< org.eclipse.scout.rt:org.eclipse.scout.rt.jackson >---------- [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.jackson 7.0.300-SNAPSHOT [10/40] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.jackson --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.jackson --- [INFO] [INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.rt.jackson --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.rt.jackson --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.jackson/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.jackson --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.rt.jackson --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.jackson/target/classes [INFO] [INFO] --- jandex-maven-plugin:1.0.5:jandex (make-index) @ org.eclipse.scout.rt.jackson --- [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.jackson --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.jackson/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.rt.jackson --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.rt.jackson --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.jackson --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.jackson/target/org.eclipse.scout.rt.jackson-7.0.300-SNAPSHOT.jar [INFO] [INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.jackson --- [INFO] Skipping because packaging 'jar' is not pom. [INFO] [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.jackson --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.jackson --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.jackson/target/org.eclipse.scout.rt.jackson-7.0.300-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.jackson --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.jackson --- [INFO] Checking compile classpath [INFO] Checking runtime classpath [INFO] Checking test classpath [INFO] [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.jackson --- [INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0 [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.jackson --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.jackson/target/org.eclipse.scout.rt.jackson-7.0.300-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.jackson/7.0.300-SNAPSHOT/org.eclipse.scout.rt.jackson-7.0.300-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.jackson/pom.xml to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.jackson/7.0.300-SNAPSHOT/org.eclipse.scout.rt.jackson-7.0.300-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.jackson/target/org.eclipse.scout.rt.jackson-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.jackson/7.0.300-SNAPSHOT/org.eclipse.scout.rt.jackson-7.0.300-SNAPSHOT-sources.jar [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 7.0.300-SNAPSHOT [11/40] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.ui.html.scriptprocessor --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.ui.html.scriptprocessor --- [INFO] [INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.rt.ui.html.scriptprocessor --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.rt.ui.html.scriptprocessor --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.ui.html.scriptprocessor/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- maven-dependency-plugin:2.10:copy-dependencies (copy) @ org.eclipse.scout.rt.ui.html.scriptprocessor --- [INFO] Copying slf4j-api-1.7.25.jar to /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.ui.html.scriptprocessor/target/classes/private-libs/slf4j-api.jar [INFO] Copying rhino-1.7R4.jar to /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.ui.html.scriptprocessor/target/classes/private-libs/rhino.jar [INFO] Copying yuicompressor-2.4.9-BSI-2.jar to /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.ui.html.scriptprocessor/target/classes/private-libs/yuicompressor.jar [INFO] Copying commons-logging-1.1.1.jar to /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.ui.html.scriptprocessor/target/classes/private-libs/commons-logging.jar [INFO] Copying quartz-2.2.3.jar to /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.ui.html.scriptprocessor/target/classes/private-libs/quartz.jar [INFO] Copying jandex-2.0.3.Final.jar to /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.ui.html.scriptprocessor/target/classes/private-libs/jandex.jar [INFO] Copying lesscss-engine-1.7.4.bsiR03.jar to /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.ui.html.scriptprocessor/target/classes/private-libs/lesscss-engine.jar [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.ui.html.scriptprocessor --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.rt.ui.html.scriptprocessor --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.ui.html.scriptprocessor/target/classes [INFO] [INFO] --- jandex-maven-plugin:1.0.5:jandex (make-index) @ org.eclipse.scout.rt.ui.html.scriptprocessor --- [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.ui.html.scriptprocessor --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.ui.html.scriptprocessor/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.rt.ui.html.scriptprocessor --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.rt.ui.html.scriptprocessor --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.ui.html.scriptprocessor --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.ui.html.scriptprocessor/target/org.eclipse.scout.rt.ui.html.scriptprocessor-7.0.300-SNAPSHOT.jar [INFO] [INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.ui.html.scriptprocessor --- [INFO] Skipping because packaging 'jar' is not pom. [INFO] [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.ui.html.scriptprocessor --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.ui.html.scriptprocessor --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.ui.html.scriptprocessor/target/org.eclipse.scout.rt.ui.html.scriptprocessor-7.0.300-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.ui.html.scriptprocessor --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.ui.html.scriptprocessor --- [INFO] Checking compile classpath [INFO] Checking runtime classpath [INFO] Checking test classpath [INFO] [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.ui.html.scriptprocessor --- [INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0 [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.ui.html.scriptprocessor --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.ui.html.scriptprocessor/target/org.eclipse.scout.rt.ui.html.scriptprocessor-7.0.300-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.scriptprocessor/7.0.300-SNAPSHOT/org.eclipse.scout.rt.ui.html.scriptprocessor-7.0.300-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.ui.html.scriptprocessor/pom.xml to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.scriptprocessor/7.0.300-SNAPSHOT/org.eclipse.scout.rt.ui.html.scriptprocessor-7.0.300-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.ui.html.scriptprocessor/target/org.eclipse.scout.rt.ui.html.scriptprocessor-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.scriptprocessor/7.0.300-SNAPSHOT/org.eclipse.scout.rt.ui.html.scriptprocessor-7.0.300-SNAPSHOT-sources.jar [INFO] [INFO] ----------< org.eclipse.scout.rt:org.eclipse.scout.dev.jetty >---------- [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.dev.jetty 7.0.300-SNAPSHOT [12/40] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.dev.jetty --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.dev.jetty --- [INFO] [INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.dev.jetty --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.dev.jetty --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.dev.jetty/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.dev.jetty --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.dev.jetty/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.dev.jetty --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.dev.jetty/target/classes [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.dev.jetty --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.dev.jetty/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.dev.jetty --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.dev.jetty --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.dev.jetty --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.dev.jetty/target/org.eclipse.scout.dev.jetty-7.0.300-SNAPSHOT.jar [INFO] [INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.dev.jetty --- [INFO] Skipping because packaging 'jar' is not pom. [INFO] [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.dev.jetty --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.dev.jetty --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.dev.jetty/target/org.eclipse.scout.dev.jetty-7.0.300-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.dev.jetty --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.dev.jetty --- [INFO] Checking compile classpath [INFO] Checking runtime classpath [INFO] Checking test classpath [INFO] [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.dev.jetty --- [INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0 [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.dev.jetty --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.dev.jetty/target/org.eclipse.scout.dev.jetty-7.0.300-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.dev.jetty/7.0.300-SNAPSHOT/org.eclipse.scout.dev.jetty-7.0.300-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.dev.jetty/pom.xml to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.dev.jetty/7.0.300-SNAPSHOT/org.eclipse.scout.dev.jetty-7.0.300-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.dev.jetty/target/org.eclipse.scout.dev.jetty-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.dev.jetty/7.0.300-SNAPSHOT/org.eclipse.scout.dev.jetty-7.0.300-SNAPSHOT-sources.jar [INFO] [INFO] -------< org.eclipse.scout.rt:org.eclipse.scout.rt.shared.test >-------- [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.shared.test 7.0.300-SNAPSHOT [13/40] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.shared.test --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.shared.test --- [INFO] [INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.rt.shared.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.rt.shared.test --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.shared.test/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.shared.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.6.1: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/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.shared.test/target/classes [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.shared.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 10 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.rt.shared.test --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 69 source files to /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.shared.test/target/test-classes [INFO] [INFO] --- jandex-maven-plugin:1.0.5:jandex (make-index) @ org.eclipse.scout.rt.shared.test --- [INFO] [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.rt.shared.test --- ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.eclipse.scout.rt.testing.shared.TestingUtilityTest 2023-01-07 23:51:16,978 INFO [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateHeadless(PlatformImplementor.java:172) - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[] 2023-01-07 23:51:17,015 INFO [Thread-1] org.eclipse.scout.rt.platform.inventory.ClassInventory.(ClassInventory.java:38) - Building jandex class inventory using rebuild strategy IF_MISSING... - MDC[] 2023-01-07 23:51:17,141 INFO [Thread-1] org.eclipse.scout.rt.platform.inventory.ClassInventory.(ClassInventory.java:44) - Finished building jandex class inventory in 140.946689 ms. Total class count: 1227 - MDC[] 2023-01-07 23:51:17,408 INFO [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:215) - Collected 137 beans in 263.952016 ms - MDC[] 2023-01-07 23:51:17,447 INFO [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:220) - Registered 137 beans in 39.432622 ms - MDC[] 2023-01-07 23:51:17,459 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[] 2023-01-07 23:51:17,468 INFO [Thread-1] org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrator.stateChanged(CodeTypeRegistrator.java:32) - 9 code type classes registered. - MDC[] 2023-01-07 23:51:17,469 INFO [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateConfiguration(PlatformImplementor.java:184) - No config.properties found. Running with empty configuration. - MDC[] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.637 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.007 sec - in org.eclipse.scout.rt.shared.ui.UserAgentTest Running org.eclipse.scout.rt.shared.ui.DefaultUserAgentParserTest 2023-01-07 23:51:18,988 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:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:51:18,990 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:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:51:18,992 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.011 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.142 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.014 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.059 sec - in org.eclipse.scout.rt.shared.session.SessionDataTest Running org.eclipse.scout.rt.shared.servicetunnel.http.RemoteServiceInvocationCallableDisconnectTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.703 sec - in org.eclipse.scout.rt.shared.servicetunnel.http.RemoteServiceInvocationCallableDisconnectTest Running org.eclipse.scout.rt.shared.servicetunnel.http.MultiSessionCookieStoreInstallerTest 2023-01-07 23:51:19,935 INFO [main] org.eclipse.scout.rt.shared.servicetunnel.http.MultiSessionCookieStoreInstaller.install(MultiSessionCookieStoreInstaller.java:43) - Successfully installed java.net.CookieManager@1a73f3d1 (Cookie store: org.eclipse.scout.rt.shared.servicetunnel.http.MultiSessionCookieStore@257d3968) - MDC[] 2023-01-07 23:51:20,036 WARN [main] org.eclipse.scout.rt.shared.servicetunnel.http.MultiSessionCookieStoreInstaller.checkMultiSessionCookieStoreAlreadyInstalled(MultiSessionCookieStoreInstaller.java:72) - Overriding pre-installed cookie handler: Mock for CookieHandler, hashCode: 1359574272 - MDC[] 2023-01-07 23:51:20,037 WARN [main] org.eclipse.scout.rt.shared.servicetunnel.http.MultiSessionCookieStoreInstaller.checkMultiSessionCookieStoreAlreadyInstalled(MultiSessionCookieStoreInstaller.java:72) - Overriding pre-installed cookie handler: Mock for CookieManager, hashCode: 1714312592 (Cookie store: null) - MDC[] 2023-01-07 23:51:20,090 WARN [main] org.eclipse.scout.rt.shared.servicetunnel.http.MultiSessionCookieStoreInstaller.checkMultiSessionCookieStoreAlreadyInstalled(MultiSessionCookieStoreInstaller.java:72) - Overriding pre-installed cookie handler: Mock for CookieManager, hashCode: 1714312592 (Cookie store: Mock for CookieStore, hashCode: 1445093476) - MDC[] 2023-01-07 23:51:20,091 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@1a73f3d1 (Cookie store: org.eclipse.scout.rt.shared.servicetunnel.http.MultiSessionCookieStore@257d3968) - MDC[] 2023-01-07 23:51:20,091 INFO [main] org.eclipse.scout.rt.shared.servicetunnel.http.MultiSessionCookieStoreInstaller.uninstall(MultiSessionCookieStoreInstaller.java:81) - Successfully uninstalled java.net.CookieManager@1a73f3d1 (Cookie store: org.eclipse.scout.rt.shared.servicetunnel.http.MultiSessionCookieStore@257d3968) - MDC[] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.18 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.27 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.125 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.023 sec - in org.eclipse.scout.rt.shared.servicetunnel.SoapServiceTunnelContentHandlerTest Running org.eclipse.scout.rt.shared.servicetunnel.RegisterTunnelToServerPlatformListenerTest 2023-01-07 23:51:20,618 INFO [main] org.eclipse.scout.rt.shared.servicetunnel.RegisterTunnelToServerPlatformListener.registerTunnelToServerProxies(RegisterTunnelToServerPlatformListener.java:68) - Tunnel to server proxies registered. - MDC[] 2023-01-07 23:51:20,639 INFO [main] org.eclipse.scout.rt.shared.servicetunnel.RegisterTunnelToServerPlatformListener.registerTunnelToServerProxies(RegisterTunnelToServerPlatformListener.java:68) - Tunnel to server proxies registered. - MDC[] 2023-01-07 23:51:20,640 INFO [main] org.eclipse.scout.rt.shared.servicetunnel.RegisterTunnelToServerPlatformListener.registerTunnelToServerProxies(RegisterTunnelToServerPlatformListener.java:68) - Tunnel to server proxies registered. - MDC[] 2023-01-07 23:51:20,641 INFO [main] org.eclipse.scout.rt.shared.servicetunnel.RegisterTunnelToServerPlatformListener.registerTunnelToServerProxies(RegisterTunnelToServerPlatformListener.java:68) - Tunnel to server proxies registered. - MDC[] 2023-01-07 23:51:20,642 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[] 2023-01-07 23:51:20,642 INFO [main] org.eclipse.scout.rt.shared.servicetunnel.RegisterTunnelToServerPlatformListener.registerTunnelToServerProxies(RegisterTunnelToServerPlatformListener.java:68) - Tunnel to server proxies registered. - MDC[] 2023-01-07 23:51:20,643 INFO [main] org.eclipse.scout.rt.shared.servicetunnel.RegisterTunnelToServerPlatformListener.registerTunnelToServerProxies(RegisterTunnelToServerPlatformListener.java:68) - Tunnel to server proxies registered. - MDC[] 2023-01-07 23:51:20,644 INFO [main] org.eclipse.scout.rt.shared.servicetunnel.RegisterTunnelToServerPlatformListener.registerTunnelToServerProxies(RegisterTunnelToServerPlatformListener.java:68) - Tunnel to server proxies registered. - MDC[] 2023-01-07 23:51:20,645 INFO [main] org.eclipse.scout.rt.shared.servicetunnel.RegisterTunnelToServerPlatformListener.registerTunnelToServerProxies(RegisterTunnelToServerPlatformListener.java:68) - Tunnel to server proxies registered. - MDC[] 2023-01-07 23:51:20,646 INFO [main] org.eclipse.scout.rt.shared.servicetunnel.RegisterTunnelToServerPlatformListener.registerTunnelToServerProxies(RegisterTunnelToServerPlatformListener.java:68) - Tunnel to server proxies registered. - MDC[] 2023-01-07 23:51:20,647 INFO [main] org.eclipse.scout.rt.shared.servicetunnel.RegisterTunnelToServerPlatformListener.registerTunnelToServerProxies(RegisterTunnelToServerPlatformListener.java:68) - Tunnel to server proxies registered. - MDC[] 2023-01-07 23:51:20,648 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.133 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.009 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.007 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.013 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.009 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.079 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.016 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.015 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.03 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.009 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.007 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.013 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.002 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.007 sec - in org.eclipse.scout.rt.shared.services.common.calendar.CalendarItemTest Running org.eclipse.scout.rt.shared.notification.TypeParameterBeanRegistryTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.eclipse.scout.rt.shared.notification.TypeParameterBeanRegistryTest Running org.eclipse.scout.rt.shared.notification.NotificationHandlerRegistryTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.132 sec - in org.eclipse.scout.rt.shared.notification.NotificationHandlerRegistryTest Running org.eclipse.scout.rt.shared.mail.MailHelperTest 2023-01-07 23:51:21,340 INFO [main] org.eclipse.scout.rt.shared.mail.MailHelper.collectMailParts(MailHelper.java:149) - 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:80) 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.MailHelper.collectMailParts(MailHelper.java:146) at org.eclipse.scout.rt.shared.mail.MailHelper.collectMailParts(MailHelper.java:155) at org.eclipse.scout.rt.shared.mail.MailHelper.getBodyParts(MailHelper.java:98) at org.eclipse.scout.rt.shared.mail.MailHelper.getPlainText(MailHelper.java:261) at org.eclipse.scout.rt.shared.mail.MailHelperTest.testFallbackForUnknownEncoding(MailHelperTest.java:509) 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:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:51:21,341 WARN [main] org.eclipse.scout.rt.shared.mail.MailHelper.getPlainText(MailHelper.java:273) - 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.MailHelper.getPlainText(MailHelper.java:270) at org.eclipse.scout.rt.shared.mail.MailHelperTest.testFallbackForUnknownEncoding(MailHelperTest.java:509) 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:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.322 sec - in org.eclipse.scout.rt.shared.mail.MailHelperTest Running org.eclipse.scout.rt.shared.extension.service.common.code.CodeTypeAopTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 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.105 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.297 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.085 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.005 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.004 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 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 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.004 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.014 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.002 sec - in org.eclipse.scout.rt.shared.data.basic.table.AbstractTableRowDataTest Running org.eclipse.scout.rt.shared.data.basic.NamedBitMaskHelperTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 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.118 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.011 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.088 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.085 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.002 sec - in org.eclipse.scout.rt.shared.cache.BasicCacheTest Results : Tests run: 246, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.shared.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.shared.test/target/org.eclipse.scout.rt.shared.test-7.0.300-SNAPSHOT.jar [INFO] [INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.shared.test --- [INFO] Skipping because packaging 'jar' is not pom. [INFO] [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.shared.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.shared.test/target/org.eclipse.scout.rt.shared.test-7.0.300-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.shared.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.shared.test/target/org.eclipse.scout.rt.shared.test-7.0.300-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.shared.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.shared.test/target/org.eclipse.scout.rt.shared.test-7.0.300-SNAPSHOT-test-sources.jar [INFO] [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.shared.test --- [INFO] Checking compile classpath [INFO] Checking runtime classpath [INFO] Checking test classpath [INFO] [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.shared.test --- [INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0 [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.shared.test --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.shared.test/target/org.eclipse.scout.rt.shared.test-7.0.300-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.shared.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.shared.test-7.0.300-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.shared.test/pom.xml to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.shared.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.shared.test-7.0.300-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.shared.test/target/org.eclipse.scout.rt.shared.test-7.0.300-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.shared.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.shared.test-7.0.300-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.shared.test/target/org.eclipse.scout.rt.shared.test-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.shared.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.shared.test-7.0.300-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.shared.test/target/org.eclipse.scout.rt.shared.test-7.0.300-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.shared.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.shared.test-7.0.300-SNAPSHOT-test-sources.jar [INFO] [INFO] ------< org.eclipse.scout.rt:org.eclipse.scout.rt.server.commons >------ [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.server.commons 7.0.300-SNAPSHOT [14/40] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.server.commons --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.server.commons --- [INFO] [INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.rt.server.commons --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.rt.server.commons --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.commons/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.server.commons --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.6.1: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/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.commons/target/classes [INFO] [INFO] --- jandex-maven-plugin:1.0.5:jandex (make-index) @ org.eclipse.scout.rt.server.commons --- [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.server.commons --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.commons/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.rt.server.commons --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.rt.server.commons --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.server.commons --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.commons/target/org.eclipse.scout.rt.server.commons-7.0.300-SNAPSHOT.jar [INFO] [INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.server.commons --- [INFO] Skipping because packaging 'jar' is not pom. [INFO] [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.server.commons --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.server.commons --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.commons/target/org.eclipse.scout.rt.server.commons-7.0.300-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.server.commons --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.server.commons --- [INFO] Checking compile classpath [INFO] Checking runtime classpath [INFO] Checking test classpath [INFO] [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.server.commons --- [INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0 [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.server.commons --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.commons/target/org.eclipse.scout.rt.server.commons-7.0.300-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.commons/7.0.300-SNAPSHOT/org.eclipse.scout.rt.server.commons-7.0.300-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.commons/pom.xml to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.commons/7.0.300-SNAPSHOT/org.eclipse.scout.rt.server.commons-7.0.300-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.commons/target/org.eclipse.scout.rt.server.commons-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.commons/7.0.300-SNAPSHOT/org.eclipse.scout.rt.server.commons-7.0.300-SNAPSHOT-sources.jar [INFO] [INFO] ----------< org.eclipse.scout.rt:org.eclipse.scout.rt.client >---------- [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.client 7.0.300-SNAPSHOT [15/40] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.client --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.client --- [INFO] [INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.rt.client --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.rt.client --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.client/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.rt.client --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 911 source files to /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.client/target/classes [INFO] [INFO] --- jandex-maven-plugin:1.0.5:jandex (make-index) @ org.eclipse.scout.rt.client --- [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.client/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.rt.client --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.rt.client --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.client --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.client/target/org.eclipse.scout.rt.client-7.0.300-SNAPSHOT.jar [INFO] [INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.client --- [INFO] Skipping because packaging 'jar' is not pom. [INFO] [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.client --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.client --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.client/target/org.eclipse.scout.rt.client-7.0.300-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.client --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.client --- [INFO] Checking compile classpath [INFO] Checking runtime classpath [INFO] Checking test classpath [INFO] [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.client --- [INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0 [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.client --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.client/target/org.eclipse.scout.rt.client-7.0.300-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.client/7.0.300-SNAPSHOT/org.eclipse.scout.rt.client-7.0.300-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.client/pom.xml to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.client/7.0.300-SNAPSHOT/org.eclipse.scout.rt.client-7.0.300-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.client/target/org.eclipse.scout.rt.client-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.client/7.0.300-SNAPSHOT/org.eclipse.scout.rt.client-7.0.300-SNAPSHOT-sources.jar [INFO] [INFO] ---------< org.eclipse.scout.rt:org.eclipse.scout.rt.mom.jms >---------- [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.mom.jms 7.0.300-SNAPSHOT [16/40] [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] [INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.rt.mom.jms --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.rt.mom.jms --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/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.6.1: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/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.mom.jms/target/classes [INFO] [INFO] --- jandex-maven-plugin:1.0.5: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/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.mom.jms/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.rt.mom.jms --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.19.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/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.mom.jms/target/org.eclipse.scout.rt.mom.jms-7.0.300-SNAPSHOT.jar [INFO] [INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.mom.jms --- [INFO] Skipping because packaging 'jar' is not pom. [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/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.mom.jms/target/org.eclipse.scout.rt.mom.jms-7.0.300-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] Checking compile classpath [INFO] Checking runtime classpath [INFO] Checking test classpath [INFO] [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.mom.jms --- [INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0 [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.mom.jms --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.mom.jms/target/org.eclipse.scout.rt.mom.jms-7.0.300-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.jms/7.0.300-SNAPSHOT/org.eclipse.scout.rt.mom.jms-7.0.300-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.mom.jms/pom.xml to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.jms/7.0.300-SNAPSHOT/org.eclipse.scout.rt.mom.jms-7.0.300-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.mom.jms/target/org.eclipse.scout.rt.mom.jms-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.jms/7.0.300-SNAPSHOT/org.eclipse.scout.rt.mom.jms-7.0.300-SNAPSHOT-sources.jar [INFO] [INFO] -----------< org.eclipse.scout.rt:org.eclipse.scout.rt.rest >----------- [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.rest 7.0.300-SNAPSHOT [17/40] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.rest --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.rest --- [INFO] [INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.rt.rest --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.rt.rest --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.rest/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.rest --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.rt.rest --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.rest/target/classes [INFO] [INFO] --- jandex-maven-plugin:1.0.5:jandex (make-index) @ org.eclipse.scout.rt.rest --- [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.rest --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.rest/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.rt.rest --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.rt.rest --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.rest --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.rest/target/org.eclipse.scout.rt.rest-7.0.300-SNAPSHOT.jar [INFO] [INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.rest --- [INFO] Skipping because packaging 'jar' is not pom. [INFO] [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.rest --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.rest --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.rest/target/org.eclipse.scout.rt.rest-7.0.300-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.rest --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.rest --- [INFO] Checking compile classpath [INFO] Checking runtime classpath [INFO] Checking test classpath [INFO] [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.rest --- [INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0 [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.rest --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.rest/target/org.eclipse.scout.rt.rest-7.0.300-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.rest/7.0.300-SNAPSHOT/org.eclipse.scout.rt.rest-7.0.300-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.rest/pom.xml to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.rest/7.0.300-SNAPSHOT/org.eclipse.scout.rt.rest-7.0.300-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.rest/target/org.eclipse.scout.rt.rest-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.rest/7.0.300-SNAPSHOT/org.eclipse.scout.rt.rest-7.0.300-SNAPSHOT-sources.jar [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 7.0.300-SNAPSHOT [18/40] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test --- [INFO] [INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.ui.html.scriptprocessor.test/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.ui.html.scriptprocessor.test/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.ui.html.scriptprocessor.test/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.ui.html.scriptprocessor.test/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test --- ------------------------------------------------------- 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: 1.355 sec - in org.eclipse.scout.rt.ui.html.scriptprocessor.ScriptProcessorTest Results : Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test --- [WARNING] JAR will be empty - no content was marked for inclusion! [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.ui.html.scriptprocessor.test/target/org.eclipse.scout.rt.ui.html.scriptprocessor.test-7.0.300-SNAPSHOT.jar [INFO] [INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test --- [INFO] Skipping because packaging 'jar' is not pom. [INFO] [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.ui.html.scriptprocessor.test/target/org.eclipse.scout.rt.ui.html.scriptprocessor.test-7.0.300-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.ui.html.scriptprocessor.test/target/org.eclipse.scout.rt.ui.html.scriptprocessor.test-7.0.300-SNAPSHOT-test-sources.jar [INFO] [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test --- [INFO] Checking compile classpath [INFO] Checking runtime classpath [INFO] Checking test classpath [INFO] [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test --- [INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0 [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.ui.html.scriptprocessor.test/target/org.eclipse.scout.rt.ui.html.scriptprocessor.test-7.0.300-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.scriptprocessor.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.ui.html.scriptprocessor.test-7.0.300-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.ui.html.scriptprocessor.test/pom.xml to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.scriptprocessor.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.ui.html.scriptprocessor.test-7.0.300-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.ui.html.scriptprocessor.test/target/org.eclipse.scout.rt.ui.html.scriptprocessor.test-7.0.300-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.scriptprocessor.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.ui.html.scriptprocessor.test-7.0.300-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.ui.html.scriptprocessor.test/target/org.eclipse.scout.rt.ui.html.scriptprocessor.test-7.0.300-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.scriptprocessor.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.ui.html.scriptprocessor.test-7.0.300-SNAPSHOT-test-sources.jar [INFO] [INFO] -------< org.eclipse.scout.rt:org.eclipse.scout.dev.jetty.test >-------- [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.dev.jetty.test 7.0.300-SNAPSHOT [19/40] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.dev.jetty.test --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.dev.jetty.test --- [INFO] [INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.dev.jetty.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.dev.jetty.test --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.dev.jetty.test/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.dev.jetty.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 7 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.dev.jetty.test --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.dev.jetty.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.dev.jetty.test/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.dev.jetty.test --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.dev.jetty.test/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.dev.jetty.test --- ------------------------------------------------------- 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.148 sec - in org.eclipse.scout.dev.jetty.JettyServerTest Results : Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.dev.jetty.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.dev.jetty.test/target/org.eclipse.scout.dev.jetty.test-7.0.300-SNAPSHOT.jar [INFO] [INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.dev.jetty.test --- [INFO] Skipping because packaging 'jar' is not pom. [INFO] [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.dev.jetty.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.dev.jetty.test/target/org.eclipse.scout.dev.jetty.test-7.0.300-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.dev.jetty.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.dev.jetty.test/target/org.eclipse.scout.dev.jetty.test-7.0.300-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.dev.jetty.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.dev.jetty.test/target/org.eclipse.scout.dev.jetty.test-7.0.300-SNAPSHOT-test-sources.jar [INFO] [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.dev.jetty.test --- [INFO] Checking compile classpath [INFO] Checking runtime classpath [INFO] Checking test classpath [INFO] [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.dev.jetty.test --- [INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0 [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.dev.jetty.test --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.dev.jetty.test/target/org.eclipse.scout.dev.jetty.test-7.0.300-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.dev.jetty.test/7.0.300-SNAPSHOT/org.eclipse.scout.dev.jetty.test-7.0.300-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.dev.jetty.test/pom.xml to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.dev.jetty.test/7.0.300-SNAPSHOT/org.eclipse.scout.dev.jetty.test-7.0.300-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.dev.jetty.test/target/org.eclipse.scout.dev.jetty.test-7.0.300-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.dev.jetty.test/7.0.300-SNAPSHOT/org.eclipse.scout.dev.jetty.test-7.0.300-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.dev.jetty.test/target/org.eclipse.scout.dev.jetty.test-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.dev.jetty.test/7.0.300-SNAPSHOT/org.eclipse.scout.dev.jetty.test-7.0.300-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.dev.jetty.test/target/org.eclipse.scout.dev.jetty.test-7.0.300-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.dev.jetty.test/7.0.300-SNAPSHOT/org.eclipse.scout.dev.jetty.test-7.0.300-SNAPSHOT-test-sources.jar [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 7.0.300-SNAPSHOT [20/40] [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] [INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.rt.mom.api.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.rt.mom.api.test --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/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/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.mom.api.test/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1: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.6.1:testCompile (default-testCompile) @ org.eclipse.scout.rt.mom.api.test --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.mom.api.test/target/test-classes [INFO] [INFO] --- jandex-maven-plugin:1.0.5:jandex (make-index) @ org.eclipse.scout.rt.mom.api.test --- [INFO] [SKIP] Cannot process fileset in directory: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.mom.api.test/target/classes. Directory does not exist! [INFO] [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.rt.mom.api.test --- ------------------------------------------------------- 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.711 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.048 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.478 sec - in org.eclipse.scout.rt.mom.api.marshaller.JsonMarshallerTest Running org.eclipse.scout.rt.mom.api.marshaller.BytesMarshallerTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.mom.api.marshaller.BytesMarshallerTest Running org.eclipse.scout.rt.mom.api.DestinationConfigPropertyParserTest Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.eclipse.scout.rt.mom.api.DestinationConfigPropertyParserTest Results : Tests run: 33, 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/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.mom.api.test/target/org.eclipse.scout.rt.mom.api.test-7.0.300-SNAPSHOT.jar [INFO] [INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.mom.api.test --- [INFO] Skipping because packaging 'jar' is not pom. [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/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.mom.api.test/target/org.eclipse.scout.rt.mom.api.test-7.0.300-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/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.mom.api.test/target/org.eclipse.scout.rt.mom.api.test-7.0.300-SNAPSHOT-test-sources.jar [INFO] [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.mom.api.test --- [INFO] Checking compile classpath [INFO] Checking runtime classpath [INFO] Checking test classpath [INFO] [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.mom.api.test --- [INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0 [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.mom.api.test --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.mom.api.test/target/org.eclipse.scout.rt.mom.api.test-7.0.300-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.api.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.mom.api.test-7.0.300-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.mom.api.test/pom.xml to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.api.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.mom.api.test-7.0.300-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.mom.api.test/target/org.eclipse.scout.rt.mom.api.test-7.0.300-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.api.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.mom.api.test-7.0.300-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.mom.api.test/target/org.eclipse.scout.rt.mom.api.test-7.0.300-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.api.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.mom.api.test-7.0.300-SNAPSHOT-test-sources.jar [INFO] [INFO] -------< org.eclipse.scout.rt:org.eclipse.scout.rt.jackson.test >------- [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.jackson.test 7.0.300-SNAPSHOT [21/40] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.jackson.test --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.jackson.test --- [INFO] [INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.rt.jackson.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.rt.jackson.test --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.jackson.test/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.jackson.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.jackson.test/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.rt.jackson.test --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.jackson.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.rt.jackson.test --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.jackson.test/target/test-classes [INFO] [INFO] --- jandex-maven-plugin:1.0.5:jandex (make-index) @ org.eclipse.scout.rt.jackson.test --- [INFO] [SKIP] Cannot process fileset in directory: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.jackson.test/target/classes. Directory does not exist! [INFO] [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.rt.jackson.test --- ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.eclipse.scout.rt.jackson.databind.JandexTypeNameIdResolverTest 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: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.43 sec - in org.eclipse.scout.rt.jackson.databind.JandexTypeNameIdResolverTest Running org.eclipse.scout.rt.jackson.databind.JandexJacksonAnnotationIntrospectorTest Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 sec - in org.eclipse.scout.rt.jackson.databind.JandexJacksonAnnotationIntrospectorTest Results : Tests run: 29, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.jackson.test --- [WARNING] JAR will be empty - no content was marked for inclusion! [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.jackson.test/target/org.eclipse.scout.rt.jackson.test-7.0.300-SNAPSHOT.jar [INFO] [INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.jackson.test --- [INFO] Skipping because packaging 'jar' is not pom. [INFO] [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.jackson.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.jackson.test/target/org.eclipse.scout.rt.jackson.test-7.0.300-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.jackson.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.jackson.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.jackson.test/target/org.eclipse.scout.rt.jackson.test-7.0.300-SNAPSHOT-test-sources.jar [INFO] [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.jackson.test --- [INFO] Checking compile classpath [INFO] Checking runtime classpath [INFO] Checking test classpath [INFO] [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.jackson.test --- [INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0 [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.jackson.test --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.jackson.test/target/org.eclipse.scout.rt.jackson.test-7.0.300-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.jackson.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.jackson.test-7.0.300-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.jackson.test/pom.xml to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.jackson.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.jackson.test-7.0.300-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.jackson.test/target/org.eclipse.scout.rt.jackson.test-7.0.300-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.jackson.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.jackson.test-7.0.300-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.jackson.test/target/org.eclipse.scout.rt.jackson.test-7.0.300-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.jackson.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.jackson.test-7.0.300-SNAPSHOT-test-sources.jar [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 7.0.300-SNAPSHOT [22/40] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.server.commons.test --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.server.commons.test --- [INFO] [INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.rt.server.commons.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.rt.server.commons.test --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.commons.test/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.server.commons.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.commons.test/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1: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.6.1: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/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.commons.test/target/test-classes [INFO] [INFO] --- jandex-maven-plugin:1.0.5:jandex (make-index) @ org.eclipse.scout.rt.server.commons.test --- [INFO] [SKIP] Cannot process fileset in directory: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.commons.test/target/classes. Directory does not exist! [INFO] [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.rt.server.commons.test --- ------------------------------------------------------- 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.552 sec - in org.eclipse.scout.rt.server.commons.servlet.cache.DownloadHttpResponseInterceptorTest Running org.eclipse.scout.rt.server.commons.servlet.ServletExceptionTranslatorTest 2023-01-07 23:51:50,159 INFO [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateHeadless(PlatformImplementor.java:172) - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[] 2023-01-07 23:51:50,186 INFO [Thread-1] org.eclipse.scout.rt.platform.inventory.ClassInventory.(ClassInventory.java:38) - Building jandex class inventory using rebuild strategy IF_MISSING... - MDC[] 2023-01-07 23:51:50,264 INFO [Thread-1] org.eclipse.scout.rt.platform.inventory.ClassInventory.(ClassInventory.java:44) - Finished building jandex class inventory in 90.388576 ms. Total class count: 1132 - MDC[] 2023-01-07 23:51:50,556 INFO [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:215) - Collected 153 beans in 290.407780 ms - MDC[] 2023-01-07 23:51:50,597 INFO [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:220) - Registered 153 beans in 41.433200 ms - MDC[] 2023-01-07 23:51:50,650 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[] 2023-01-07 23:51:50,656 INFO [Thread-1] org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrator.stateChanged(CodeTypeRegistrator.java:32) - 0 code type classes registered. - MDC[] 2023-01-07 23:51:50,658 INFO [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateConfiguration(PlatformImplementor.java:184) - No config.properties found. Running with empty configuration. - MDC[] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.885 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: 1.155 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 2023-01-07 23:51:54,191 WARN [Time-limited test] org.eclipse.scout.rt.server.commons.healthcheck.AbstractHealthChecker.checkHealth(AbstractHealthChecker.java:123) - HealthCheck[dd956448-6211-4e09-80e9-db7f6d3d4485] has timed out after 1000ms, future=JobFutureTask@19c0bac6[job=dd956448-6211-4e09-80e9-db7f6d3d4485, state=RUNNING]. Cancelling job now. - MDC[] 2023-01-07 23:51:58,230 INFO [scout-thread-23] org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandler.handle(JUnitExceptionHandler.java:49) - Exception will be re-thrown for JUnit assertion. [exception=Array index out of range: 2] - MDC[jobName=76174b75-5310-4369-ae93-bb4be124682d] java.lang.ArrayIndexOutOfBoundsException: Array index out of range: 2 at org.eclipse.scout.rt.server.commons.healthcheck.HealthCheckerTest$5.run(HealthCheckerTest.java:200) 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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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: 6.093 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.022 sec - in org.eclipse.scout.rt.server.commons.cache.StickySessionCacheStoreServiceTest Running org.eclipse.scout.rt.server.commons.cache.CacheElementTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.server.commons.cache.CacheElementTest Running org.eclipse.scout.rt.server.commons.FileUtilityMimeTypeTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 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/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.commons.test/target/org.eclipse.scout.rt.server.commons.test-7.0.300-SNAPSHOT.jar [INFO] [INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.server.commons.test --- [INFO] Skipping because packaging 'jar' is not pom. [INFO] [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.server.commons.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.commons.test/target/org.eclipse.scout.rt.server.commons.test-7.0.300-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.server.commons.test --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.server.commons.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.commons.test/target/org.eclipse.scout.rt.server.commons.test-7.0.300-SNAPSHOT-test-sources.jar [INFO] [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.server.commons.test --- [INFO] Checking compile classpath [INFO] Checking runtime classpath [INFO] Checking test classpath [INFO] [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.server.commons.test --- [INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0 [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.server.commons.test --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.commons.test/target/org.eclipse.scout.rt.server.commons.test-7.0.300-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.commons.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.server.commons.test-7.0.300-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.commons.test/pom.xml to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.commons.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.server.commons.test-7.0.300-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.commons.test/target/org.eclipse.scout.rt.server.commons.test-7.0.300-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.commons.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.server.commons.test-7.0.300-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.commons.test/target/org.eclipse.scout.rt.server.commons.test-7.0.300-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.commons.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.server.commons.test-7.0.300-SNAPSHOT-test-sources.jar [INFO] [INFO] ----------< org.eclipse.scout.rt:org.eclipse.scout.rt.server >---------- [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.server 7.0.300-SNAPSHOT [23/40] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.server --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.server --- [INFO] [INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.rt.server --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.rt.server --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.rt.server --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 111 source files to /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server/target/classes [INFO] [INFO] --- jandex-maven-plugin:1.0.5:jandex (make-index) @ org.eclipse.scout.rt.server --- [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.rt.server --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.rt.server --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.server --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server/target/org.eclipse.scout.rt.server-7.0.300-SNAPSHOT.jar [INFO] [INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.server --- [INFO] Skipping because packaging 'jar' is not pom. [INFO] [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.server --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.server --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server/target/org.eclipse.scout.rt.server-7.0.300-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.server --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.server --- [INFO] Checking compile classpath [INFO] Checking runtime classpath [INFO] Checking test classpath [INFO] [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.server --- [INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0 [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.server --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server/target/org.eclipse.scout.rt.server-7.0.300-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server/7.0.300-SNAPSHOT/org.eclipse.scout.rt.server-7.0.300-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server/pom.xml to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server/7.0.300-SNAPSHOT/org.eclipse.scout.rt.server-7.0.300-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server/target/org.eclipse.scout.rt.server-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server/7.0.300-SNAPSHOT/org.eclipse.scout.rt.server-7.0.300-SNAPSHOT-sources.jar [INFO] [INFO] -------< org.eclipse.scout.rt:org.eclipse.scout.rt.client.test >-------- [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.client.test 7.0.300-SNAPSHOT [24/40] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.client.test --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.client.test --- [INFO] [INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.rt.client.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.rt.client.test --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.client.test/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.client.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.6.1: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/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.client.test/target/classes [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.client.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.rt.client.test --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 344 source files to /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.client.test/target/test-classes [INFO] [INFO] --- jandex-maven-plugin:1.0.5:jandex (make-index) @ org.eclipse.scout.rt.client.test --- [INFO] [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.rt.client.test --- ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.eclipse.scout.testing.client.runner.ScoutClientTestRunnerLoginTest 2023-01-07 23:52:05,903 INFO [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateHeadless(PlatformImplementor.java:172) - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[] 2023-01-07 23:52:05,942 INFO [Thread-1] org.eclipse.scout.rt.platform.inventory.ClassInventory.(ClassInventory.java:38) - Building jandex class inventory using rebuild strategy IF_MISSING... - MDC[] 2023-01-07 23:52:06,044 INFO [Thread-1] org.eclipse.scout.rt.platform.inventory.ClassInventory.(ClassInventory.java:44) - Finished building jandex class inventory in 126.902855 ms. Total class count: 4970 - MDC[] 2023-01-07 23:52:06,356 INFO [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:215) - Collected 215 beans in 309.941381 ms - MDC[] 2023-01-07 23:52:06,393 INFO [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:220) - Registered 215 beans in 37.779176 ms - MDC[] 2023-01-07 23:52:06,409 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[] 2023-01-07 23:52:06,414 INFO [Thread-1] org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrator.stateChanged(CodeTypeRegistrator.java:32) - 4 code type classes registered. - MDC[] 2023-01-07 23:52:06,416 INFO [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateConfiguration(PlatformImplementor.java:184) - No config.properties found. Running with empty configuration. - MDC[] 2023-01-07 23:52:06,610 WARN [main] org.eclipse.scout.testing.client.ClientSessionProviderWithCache.registerSessionForNotifications(ClientSessionProviderWithCache.java:149) - Failed to register session for notifications. - MDC[] 2023-01-07 23:52:06,616 WARN [main] org.eclipse.scout.rt.client.AbstractClientSession.getUserAgent(AbstractClientSession.java:186) - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[] 2023-01-07 23:52:06,721 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@2de130d4[id = 5a67de0b-4653-4b22-9e45-169b7623b89f], user=jenkins] - MDC[jobName=Starting ClientSession [sessionId=5a67de0b-4653-4b22-9e45-169b7623b89f]] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.5 sec - in org.eclipse.scout.testing.client.runner.ScoutClientTestRunnerLoginTest Running org.eclipse.scout.testing.client.runner.ScoutClientTestRunnerAdditionalLoginTest 2023-01-07 23:52:06,949 WARN [main] org.eclipse.scout.testing.client.ClientSessionProviderWithCache.registerSessionForNotifications(ClientSessionProviderWithCache.java:149) - Failed to register session for notifications. - MDC[] 2023-01-07 23:52:06,950 WARN [main] org.eclipse.scout.rt.client.AbstractClientSession.getUserAgent(AbstractClientSession.java:186) - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[] 2023-01-07 23:52:06,953 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@8027185[id = af9fdd38-8045-49fc-abd9-3f6296617a12], user=jenkins] - MDC[jobName=Starting ClientSession [sessionId=af9fdd38-8045-49fc-abd9-3f6296617a12]] 2023-01-07 23:52:06,957 WARN [main] org.eclipse.scout.testing.client.ClientSessionProviderWithCache.registerSessionForNotifications(ClientSessionProviderWithCache.java:149) - Failed to register session for notifications. - MDC[] 2023-01-07 23:52:06,957 WARN [main] org.eclipse.scout.rt.client.AbstractClientSession.getUserAgent(AbstractClientSession.java:186) - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[] 2023-01-07 23:52:06,960 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@cee4e60[id = be41ff77-7f54-442c-8c18-214040ad0676], user=jenkins] - MDC[jobName=Starting ClientSession [sessionId=be41ff77-7f54-442c-8c18-214040ad0676]] 2023-01-07 23:52:06,963 WARN [main] org.eclipse.scout.testing.client.ClientSessionProviderWithCache.registerSessionForNotifications(ClientSessionProviderWithCache.java:149) - Failed to register session for notifications. - MDC[] 2023-01-07 23:52:06,964 WARN [main] org.eclipse.scout.rt.client.AbstractClientSession.getUserAgent(AbstractClientSession.java:186) - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[] 2023-01-07 23:52:06,966 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@4b503ae1[id = 373258f7-6922-4806-b44e-ed8c33abc944], user=jenkins] - MDC[jobName=Starting ClientSession [sessionId=373258f7-6922-4806-b44e-ed8c33abc944]] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec - in org.eclipse.scout.testing.client.runner.ScoutClientTestRunnerAdditionalLoginTest Running org.eclipse.scout.rt.testing.client.runner.parameterized.SampleParameterizedClientTest 2023-01-07 23:52:06,977 WARN [main] org.eclipse.scout.testing.client.ClientSessionProviderWithCache.registerSessionForNotifications(ClientSessionProviderWithCache.java:149) - Failed to register session for notifications. - MDC[] 2023-01-07 23:52:06,978 WARN [main] org.eclipse.scout.rt.client.AbstractClientSession.getUserAgent(AbstractClientSession.java:186) - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[] 2023-01-07 23:52:06,980 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@66d43009[id = 6e4ee9d8-b6a3-406a-ad71-b17707b98494], user=jenkins] - MDC[jobName=Starting ClientSession [sessionId=6e4ee9d8-b6a3-406a-ad71-b17707b98494]] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 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.064 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.012 sec - in org.eclipse.scout.rt.testing.client.runner.parameterized.ParameterizedClientTestRunnerTest Running org.eclipse.scout.rt.testing.client.runner.ClientTestRunnerTimeoutTest 2023-01-07 23:52:07,067 WARN [main] org.eclipse.scout.testing.client.ClientSessionProviderWithCache.registerSessionForNotifications(ClientSessionProviderWithCache.java:149) - Failed to register session for notifications. - MDC[] 2023-01-07 23:52:07,068 WARN [main] org.eclipse.scout.rt.client.AbstractClientSession.getUserAgent(AbstractClientSession.java:186) - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[] 2023-01-07 23:52:07,069 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@52ab908[id = 31aa6090-4570-4032-8ec9-539d3e879db3], user=null] - MDC[jobName=Starting ClientSession [sessionId=31aa6090-4570-4032-8ec9-539d3e879db3]] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.116 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.011 sec - in org.eclipse.scout.rt.testing.client.runner.ClientTestRunnerTimeoutPropertyMapTest Running org.eclipse.scout.rt.testing.client.runner.ClientTestRunnerSameSessionTest 2023-01-07 23:52:07,192 WARN [main] org.eclipse.scout.testing.client.ClientSessionProviderWithCache.registerSessionForNotifications(ClientSessionProviderWithCache.java:149) - Failed to register session for notifications. - MDC[] 2023-01-07 23:52:07,193 WARN [main] org.eclipse.scout.rt.client.AbstractClientSession.getUserAgent(AbstractClientSession.java:186) - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[] 2023-01-07 23:52:07,193 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@728b4958[id = 26f18c4c-b163-47dd-84e8-6f0e35c5faf6], user=null] - MDC[jobName=Starting ClientSession [sessionId=26f18c4c-b163-47dd-84e8-6f0e35c5faf6]] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.eclipse.scout.rt.testing.client.runner.ClientTestRunnerSameSessionTest Running org.eclipse.scout.rt.testing.client.runner.ClientTestRunnerDifferentSubjectTest 2023-01-07 23:52:07,203 WARN [main] org.eclipse.scout.testing.client.ClientSessionProviderWithCache.registerSessionForNotifications(ClientSessionProviderWithCache.java:149) - Failed to register session for notifications. - MDC[] 2023-01-07 23:52:07,204 WARN [main] org.eclipse.scout.rt.client.AbstractClientSession.getUserAgent(AbstractClientSession.java:186) - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[] 2023-01-07 23:52:07,205 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@6fae6d91[id = dc45b1f8-555d-4299-b273-89c6e83f13fc], user=null] - MDC[jobName=Starting ClientSession [sessionId=dc45b1f8-555d-4299-b273-89c6e83f13fc]] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.eclipse.scout.rt.testing.client.runner.ClientTestRunnerDifferentSubjectTest Running org.eclipse.scout.rt.testing.client.runner.ClientTestRunnerDifferentSessionTest 2023-01-07 23:52:07,209 WARN [main] org.eclipse.scout.rt.client.AbstractClientSession.getUserAgent(AbstractClientSession.java:186) - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[] 2023-01-07 23:52:07,213 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@60844814[id = 829e38a1-cf83-46f2-8103-a69837a6509d], user=null] - MDC[jobName=Starting ClientSession [sessionId=829e38a1-cf83-46f2-8103-a69837a6509d]] 2023-01-07 23:52:07,216 WARN [main] org.eclipse.scout.rt.client.AbstractClientSession.getUserAgent(AbstractClientSession.java:186) - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[] 2023-01-07 23:52:07,217 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@793171e0[id = 79be2e3a-0fea-454d-9a14-6236e1193abe], user=null] - MDC[jobName=Starting ClientSession [sessionId=79be2e3a-0fea-454d-9a14-6236e1193abe]] 2023-01-07 23:52:07,219 WARN [main] org.eclipse.scout.rt.client.AbstractClientSession.getUserAgent(AbstractClientSession.java:186) - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[] 2023-01-07 23:52:07,220 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@1b34b30d[id = 9883fa56-6cc2-4f19-9a18-1da6553f7613], user=null] - MDC[jobName=Starting ClientSession [sessionId=9883fa56-6cc2-4f19-9a18-1da6553f7613]] 2023-01-07 23:52:07,235 WARN [main] org.eclipse.scout.testing.client.ClientSessionProviderWithCache.registerSessionForNotifications(ClientSessionProviderWithCache.java:149) - Failed to register session for notifications. - MDC[] 2023-01-07 23:52:07,236 WARN [main] org.eclipse.scout.rt.client.AbstractClientSession.getUserAgent(AbstractClientSession.java:186) - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[] 2023-01-07 23:52:07,237 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@765953c3[id = 54eae2ec-f614-425b-919a-10e557b31e9e], user=null] - MDC[jobName=Starting ClientSession [sessionId=54eae2ec-f614-425b-919a-10e557b31e9e]] 2023-01-07 23:52:07,239 WARN [main] org.eclipse.scout.rt.client.AbstractClientSession.getUserAgent(AbstractClientSession.java:186) - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[] 2023-01-07 23:52:07,240 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@59285c5[id = d136581d-5b86-4086-892e-15c4b3913fc1], user=null] - MDC[jobName=Starting ClientSession [sessionId=d136581d-5b86-4086-892e-15c4b3913fc1]] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 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.074 sec - in org.eclipse.scout.rt.shared.extension.services.common.code.MoveCodesTest Running org.eclipse.scout.rt.shared.extension.dto.WrappedFormExtensionTest 2023-01-07 23:52:07,318 WARN [main] org.eclipse.scout.testing.client.ClientSessionProviderWithCache.registerSessionForNotifications(ClientSessionProviderWithCache.java:149) - Failed to register session for notifications. - MDC[] 2023-01-07 23:52:07,318 WARN [main] org.eclipse.scout.rt.client.AbstractClientSession.getUserAgent(AbstractClientSession.java:186) - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[] 2023-01-07 23:52:07,336 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@3c08a37e[id = 50f504b4-3999-45ad-b7cf-f05841a84dcd], user=jenkins] - MDC[jobName=Starting ClientSession [sessionId=50f504b4-3999-45ad-b7cf-f05841a84dcd]] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.282 sec - in org.eclipse.scout.rt.shared.extension.dto.WrappedFormExtensionTest Running org.eclipse.scout.rt.shared.extension.dto.TableFieldExtensionTest 2023-01-07 23:52:07,697 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.138 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.699 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.129 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.029 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.065 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.041 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.031 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.039 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.066 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.01 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.1 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.009 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.056 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.039 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.018 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.003 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.035 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.747 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.01 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.231 sec - in org.eclipse.scout.rt.client.ui.form.internal.FindFieldByFormDataIdVisitorTest Running org.eclipse.scout.rt.client.ui.form.fields.treebox.TreeBoxTest 2023-01-07 23:52:10,141 WARN [scout-model-thread-24] org.eclipse.scout.rt.client.ui.form.fields.treebox.AbstractTreeBox.filterLookupResult(AbstractTreeBox.java:598) - The key of a lookup row may not be null. Row has been removed for tree box 'org.eclipse.scout.rt.client.ui.form.fields.treebox.TreeBoxTest$SimpleTreeBox'. - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:52:10,153 WARN [scout-model-thread-24] org.eclipse.scout.rt.client.ui.form.fields.treebox.AbstractTreeBox.filterLookupResult(AbstractTreeBox.java:598) - The key of a lookup row may not be null. Row has been removed for tree box 'org.eclipse.scout.rt.client.ui.form.fields.treebox.TreeBoxTest$AutoSelectTreeBox'. - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:52:10,163 WARN [scout-model-thread-24] org.eclipse.scout.rt.client.ui.form.fields.treebox.AbstractTreeBox.filterLookupResult(AbstractTreeBox.java:598) - The key of a lookup row may not be null. Row has been removed for tree box 'org.eclipse.scout.rt.client.ui.form.fields.treebox.TreeBoxTest$AutoSelectTreeBox'. - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:52:10,173 WARN [scout-model-thread-24] org.eclipse.scout.rt.client.ui.form.fields.treebox.AbstractTreeBox.filterLookupResult(AbstractTreeBox.java:598) - The key of a lookup row may not be null. Row has been removed for tree box 'org.eclipse.scout.rt.client.ui.form.fields.treebox.TreeBoxTest$SimpleTreeBox'. - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:52:10,182 WARN [scout-model-thread-24] org.eclipse.scout.rt.client.ui.form.fields.treebox.AbstractTreeBox.filterLookupResult(AbstractTreeBox.java:598) - The key of a lookup row may not be null. Row has been removed for tree box 'org.eclipse.scout.rt.client.ui.form.fields.treebox.TreeBoxTest$ValidatingTreeBox'. - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:52:10,198 WARN [scout-model-thread-24] org.eclipse.scout.rt.client.ui.form.fields.treebox.AbstractTreeBox.filterLookupResult(AbstractTreeBox.java:598) - The key of a lookup row may not be null. Row has been removed for tree box 'org.eclipse.scout.rt.client.ui.form.fields.treebox.TreeBoxTest$AutoSelectTreeBox'. - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:52:10,204 WARN [scout-model-thread-24] org.eclipse.scout.rt.client.ui.form.fields.treebox.AbstractTreeBox.filterLookupResult(AbstractTreeBox.java:598) - The key of a lookup row may not be null. Row has been removed for tree box 'org.eclipse.scout.rt.client.ui.form.fields.treebox.TreeBoxTest$SimpleTreeBox'. - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:52:10,211 WARN [scout-model-thread-24] org.eclipse.scout.rt.client.ui.form.fields.treebox.AbstractTreeBox.filterLookupResult(AbstractTreeBox.java:598) - The key of a lookup row may not be null. Row has been removed for tree box 'org.eclipse.scout.rt.client.ui.form.fields.treebox.TreeBoxTest$ValidatingTreeBox'. - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:52:10,234 WARN [scout-model-thread-24] org.eclipse.scout.rt.client.ui.form.fields.treebox.AbstractTreeBox.filterLookupResult(AbstractTreeBox.java:598) - The key of a lookup row may not be null. Row has been removed for tree box 'org.eclipse.scout.rt.client.ui.form.fields.treebox.TreeBoxTest$SimpleTreeBox'. - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:52:10,242 WARN [scout-model-thread-24] org.eclipse.scout.rt.client.ui.form.fields.treebox.AbstractTreeBox.filterLookupResult(AbstractTreeBox.java:598) - The key of a lookup row may not be null. Row has been removed for tree box 'org.eclipse.scout.rt.client.ui.form.fields.treebox.TreeBoxTest$SimpleTreeBox'. - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:52:10,249 WARN [scout-model-thread-24] org.eclipse.scout.rt.client.ui.form.fields.treebox.AbstractTreeBox.filterLookupResult(AbstractTreeBox.java:598) - The key of a lookup row may not be null. Row has been removed for tree box 'org.eclipse.scout.rt.client.ui.form.fields.treebox.TreeBoxTest$SimpleTreeBox'. - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:52:10,254 WARN [scout-model-thread-24] org.eclipse.scout.rt.client.ui.form.fields.treebox.AbstractTreeBox.filterLookupResult(AbstractTreeBox.java:598) - The key of a lookup row may not be null. Row has been removed for tree box 'org.eclipse.scout.rt.client.ui.form.fields.treebox.TreeBoxTest$AutoSelectTreeBox'. - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:52:10,259 WARN [scout-model-thread-24] org.eclipse.scout.rt.client.ui.form.fields.treebox.AbstractTreeBox.filterLookupResult(AbstractTreeBox.java:598) - The key of a lookup row may not be null. Row has been removed for tree box 'org.eclipse.scout.rt.client.ui.form.fields.treebox.TreeBoxTest$1'. - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:52:10,261 WARN [scout-model-thread-24] org.eclipse.scout.rt.client.ui.form.fields.treebox.AbstractTreeBox.filterLookupResult(AbstractTreeBox.java:598) - The key of a lookup row may not be null. Row has been removed for tree box 'org.eclipse.scout.rt.client.ui.form.fields.treebox.TreeBoxTest$1'. - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:52:10,267 WARN [scout-model-thread-24] org.eclipse.scout.rt.client.ui.form.fields.treebox.AbstractTreeBox.filterLookupResult(AbstractTreeBox.java:598) - The key of a lookup row may not be null. Row has been removed for tree box 'org.eclipse.scout.rt.client.ui.form.fields.treebox.TreeBoxTest$SimpleTreeBox'. - MDC[jobName=Running JUnit test in model job] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.163 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.03 sec - in org.eclipse.scout.rt.client.ui.form.fields.treebox.TreeBoxInFormTest Running org.eclipse.scout.rt.client.ui.form.fields.tablefield.TableFieldTest 2023-01-07 23:52:10,342 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[] 2023-01-07 23:52:10,362 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[] 2023-01-07 23:52:10,436 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.135 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.016 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.011 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.01 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.019 sec - in org.eclipse.scout.rt.client.ui.form.fields.stringfield.AbstractStringFieldTest Running org.eclipse.scout.rt.client.ui.form.fields.smartfield2.SmartField2Test Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 sec - in org.eclipse.scout.rt.client.ui.form.fields.smartfield2.SmartField2Test Running org.eclipse.scout.rt.client.ui.form.fields.smartfield2.ProposalField2Test Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.eclipse.scout.rt.client.ui.form.fields.smartfield2.ProposalField2Test Running org.eclipse.scout.rt.client.ui.form.fields.smartfield.SmartFieldTest 2023-01-07 23:52:10,653 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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:1505) 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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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) 2023-01-07 23:52:10,654 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:1505) 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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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.245 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.035 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.045 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.015 sec - in org.eclipse.scout.rt.client.ui.form.fields.smartfield.SmartFieldMultilineTest Running org.eclipse.scout.rt.client.ui.form.fields.smartfield.SmartFieldLookupTest 2023-01-07 23:52:10,969 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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:1527) 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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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) 2023-01-07 23:52:10,988 WARN [scout-thread-22] 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@3fdbc8bb[Rec Lookup, parentKey=1, activeState=TRUE]]] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.11 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.127 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.015 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.05 sec - in org.eclipse.scout.rt.client.ui.form.fields.sequencebox.SequenceBoxTest Running org.eclipse.scout.rt.client.ui.form.fields.radiobuttongroup.AbstractRadioButtonGroupTest 2023-01-07 23:52:11,242 WARN [scout-model-thread-21] org.eclipse.scout.rt.client.ui.form.fields.radiobuttongroup.AbstractRadioButtonGroup.filterLookup(AbstractRadioButtonGroup.java:379) - The key of a lookup row may not be null. Row has been removed for radio button group 'org.eclipse.scout.rt.client.ui.form.fields.radiobuttongroup.AbstractRadioButtonGroupTest$P_RadioButtonGroupWithLookupCall'. - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:52:11,244 WARN [scout-model-thread-21] org.eclipse.scout.rt.client.ui.form.fields.radiobuttongroup.AbstractRadioButtonGroup.filterLookup(AbstractRadioButtonGroup.java:379) - The key of a lookup row may not be null. Row has been removed for radio button group 'org.eclipse.scout.rt.client.ui.form.fields.radiobuttongroup.AbstractRadioButtonGroupTest$P_RadioButtonGroupWithLookupCall'. - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:52:11,358 WARN [scout-model-thread-21] org.eclipse.scout.rt.client.ui.form.fields.radiobuttongroup.AbstractRadioButtonGroup.filterLookup(AbstractRadioButtonGroup.java:379) - The key of a lookup row may not be null. Row has been removed for radio button group 'org.eclipse.scout.rt.client.ui.form.fields.radiobuttongroup.AbstractRadioButtonGroupTest$P_RadioButtonGroupWithLookupCall'. - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:52:11,359 WARN [scout-model-thread-21] org.eclipse.scout.rt.client.ui.form.fields.radiobuttongroup.AbstractRadioButtonGroup.filterLookup(AbstractRadioButtonGroup.java:379) - The key of a lookup row may not be null. Row has been removed for radio button group 'org.eclipse.scout.rt.client.ui.form.fields.radiobuttongroup.AbstractRadioButtonGroupTest$P_RadioButtonGroupWithLookupCall'. - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:52:11,414 WARN [scout-model-thread-21] org.eclipse.scout.rt.client.ui.form.fields.radiobuttongroup.AbstractRadioButtonGroup.filterLookup(AbstractRadioButtonGroup.java:379) - The key of a lookup row may not be null. Row has been removed for radio button group 'org.eclipse.scout.rt.client.ui.form.fields.radiobuttongroup.AbstractRadioButtonGroupTest$P_RadioButtonGroupWithLookupCall'. - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:52:11,415 WARN [scout-model-thread-21] org.eclipse.scout.rt.client.ui.form.fields.radiobuttongroup.AbstractRadioButtonGroup.filterLookup(AbstractRadioButtonGroup.java:379) - The key of a lookup row may not be null. Row has been removed for radio button group 'org.eclipse.scout.rt.client.ui.form.fields.radiobuttongroup.AbstractRadioButtonGroupTest$P_RadioButtonGroupWithLookupCall'. - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:52:11,437 WARN [scout-model-thread-21] org.eclipse.scout.rt.client.ui.form.fields.radiobuttongroup.AbstractRadioButtonGroup.filterLookup(AbstractRadioButtonGroup.java:379) - The key of a lookup row may not be null. Row has been removed for radio button group 'org.eclipse.scout.rt.client.ui.form.fields.radiobuttongroup.AbstractRadioButtonGroupTest$P_RadioButtonGroupWithLookupCall'. - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:52:11,437 WARN [scout-model-thread-21] org.eclipse.scout.rt.client.ui.form.fields.radiobuttongroup.AbstractRadioButtonGroup.filterLookup(AbstractRadioButtonGroup.java:379) - The key of a lookup row may not be null. Row has been removed for radio button group 'org.eclipse.scout.rt.client.ui.form.fields.radiobuttongroup.AbstractRadioButtonGroupTest$P_RadioButtonGroupWithLookupCall'. - MDC[jobName=Running JUnit test in model job] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.24 sec - in org.eclipse.scout.rt.client.ui.form.fields.radiobuttongroup.AbstractRadioButtonGroupTest Running org.eclipse.scout.rt.client.ui.form.fields.pagefield.PageFieldTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.427 sec - in org.eclipse.scout.rt.client.ui.form.fields.pagefield.PageFieldTest Running org.eclipse.scout.rt.client.ui.form.fields.numberfield.AbstractNumberFieldTest Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.335 sec - in org.eclipse.scout.rt.client.ui.form.fields.numberfield.AbstractNumberFieldTest Running org.eclipse.scout.rt.client.ui.form.fields.numberfield.AbstractNumberFieldLenientParsingTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec - in org.eclipse.scout.rt.client.ui.form.fields.numberfield.AbstractNumberFieldLenientParsingTest Running org.eclipse.scout.rt.client.ui.form.fields.longfield.AbstractLongFieldTest Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec - in org.eclipse.scout.rt.client.ui.form.fields.longfield.AbstractLongFieldTest Running org.eclipse.scout.rt.client.ui.form.fields.listbox.ListBoxTest 2023-01-07 23:52:12,269 WARN [scout-model-thread-21] org.eclipse.scout.rt.client.ui.form.fields.listbox.AbstractListBox.filterLookupResult(AbstractListBox.java:557) - The key of a lookup row may not be null. Row has been removed for list box 'org.eclipse.scout.rt.client.ui.form.fields.listbox.ListBoxTest'. - MDC[jobName=Running JUnit test in model job] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 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.019 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.014 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.006 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.006 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.009 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.008 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.006 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.04 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.007 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.007 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.007 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.006 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.007 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.004 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.006 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.006 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.028 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.052 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.006 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.086 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.019 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: 2, 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.031 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.011 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.015 sec - in org.eclipse.scout.rt.client.ui.form.fields.bigdecimalfield.AbstractBigDecimalFieldTest Running org.eclipse.scout.rt.client.ui.form.fields.ValueFieldTest 2023-01-07 23:52:12,805 WARN [scout-model-thread-21] org.eclipse.scout.rt.client.ui.form.fields.AbstractValueField.setValue(AbstractValueField.java:378) - Unexpected Error: - MDC[jobName=Running JUnit test in model job] 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:377) 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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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:669) 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:696) at org.eclipse.scout.rt.client.ui.form.fields.AbstractValueField.validateValue(AbstractValueField.java:499) at org.eclipse.scout.rt.client.ui.form.fields.AbstractValueField.setValue(AbstractValueField.java:369) ... 44 common frames omitted Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 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.061 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.086 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.021 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.032 sec - in org.eclipse.scout.rt.client.ui.form.fields.FormFieldVisibilityTest Running org.eclipse.scout.rt.client.ui.form.fields.FormFieldTest 2023-01-07 23:52:13,056 WARN [scout-model-thread-21] org.eclipse.scout.rt.client.ui.form.fields.AbstractFormField.classId(AbstractFormField.java:1194) - Found a duplicate classid for SimpleTestFormField_org.eclipse.scout.rt.client.ui.form.fields.FormFieldTest$TestForm, adding field index. Override classId for dynamically injected fields. - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:52:13,057 WARN [scout-model-thread-21] org.eclipse.scout.rt.client.ui.form.fields.AbstractFormField.classId(AbstractFormField.java:1194) - Found a duplicate classid for SimpleTestFormField_org.eclipse.scout.rt.client.ui.form.fields.FormFieldTest$TestForm, adding field index. Override classId for dynamically injected fields. - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:52:13,077 WARN [scout-model-thread-21] org.eclipse.scout.rt.client.ui.form.fields.AbstractFormField.classId(AbstractFormField.java:1194) - Found a duplicate classid for DUPLICATEDUPLICATE, adding field index. Override classId for dynamically injected fields. - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:52:13,078 WARN [scout-model-thread-21] org.eclipse.scout.rt.client.ui.form.fields.AbstractFormField.classId(AbstractFormField.java:1194) - Found a duplicate classid for DUPLICATEDUPLICATE, adding field index. Override classId for dynamically injected fields. - MDC[jobName=Running JUnit test in model job] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 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.094 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.009 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.008 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.095 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.105 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.049 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.065 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.045 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.013 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.015 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.009 sec - in org.eclipse.scout.rt.client.ui.form.FormWaitForTest Running org.eclipse.scout.rt.client.ui.form.FormStoredWithVetoTest 2023-01-07 23:52:13,637 INFO [scout-model-thread-21] org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandler.handle(JUnitExceptionHandler.java:49) - Exception will be re-thrown for JUnit assertion. [exception=Implementation throws a VetoException [severity=ERROR, user=default, form=org.eclipse.scout.rt.client.ui.form.fixture.FormToStore, button=org.eclipse.scout.rt.client.ui.form.fixture.FormToStore$MainBox$SaveButton]] - MDC[jobName=Running JUnit test in model job] 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:3233) 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:3317) at org.eclipse.scout.rt.client.ui.form.AbstractForm.storeStateInternal(AbstractForm.java:1762) at org.eclipse.scout.rt.client.ui.form.AbstractForm.doSave(AbstractForm.java:2104) at org.eclipse.scout.rt.client.ui.form.AbstractForm.handleSystemButtonEventInternal(AbstractForm.java:3046) at org.eclipse.scout.rt.client.ui.form.AbstractForm$P_SystemButtonListener.buttonChanged(AbstractForm.java:3090) at org.eclipse.scout.rt.client.ui.form.fields.button.AbstractButton.fireButtonEvent(AbstractButton.java:516) at org.eclipse.scout.rt.client.ui.form.fields.button.AbstractButton.fireButtonClicked(AbstractButton.java:504) at org.eclipse.scout.rt.client.ui.form.fields.button.AbstractButton.doClick(AbstractButton.java:430) 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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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) 2023-01-07 23:52:13,642 INFO [scout-model-thread-21] org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandler.handle(JUnitExceptionHandler.java:49) - Exception will be re-thrown for JUnit assertion. [exception=Implementation throws a VetoException [severity=ERROR, user=default, form=org.eclipse.scout.rt.client.ui.form.fixture.FormToStore, button=org.eclipse.scout.rt.client.ui.form.fixture.FormToStore$MainBox$SaveButton]] - MDC[jobName=Running JUnit test in model job] 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:1761) at org.eclipse.scout.rt.client.ui.form.AbstractForm.doSave(AbstractForm.java:2104) at org.eclipse.scout.rt.client.ui.form.AbstractForm.handleSystemButtonEventInternal(AbstractForm.java:3046) at org.eclipse.scout.rt.client.ui.form.AbstractForm$P_SystemButtonListener.buttonChanged(AbstractForm.java:3090) at org.eclipse.scout.rt.client.ui.form.fields.button.AbstractButton.fireButtonEvent(AbstractButton.java:516) at org.eclipse.scout.rt.client.ui.form.fields.button.AbstractButton.fireButtonClicked(AbstractButton.java:504) at org.eclipse.scout.rt.client.ui.form.fields.button.AbstractButton.doClick(AbstractButton.java:430) 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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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) 2023-01-07 23:52:13,646 INFO [scout-model-thread-21] org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandler.handle(JUnitExceptionHandler.java:49) - Exception will be re-thrown for JUnit assertion. [exception=Implementation throws a VetoException [severity=ERROR, user=default, form=org.eclipse.scout.rt.client.ui.form.fixture.FormToStore, button=org.eclipse.scout.rt.client.ui.form.fixture.FormToStore$MainBox$SaveButton]] - MDC[jobName=Running JUnit test in model job] 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:3233) 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:3317) at org.eclipse.scout.rt.client.ui.form.AbstractForm.storeStateInternal(AbstractForm.java:1762) at org.eclipse.scout.rt.client.ui.form.AbstractForm.doSave(AbstractForm.java:2104) at org.eclipse.scout.rt.client.ui.form.AbstractForm.handleSystemButtonEventInternal(AbstractForm.java:3046) at org.eclipse.scout.rt.client.ui.form.AbstractForm$P_SystemButtonListener.buttonChanged(AbstractForm.java:3090) at org.eclipse.scout.rt.client.ui.form.fields.button.AbstractButton.fireButtonEvent(AbstractButton.java:516) at org.eclipse.scout.rt.client.ui.form.fields.button.AbstractButton.fireButtonClicked(AbstractButton.java:504) at org.eclipse.scout.rt.client.ui.form.fields.button.AbstractButton.doClick(AbstractButton.java:430) 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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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) 2023-01-07 23:52:13,650 INFO [scout-model-thread-21] org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandler.handle(JUnitExceptionHandler.java:49) - Exception will be re-thrown for JUnit assertion. [exception=Implementation throws a VetoException [severity=ERROR, user=default, form=org.eclipse.scout.rt.client.ui.form.fixture.FormToStore, button=org.eclipse.scout.rt.client.ui.form.fixture.FormToStore$MainBox$OkButton]] - MDC[jobName=Running JUnit test in model job] 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:3233) 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:3317) at org.eclipse.scout.rt.client.ui.form.AbstractForm.storeStateInternal(AbstractForm.java:1762) at org.eclipse.scout.rt.client.ui.form.AbstractForm.doOk(AbstractForm.java:2052) at org.eclipse.scout.rt.client.ui.form.AbstractForm.handleSystemButtonEventInternal(AbstractForm.java:3038) at org.eclipse.scout.rt.client.ui.form.AbstractForm$P_SystemButtonListener.buttonChanged(AbstractForm.java:3090) at org.eclipse.scout.rt.client.ui.form.fields.button.AbstractButton.fireButtonEvent(AbstractButton.java:516) at org.eclipse.scout.rt.client.ui.form.fields.button.AbstractButton.fireButtonClicked(AbstractButton.java:504) at org.eclipse.scout.rt.client.ui.form.fields.button.AbstractButton.doClick(AbstractButton.java:430) 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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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) 2023-01-07 23:52:13,653 INFO [scout-model-thread-21] org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandler.handle(JUnitExceptionHandler.java:49) - Exception will be re-thrown for JUnit assertion. [exception=Implementation throws a VetoException [severity=ERROR, user=default, form=org.eclipse.scout.rt.client.ui.form.fixture.FormToStore, button=org.eclipse.scout.rt.client.ui.form.fixture.FormToStore$MainBox$OkButton]] - MDC[jobName=Running JUnit test in model job] 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:1761) at org.eclipse.scout.rt.client.ui.form.AbstractForm.doOk(AbstractForm.java:2052) at org.eclipse.scout.rt.client.ui.form.AbstractForm.handleSystemButtonEventInternal(AbstractForm.java:3038) at org.eclipse.scout.rt.client.ui.form.AbstractForm$P_SystemButtonListener.buttonChanged(AbstractForm.java:3090) at org.eclipse.scout.rt.client.ui.form.fields.button.AbstractButton.fireButtonEvent(AbstractButton.java:516) at org.eclipse.scout.rt.client.ui.form.fields.button.AbstractButton.fireButtonClicked(AbstractButton.java:504) at org.eclipse.scout.rt.client.ui.form.fields.button.AbstractButton.doClick(AbstractButton.java:430) 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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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) 2023-01-07 23:52:13,656 INFO [scout-model-thread-21] org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandler.handle(JUnitExceptionHandler.java:49) - Exception will be re-thrown for JUnit assertion. [exception=Implementation throws a VetoException [severity=ERROR, user=default, form=org.eclipse.scout.rt.client.ui.form.fixture.FormToStore, button=org.eclipse.scout.rt.client.ui.form.fixture.FormToStore$MainBox$OkButton]] - MDC[jobName=Running JUnit test in model job] 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:3233) 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:3317) at org.eclipse.scout.rt.client.ui.form.AbstractForm.storeStateInternal(AbstractForm.java:1762) at org.eclipse.scout.rt.client.ui.form.AbstractForm.doOk(AbstractForm.java:2052) at org.eclipse.scout.rt.client.ui.form.AbstractForm.handleSystemButtonEventInternal(AbstractForm.java:3038) at org.eclipse.scout.rt.client.ui.form.AbstractForm$P_SystemButtonListener.buttonChanged(AbstractForm.java:3090) at org.eclipse.scout.rt.client.ui.form.fields.button.AbstractButton.fireButtonEvent(AbstractButton.java:516) at org.eclipse.scout.rt.client.ui.form.fields.button.AbstractButton.fireButtonClicked(AbstractButton.java:504) at org.eclipse.scout.rt.client.ui.form.fields.button.AbstractButton.doClick(AbstractButton.java:430) 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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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.057 sec - in org.eclipse.scout.rt.client.ui.form.FormStoredWithVetoTest Running org.eclipse.scout.rt.client.ui.form.FormStoredTest 2023-01-07 23:52:13,660 INFO [scout-model-thread-21] org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandler.handle(JUnitExceptionHandler.java:44) - Exception will not be re-thrown for JUnit assertion because already consumed. [exception=Form was marked as not stored. [severity=ERROR, user=default, form=org.eclipse.scout.rt.client.ui.form.fixture.FormToStore, button=org.eclipse.scout.rt.client.ui.form.fixture.FormToStore$MainBox$SaveButton]] - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:52:13,664 INFO [scout-model-thread-21] org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandler.handle(JUnitExceptionHandler.java:44) - Exception will not be re-thrown for JUnit assertion because already consumed. [exception=Implementation throws a consumed VetoException [severity=ERROR, user=default, form=org.eclipse.scout.rt.client.ui.form.fixture.FormToStore, button=org.eclipse.scout.rt.client.ui.form.fixture.FormToStore$MainBox$SaveButton]] - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:52:13,667 INFO [scout-model-thread-21] org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandler.handle(JUnitExceptionHandler.java:44) - Exception will not be re-thrown for JUnit assertion because already consumed. [exception=Implementation throws a consumed VetoException [severity=ERROR, user=default, form=org.eclipse.scout.rt.client.ui.form.fixture.FormToStore, button=org.eclipse.scout.rt.client.ui.form.fixture.FormToStore$MainBox$OkButton]] - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:52:13,682 INFO [scout-model-thread-21] org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandler.handle(JUnitExceptionHandler.java:44) - Exception will not be re-thrown for JUnit assertion because already consumed. [exception=Form was marked as not stored. [severity=ERROR, user=default, form=org.eclipse.scout.rt.client.ui.form.fixture.FormToStore, button=org.eclipse.scout.rt.client.ui.form.fixture.FormToStore$MainBox$OkButton]] - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:52:13,686 INFO [scout-model-thread-21] org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandler.handle(JUnitExceptionHandler.java:44) - Exception will not be re-thrown for JUnit assertion because already consumed. [exception=Form was marked as not stored. [severity=ERROR, user=default, form=org.eclipse.scout.rt.client.ui.form.fixture.FormToStore, button=org.eclipse.scout.rt.client.ui.form.fixture.FormToStore$MainBox$SaveButton]] - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:52:13,690 INFO [scout-model-thread-21] org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandler.handle(JUnitExceptionHandler.java:44) - Exception will not be re-thrown for JUnit assertion because already consumed. [exception=Form was marked as not stored. [severity=ERROR, user=default, form=org.eclipse.scout.rt.client.ui.form.fixture.FormToStore, button=org.eclipse.scout.rt.client.ui.form.fixture.FormToStore$MainBox$OkButton]] - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:52:13,697 INFO [scout-model-thread-21] org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandler.handle(JUnitExceptionHandler.java:44) - Exception will not be re-thrown for JUnit assertion because already consumed. [exception=Form was marked as not stored. [severity=ERROR, user=default, form=org.eclipse.scout.rt.client.ui.form.fixture.FormToStore, button=org.eclipse.scout.rt.client.ui.form.fixture.FormToStore$MainBox$OkButton]] - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:52:13,700 INFO [scout-model-thread-21] org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandler.handle(JUnitExceptionHandler.java:44) - Exception will not be re-thrown for JUnit assertion because already consumed. [exception=Form was marked as not stored. [severity=ERROR, user=default, form=org.eclipse.scout.rt.client.ui.form.fixture.FormToStore, button=org.eclipse.scout.rt.client.ui.form.fixture.FormToStore$MainBox$SaveButton]] - MDC[jobName=Running JUnit test in model job] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 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.038 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.808 sec - in org.eclipse.scout.rt.client.ui.form.FormBasicTest Running org.eclipse.scout.rt.client.ui.form.AbstractFormTest 2023-01-07 23:52:14,570 INFO [scout-model-thread-21] org.eclipse.scout.rt.client.ui.form.AbstractForm.validateForm(AbstractForm.java:1865) - there are fields with errors - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:52:14,583 INFO [scout-model-thread-21] org.eclipse.scout.rt.client.ui.form.AbstractForm.validateForm(AbstractForm.java:1865) - there are fields with errors - MDC[jobName=Running JUnit test in model job] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 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.06 sec - in org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageWithTableGroupingWithSortingTest Running org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageWithTableGroupingWithHeaderSortColumnsTest 2023-01-07 23:52:14,657 WARN [scout-model-thread-21] org.eclipse.scout.rt.client.ui.basic.table.ColumnSet.applyGroupingConfiguration(ColumnSet.java:372) - Invalid column grouping config. Column marked as grouped but there are non-grouped or non-visible sort columns with smaller sort index. Grouping will be set to false. - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:52:14,659 WARN [scout-model-thread-21] org.eclipse.scout.rt.client.ui.basic.table.ColumnSet.applyGroupingConfiguration(ColumnSet.java:372) - Invalid column grouping config. Column marked as grouped but there are non-grouped or non-visible sort columns with smaller sort index. Grouping will be set to false. - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:52:14,669 WARN [scout-model-thread-21] org.eclipse.scout.rt.client.ui.basic.table.ColumnSet.applyGroupingConfiguration(ColumnSet.java:372) - Invalid column grouping config. Column marked as grouped but there are non-grouped or non-visible sort columns with smaller sort index. Grouping will be set to false. - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:52:14,678 WARN [scout-model-thread-21] org.eclipse.scout.rt.client.ui.basic.table.ColumnSet.applyGroupingConfiguration(ColumnSet.java:372) - Invalid column grouping config. Column marked as grouped but there are non-grouped or non-visible sort columns with smaller sort index. Grouping will be set to false. - MDC[jobName=Running JUnit test in model job] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 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.058 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.033 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.011 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.01 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.015 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.037 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.009 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.034 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.016 sec - in org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageWithNodesTest Running org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageTest 2023-01-07 23:52:15,326 INFO [scout-model-thread-21] org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandler.handle(JUnitExceptionHandler.java:49) - Exception will be re-thrown for JUnit assertion. [exception=null] - MDC[jobName=Running JUnit test in model job] 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:1202) 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:1122) at org.eclipse.scout.rt.client.ui.desktop.outline.pages.AbstractPage.pageDeactivatedNotify(AbstractPage.java:783) 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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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) 2023-01-07 23:52:15,332 INFO [scout-model-thread-21] org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandler.handle(JUnitExceptionHandler.java:49) - Exception will be re-thrown for JUnit assertion. [exception=null] - MDC[jobName=Running JUnit test in model job] 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:1187) 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:1104) at org.eclipse.scout.rt.client.ui.desktop.outline.pages.AbstractPage.pageActivatedNotify(AbstractPage.java:771) 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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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) 2023-01-07 23:52:15,335 INFO [scout-model-thread-21] org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandler.handle(JUnitExceptionHandler.java:49) - Exception will be re-thrown for JUnit assertion. [exception=undefined [severity=ERROR]] - MDC[jobName=Running JUnit test in model job] 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:1187) 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:1104) at org.eclipse.scout.rt.client.ui.desktop.outline.pages.AbstractPage.pageActivatedNotify(AbstractPage.java:771) 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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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) 2023-01-07 23:52:15,343 INFO [scout-model-thread-21] org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandler.handle(JUnitExceptionHandler.java:49) - Exception will be re-thrown for JUnit assertion. [exception=undefined [severity=ERROR]] - MDC[jobName=Running JUnit test in model job] 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:1202) 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:1122) at org.eclipse.scout.rt.client.ui.desktop.outline.pages.AbstractPage.pageDeactivatedNotify(AbstractPage.java:783) 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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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.441 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.018 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@658477d0 r- org.eclipse.scout.rt.client.ui.desktop.outline.pages.OutlineTreeContextMenuNestedPageWithTablesTest$SubPageWithTable$Table$SubPageWithTableEmptySpaceMenu@69737f1b 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.021 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.231 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.027 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.057 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.427 sec - in org.eclipse.scout.rt.client.ui.desktop.outline.BookmarkToInvisibleOutlineTest Running org.eclipse.scout.rt.client.ui.desktop.navigation.BookmarkUtilityTest 2023-01-07 23:52:16,139 ERROR [main] org.eclipse.scout.rt.client.services.common.bookmark.internal.BookmarkUtility.makeSerializableKey(BookmarkUtility.java:224) - Bookmark key is not serializable. Falling back to toString() which is not overriden by the given class [class org.eclipse.scout.rt.client.ui.desktop.navigation.BookmarkUtilityTest$UnSerializablePrimaryKey] - MDC[] 2023-01-07 23:52:16,140 ERROR [main] org.eclipse.scout.rt.client.services.common.bookmark.internal.BookmarkUtility.makeSerializableKey(BookmarkUtility.java:224) - Bookmark key is not serializable. Falling back to toString() which is not overriden by the given class [class org.eclipse.scout.rt.client.ui.desktop.navigation.BookmarkUtilityTest$UnSerializablePrimaryKey] - MDC[] 2023-01-07 23:52:16,141 WARN [main] org.eclipse.scout.rt.client.services.common.bookmark.internal.BookmarkUtility.makeSerializableKey(BookmarkUtility.java:221) - Bookmark key is not serializable. Falling back to toString(). Note: keys may not be stable [class=class org.eclipse.scout.rt.client.ui.desktop.navigation.BookmarkUtilityTest$UnSerializablePrimaryKeyWithToString, string representation:UnSerializablePrimaryKeyWithToString [m_id=1234]] - MDC[] 2023-01-07 23:52:16,142 WARN [main] org.eclipse.scout.rt.client.services.common.bookmark.internal.BookmarkUtility.makeSerializableKey(BookmarkUtility.java:221) - Bookmark key is not serializable. Falling back to toString(). Note: keys may not be stable [class=class org.eclipse.scout.rt.client.ui.desktop.navigation.BookmarkUtilityTest$UnSerializablePrimaryKeyWithToString, string representation:UnSerializablePrimaryKeyWithToString [m_id=1234]] - MDC[] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 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.011 sec - in org.eclipse.scout.rt.client.ui.desktop.DataChangeListenerSupportTest Running org.eclipse.scout.rt.client.ui.desktop.AbstractDesktopTest 2023-01-07 23:52:16,179 WARN [main] org.eclipse.scout.rt.client.AbstractClientSession.getUserAgent(AbstractClientSession.java:186) - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[] 2023-01-07 23:52:16,180 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@4c943ea2[id = 0eac5c76-9806-42b7-8486-22f7fa78be2e], user=jenkins] - MDC[jobName=Starting ClientSession [sessionId=0eac5c76-9806-42b7-8486-22f7fa78be2e]] 2023-01-07 23:52:16,235 INFO [scout-model-thread-21] 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@35981261 - MDC[jobName=Running JUnit test in model job] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.1 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.001 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.003 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.062 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: 4.651 sec - in org.eclipse.scout.rt.client.ui.basic.tree.TreeEventBufferTest Running org.eclipse.scout.rt.client.ui.basic.tree.OutlineEventBufferTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.client.ui.basic.tree.OutlineEventBufferTest Running org.eclipse.scout.rt.client.ui.basic.tree.AbstractTreeTest Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.eclipse.scout.rt.client.ui.basic.tree.AbstractTreeTest Running org.eclipse.scout.rt.client.ui.basic.table.userfilter.TableUserFilterManagerTest 2023-01-07 23:52:20,994 INFO [scout-model-thread-21] org.eclipse.scout.rt.client.ui.basic.table.userfilter.TableUserFilterManager.addFilter(TableUserFilterManager.java:45) - Filter added org.eclipse.scout.rt.client.ui.basic.table.userfilter.TextColumnUserFilterState@75275f03 - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:52:20,996 INFO [scout-model-thread-21] org.eclipse.scout.rt.client.ui.basic.table.userfilter.TableUserFilterManager.addFilter(TableUserFilterManager.java:45) - Filter added org.eclipse.scout.rt.client.ui.basic.table.userfilter.TextColumnUserFilterState@2bacb9c - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:52:20,997 INFO [scout-model-thread-21] org.eclipse.scout.rt.client.ui.basic.table.userfilter.TableUserFilterManager.addFilter(TableUserFilterManager.java:45) - Filter added org.eclipse.scout.rt.client.ui.basic.table.userfilter.TextColumnUserFilterState@7857812a - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:52:20,998 INFO [scout-model-thread-21] org.eclipse.scout.rt.client.ui.basic.table.userfilter.TableUserFilterManager.removeFilterByKey(TableUserFilterManager.java:55) - Filter removed org.eclipse.scout.rt.client.ui.basic.table.userfilter.TextColumnUserFilterState@2bacb9c - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:52:20,998 INFO [scout-model-thread-21] org.eclipse.scout.rt.client.ui.basic.table.userfilter.TableUserFilterManager.addFilter(TableUserFilterManager.java:45) - Filter added org.eclipse.scout.rt.client.ui.basic.table.userfilter.TextColumnUserFilterState@5fc47c6a - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:52:21,000 INFO [scout-model-thread-21] org.eclipse.scout.rt.client.ui.basic.table.userfilter.TableUserFilterManager.addFilter(TableUserFilterManager.java:45) - Filter added org.eclipse.scout.rt.client.ui.basic.table.userfilter.TextColumnUserFilterState@6094ea91 - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:52:21,001 INFO [scout-model-thread-21] org.eclipse.scout.rt.client.ui.basic.table.userfilter.TableUserFilterManager.addFilter(TableUserFilterManager.java:45) - Filter added org.eclipse.scout.rt.client.ui.basic.table.userfilter.TextColumnUserFilterState@2d4b43a0 - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:52:21,003 INFO [scout-model-thread-21] org.eclipse.scout.rt.client.ui.basic.table.userfilter.TableUserFilterManager.addFilter(TableUserFilterManager.java:45) - Filter added org.eclipse.scout.rt.client.ui.basic.table.userfilter.TextColumnUserFilterState@6026af6d - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:52:21,004 INFO [scout-model-thread-21] org.eclipse.scout.rt.client.ui.basic.table.userfilter.TableUserFilterManager.addFilter(TableUserFilterManager.java:45) - Filter added org.eclipse.scout.rt.client.ui.basic.table.userfilter.TextColumnUserFilterState@12f6d302 - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:52:21,005 INFO [scout-model-thread-21] org.eclipse.scout.rt.client.ui.basic.table.userfilter.TableUserFilterManager.removeFilterByKey(TableUserFilterManager.java:55) - Filter removed org.eclipse.scout.rt.client.ui.basic.table.userfilter.TextColumnUserFilterState@12f6d302 - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:52:21,007 INFO [scout-model-thread-21] org.eclipse.scout.rt.client.ui.basic.table.userfilter.TableUserFilterManager.addFilter(TableUserFilterManager.java:45) - Filter added org.eclipse.scout.rt.client.ui.basic.table.userfilter.TextColumnUserFilterState@2f9eedad - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:52:21,008 INFO [scout-model-thread-21] org.eclipse.scout.rt.client.ui.basic.table.userfilter.TableUserFilterManager.addFilter(TableUserFilterManager.java:45) - Filter added org.eclipse.scout.rt.client.ui.basic.table.userfilter.TextColumnUserFilterState@24ea5fa2 - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:52:21,011 INFO [scout-model-thread-21] org.eclipse.scout.rt.client.ui.basic.table.userfilter.TableUserFilterManager.addFilter(TableUserFilterManager.java:45) - Filter added org.eclipse.scout.rt.client.ui.basic.table.userfilter.TextColumnUserFilterState@4930ca90 - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:52:21,011 INFO [scout-model-thread-21] org.eclipse.scout.rt.client.ui.basic.table.userfilter.TableUserFilterManager.addFilter(TableUserFilterManager.java:45) - Filter added org.eclipse.scout.rt.client.ui.basic.table.userfilter.TextColumnUserFilterState@1ef946aa - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:52:21,012 INFO [scout-model-thread-21] org.eclipse.scout.rt.client.ui.basic.table.userfilter.TableUserFilterManager.addFilter(TableUserFilterManager.java:45) - Filter added org.eclipse.scout.rt.client.ui.basic.table.userfilter.TextColumnUserFilterState@7c7ec2e8 - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:52:21,012 INFO [scout-model-thread-21] org.eclipse.scout.rt.client.ui.basic.table.userfilter.TableUserFilterManager.removeFilterByKey(TableUserFilterManager.java:55) - Filter removed org.eclipse.scout.rt.client.ui.basic.table.userfilter.TextColumnUserFilterState@1ef946aa - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:52:21,035 INFO [scout-model-thread-21] org.eclipse.scout.rt.client.ui.basic.table.userfilter.TableUserFilterManager.addFilter(TableUserFilterManager.java:45) - Filter added org.eclipse.scout.rt.client.ui.basic.table.userfilter.TextColumnUserFilterState@2f278468 - MDC[jobName=Running JUnit test in model job] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 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.145 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.079 sec - in org.eclipse.scout.rt.client.ui.basic.table.organizer.OrganizeColumnsFormTest Running org.eclipse.scout.rt.client.ui.basic.table.organizer.OrganizeColumnsFormRegressionTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec - in org.eclipse.scout.rt.client.ui.basic.table.organizer.OrganizeColumnsFormRegressionTest 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.003 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.019 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.007 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.025 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.006 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.03 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.009 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.029 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.027 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.028 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.006 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.005 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.009 sec - in org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractDateColumnTest Running org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractColumnTest 2023-01-07 23:52:21,540 WARN [main] org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractColumn.decorateCell(AbstractColumn.java:1672) - 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:2073) 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:2122) at org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractColumn.decorateCell(AbstractColumn.java:1669) at org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractColumn.decorateCells(AbstractColumn.java:1660) 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:1645) at org.eclipse.scout.rt.client.ui.basic.table.AbstractTable.addRows(AbstractTable.java:2865) at org.eclipse.scout.rt.client.ui.basic.table.AbstractTable.addRows(AbstractTable.java:2821) at org.eclipse.scout.rt.client.ui.basic.table.AbstractTable.addRow(AbstractTable.java:2810) at org.eclipse.scout.rt.client.ui.basic.table.AbstractTable.addRow(AbstractTable.java:2800) at org.eclipse.scout.rt.client.ui.basic.table.AbstractTable.addRow(AbstractTable.java:2795) 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:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 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.006 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.004 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.003 sec - in org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractBigIntegerColumnTest Running org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractBigDecimalColumnTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractBigDecimalColumnTest Running org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractBeanColumnTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 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.048 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.017 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.079 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.006 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: 0.493 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.005 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.006 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.417 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.081 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.007 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.036 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.064 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.006 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.112 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.01 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.009 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.004 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.032 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.006 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.015 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.012 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 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.006 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.084 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.002 sec - in org.eclipse.scout.rt.client.ui.StyleHelperTest Running org.eclipse.scout.rt.client.ui.ClientUIPreferencesTest 2023-01-07 23:52:23,179 WARN [main] org.eclipse.scout.rt.client.AbstractClientSession.getUserAgent(AbstractClientSession.java:186) - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[] 2023-01-07 23:52:23,181 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@7e27d7c8[id = 1173031b-a5f1-43ab-8323-b26665c8aa9d], user=jenkins] - MDC[jobName=Starting ClientSession [sessionId=1173031b-a5f1-43ab-8323-b26665c8aa9d]] 2023-01-07 23:52:23,194 WARN [main] org.eclipse.scout.rt.client.AbstractClientSession.getUserAgent(AbstractClientSession.java:186) - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[] 2023-01-07 23:52:23,196 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@75cd6f57[id = a6d7d79a-f7f4-409b-a1d4-646dc6fbdb69], user=jenkins] - MDC[jobName=Starting ClientSession [sessionId=a6d7d79a-f7f4-409b-a1d4-646dc6fbdb69]] 2023-01-07 23:52:23,198 WARN [main] org.eclipse.scout.rt.client.AbstractClientSession.getUserAgent(AbstractClientSession.java:186) - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[] 2023-01-07 23:52:23,200 INFO [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession.start(AbstractClientSession.java:325) - Client session started [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@3f568f35[id = 1da22eb8-cb85-4dfa-98c9-b07f1383a1b1], user=jenkins] - MDC[jobName=Starting ClientSession [sessionId=1da22eb8-cb85-4dfa-98c9-b07f1383a1b1]] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 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.056 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.042 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.023 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.02 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.006 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.001 sec - in org.eclipse.scout.rt.client.services.ServiceWithSessionInterceptorTest Running org.eclipse.scout.rt.client.res.AttachmentSupportTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.eclipse.scout.rt.client.res.AttachmentSupportTest Running org.eclipse.scout.rt.client.job.filter.future.SessionFutureFilterTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 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.003 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.021 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.013 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.023 sec - in org.eclipse.scout.rt.client.job.filter.event.ModelJobEventFilterTest Running org.eclipse.scout.rt.client.job.MutualExclusionTest 2023-01-07 23:52:23,443 INFO [scout-thread-20] 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@24707423[permitOwners=[JobFutureTask@2bb52d03[job=org.eclipse.scout.rt.client.job.MutualExclusionTest$4, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@2f84eb23[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@24707423[permitOwners=[JobFutureTask@2bb52d03[job=org.eclipse.scout.rt.client.job.MutualExclusionTest$4, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@2f84eb23[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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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) 2023-01-07 23:52:23,501 INFO [scout-model-thread-24] 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@db207b8[job=job-1, state=DONE], semaphore=ExecutionSemaphore@1be2592[permitOwners=[JobFutureTask@6b1ecd50[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@db207b8[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@3d4b5263[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@1be2592[permitOwners=[JobFutureTask@6b1ecd50[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@db207b8[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@3d4b5263[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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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) 2023-01-07 23:52:23,504 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@59f06687[job=job-1, state=DONE], semaphore=ExecutionSemaphore@6e22f75d[permitOwners=[JobFutureTask@54ea371b[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@59f06687[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@33d5afaf[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@6e22f75d[permitOwners=[JobFutureTask@54ea371b[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@59f06687[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@33d5afaf[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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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) 2023-01-07 23:52:23,507 INFO [scout-model-thread-24] 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@67641a35[job=job-1, state=DONE], semaphore=ExecutionSemaphore@789d8482[permitOwners=[JobFutureTask@6233ab2d[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@67641a35[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@7c85d813[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@789d8482[permitOwners=[JobFutureTask@6233ab2d[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@67641a35[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@7c85d813[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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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) 2023-01-07 23:52:23,510 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@525e1dfd[job=job-1, state=DONE], semaphore=ExecutionSemaphore@5fe0ae13[permitOwners=[JobFutureTask@2dcbae58[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@525e1dfd[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@7fdcaeb2[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@5fe0ae13[permitOwners=[JobFutureTask@2dcbae58[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@525e1dfd[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@7fdcaeb2[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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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) 2023-01-07 23:52:23,537 INFO [scout-model-thread-24] 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@28506ea6[job=job-1, state=DONE], semaphore=ExecutionSemaphore@73580c16[permitOwners=[JobFutureTask@5899ac9a[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@28506ea6[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@42aa2005[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@73580c16[permitOwners=[JobFutureTask@5899ac9a[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@28506ea6[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@42aa2005[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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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) 2023-01-07 23:52:23,540 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@6fc34052[job=job-1, state=DONE], semaphore=ExecutionSemaphore@46754eb2[permitOwners=[JobFutureTask@7c7affa7[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@6fc34052[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@5aebd2[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@46754eb2[permitOwners=[JobFutureTask@7c7affa7[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@6fc34052[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@5aebd2[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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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) 2023-01-07 23:52:23,543 INFO [scout-model-thread-24] 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@7aba2e3a[job=job-1, state=DONE], semaphore=ExecutionSemaphore@218fc5e[permitOwners=[JobFutureTask@2d695ec4[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@7aba2e3a[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@1af7f386[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@218fc5e[permitOwners=[JobFutureTask@2d695ec4[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@7aba2e3a[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@1af7f386[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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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) 2023-01-07 23:52:23,545 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@53404bc4[job=job-1, state=DONE], semaphore=ExecutionSemaphore@7cd204d4[permitOwners=[JobFutureTask@3438a016[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@53404bc4[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@11f61ed4[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@7cd204d4[permitOwners=[JobFutureTask@3438a016[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@53404bc4[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@11f61ed4[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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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) 2023-01-07 23:52:23,548 INFO [scout-model-thread-24] 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@3b6a1d44[job=job-1, state=DONE], semaphore=ExecutionSemaphore@72fadb3a[permitOwners=[JobFutureTask@4a23222f[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@3b6a1d44[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@6b828501[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@72fadb3a[permitOwners=[JobFutureTask@4a23222f[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@3b6a1d44[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@6b828501[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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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) 2023-01-07 23:52:23,550 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@41a0a5f3[job=job-1, state=DONE], semaphore=ExecutionSemaphore@5338c0c[permitOwners=[JobFutureTask@1241c5b2[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@41a0a5f3[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@6d94f076[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@5338c0c[permitOwners=[JobFutureTask@1241c5b2[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@41a0a5f3[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@6d94f076[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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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) 2023-01-07 23:52:23,553 INFO [scout-model-thread-24] 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@5b086cb4[job=job-1, state=DONE], semaphore=ExecutionSemaphore@6657f873[permitOwners=[JobFutureTask@47f85e32[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@5b086cb4[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@da511fb[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@6657f873[permitOwners=[JobFutureTask@47f85e32[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@5b086cb4[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@da511fb[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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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) 2023-01-07 23:52:23,556 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@14fe52e9[job=job-1, state=DONE], semaphore=ExecutionSemaphore@5ff92a8f[permitOwners=[JobFutureTask@11f2878a[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@14fe52e9[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@347d7686[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@5ff92a8f[permitOwners=[JobFutureTask@11f2878a[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@14fe52e9[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@347d7686[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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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) 2023-01-07 23:52:23,558 INFO [scout-model-thread-24] 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@13a66fe[job=job-1, state=DONE], semaphore=ExecutionSemaphore@555c7013[permitOwners=[JobFutureTask@4f16f84[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@13a66fe[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@5be7f0da[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@555c7013[permitOwners=[JobFutureTask@4f16f84[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@13a66fe[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@5be7f0da[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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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) 2023-01-07 23:52:23,561 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@468d49ee[job=job-1, state=DONE], semaphore=ExecutionSemaphore@3395ff1c[permitOwners=[JobFutureTask@490f83f4[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@468d49ee[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@2d0acb2f[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@3395ff1c[permitOwners=[JobFutureTask@490f83f4[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@468d49ee[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@2d0acb2f[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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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) 2023-01-07 23:52:23,564 INFO [scout-model-thread-24] 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@334428e[job=job-1, state=DONE], semaphore=ExecutionSemaphore@10638cea[permitOwners=[JobFutureTask@3611613f[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@334428e[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@4d399761[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@10638cea[permitOwners=[JobFutureTask@3611613f[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@334428e[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@4d399761[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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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) 2023-01-07 23:52:23,567 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@2bd81ae2[job=job-1, state=DONE], semaphore=ExecutionSemaphore@5f8da91e[permitOwners=[JobFutureTask@2a5b1267[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@2bd81ae2[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@799ad8b9[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@5f8da91e[permitOwners=[JobFutureTask@2a5b1267[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@2bd81ae2[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@799ad8b9[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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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) 2023-01-07 23:52:23,570 INFO [scout-model-thread-24] 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@683532c2[job=job-1, state=DONE], semaphore=ExecutionSemaphore@34e4b6d7[permitOwners=[JobFutureTask@1a8fcd89[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@683532c2[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@35ff9171[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@34e4b6d7[permitOwners=[JobFutureTask@1a8fcd89[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@683532c2[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@35ff9171[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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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) 2023-01-07 23:52:23,572 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@7e7c5dba[job=job-1, state=DONE], semaphore=ExecutionSemaphore@46470d0f[permitOwners=[JobFutureTask@1a7b2479[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@7e7c5dba[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@53464a5e[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@46470d0f[permitOwners=[JobFutureTask@1a7b2479[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@7e7c5dba[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@53464a5e[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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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) 2023-01-07 23:52:23,575 INFO [scout-model-thread-24] 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@6411f72[job=job-1, state=DONE], semaphore=ExecutionSemaphore@6da94458[permitOwners=[JobFutureTask@45daab2f[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@6411f72[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@24af1d70[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@6da94458[permitOwners=[JobFutureTask@45daab2f[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@6411f72[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@24af1d70[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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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) 2023-01-07 23:52:23,577 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@50ad0b27[job=job-1, state=DONE], semaphore=ExecutionSemaphore@507cfa1a[permitOwners=[JobFutureTask@403e41ce[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@50ad0b27[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@1ca68024[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@507cfa1a[permitOwners=[JobFutureTask@403e41ce[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@50ad0b27[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@1ca68024[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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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) 2023-01-07 23:52:23,580 INFO [scout-model-thread-24] 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@33cc9920[job=job-1, state=DONE], semaphore=ExecutionSemaphore@5bc36d16[permitOwners=[JobFutureTask@1ce8ea6[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@33cc9920[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@2941991b[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@5bc36d16[permitOwners=[JobFutureTask@1ce8ea6[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@33cc9920[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@2941991b[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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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) 2023-01-07 23:52:23,582 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@77e001b7[job=job-1, state=DONE], semaphore=ExecutionSemaphore@4c8d9216[permitOwners=[JobFutureTask@2ae0a53[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@77e001b7[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@2782d25c[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@4c8d9216[permitOwners=[JobFutureTask@2ae0a53[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@77e001b7[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@2782d25c[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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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) 2023-01-07 23:52:23,584 INFO [scout-model-thread-24] 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@6456331a[job=job-1, state=DONE], semaphore=ExecutionSemaphore@574bbe58[permitOwners=[JobFutureTask@16585151[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@6456331a[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@277961f4[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@574bbe58[permitOwners=[JobFutureTask@16585151[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@6456331a[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@277961f4[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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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) 2023-01-07 23:52:23,587 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@2f5a87f[job=job-1, state=DONE], semaphore=ExecutionSemaphore@7efa07c0[permitOwners=[JobFutureTask@5673a3a9[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@2f5a87f[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@3a691e52[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@7efa07c0[permitOwners=[JobFutureTask@5673a3a9[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@2f5a87f[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@3a691e52[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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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) 2023-01-07 23:52:23,589 INFO [scout-model-thread-24] 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@36c6be37[job=job-1, state=DONE], semaphore=ExecutionSemaphore@4608f868[permitOwners=[JobFutureTask@7d633dad[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@36c6be37[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@f8a37dd[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@4608f868[permitOwners=[JobFutureTask@7d633dad[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@36c6be37[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@f8a37dd[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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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) 2023-01-07 23:52:23,591 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@6f5bdfe0[job=job-1, state=DONE], semaphore=ExecutionSemaphore@ab4265[permitOwners=[JobFutureTask@b3119f3[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@6f5bdfe0[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@55dbf397[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@ab4265[permitOwners=[JobFutureTask@b3119f3[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@6f5bdfe0[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@55dbf397[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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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) 2023-01-07 23:52:23,594 INFO [scout-model-thread-24] 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@77287c8b[job=job-1, state=DONE], semaphore=ExecutionSemaphore@6124ef75[permitOwners=[JobFutureTask@74550d1c[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@77287c8b[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@7e181f4a[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@6124ef75[permitOwners=[JobFutureTask@74550d1c[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@77287c8b[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@7e181f4a[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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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) 2023-01-07 23:52:23,596 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@6488335c[job=job-1, state=DONE], semaphore=ExecutionSemaphore@3730d440[permitOwners=[JobFutureTask@38e9ef3c[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@6488335c[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@6354524[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@3730d440[permitOwners=[JobFutureTask@38e9ef3c[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@6488335c[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@6354524[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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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) 2023-01-07 23:52:23,635 INFO [scout-model-thread-24] 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@752b58aa[job=job-1, state=DONE], semaphore=ExecutionSemaphore@21cf959a[permitOwners=[JobFutureTask@2ccd93c[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@752b58aa[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@2e7cb024[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@21cf959a[permitOwners=[JobFutureTask@2ccd93c[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@752b58aa[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@2e7cb024[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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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) 2023-01-07 23:52:23,638 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@350ce695[job=job-1, state=DONE], semaphore=ExecutionSemaphore@170dfd92[permitOwners=[JobFutureTask@51edcc31[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@350ce695[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@1adbabb8[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@170dfd92[permitOwners=[JobFutureTask@51edcc31[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@350ce695[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@1adbabb8[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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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) 2023-01-07 23:52:23,640 INFO [scout-model-thread-24] 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@3a1576aa[job=job-1, state=DONE], semaphore=ExecutionSemaphore@2bfc5685[permitOwners=[JobFutureTask@5a6b99d[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@3a1576aa[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@426754fa[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@2bfc5685[permitOwners=[JobFutureTask@5a6b99d[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@3a1576aa[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@426754fa[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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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) 2023-01-07 23:52:23,642 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@4352a975[job=job-1, state=DONE], semaphore=ExecutionSemaphore@39e72cb4[permitOwners=[JobFutureTask@73088ad3[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@4352a975[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@bb0d0cc[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@39e72cb4[permitOwners=[JobFutureTask@73088ad3[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@4352a975[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@bb0d0cc[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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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) 2023-01-07 23:52:23,645 INFO [scout-model-thread-24] 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@16fa02e0[job=job-1, state=DONE], semaphore=ExecutionSemaphore@2ab6302a[permitOwners=[JobFutureTask@21135cfe[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@16fa02e0[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@2c28dea0[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@2ab6302a[permitOwners=[JobFutureTask@21135cfe[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@16fa02e0[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@2c28dea0[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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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) 2023-01-07 23:52:23,647 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@24a8fcb[job=job-1, state=DONE], semaphore=ExecutionSemaphore@6385e987[permitOwners=[JobFutureTask@3905d7d0[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@24a8fcb[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@53b2c38e[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@6385e987[permitOwners=[JobFutureTask@3905d7d0[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@24a8fcb[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@53b2c38e[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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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) 2023-01-07 23:52:23,648 INFO [scout-model-thread-24] 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@4a3b4d1a[job=job-1, state=DONE], semaphore=ExecutionSemaphore@6caf2d4e[permitOwners=[JobFutureTask@5d17b8da[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@4a3b4d1a[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@18fcae45[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@6caf2d4e[permitOwners=[JobFutureTask@5d17b8da[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@4a3b4d1a[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@18fcae45[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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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) 2023-01-07 23:52:23,650 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@595b0aa6[job=job-1, state=DONE], semaphore=ExecutionSemaphore@5226a363[permitOwners=[JobFutureTask@396ab83f[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@595b0aa6[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@4419a7d1[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@5226a363[permitOwners=[JobFutureTask@396ab83f[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@595b0aa6[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@4419a7d1[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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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) 2023-01-07 23:52:23,653 INFO [scout-model-thread-24] 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@4a692f6d[job=job-1, state=DONE], semaphore=ExecutionSemaphore@31910604[permitOwners=[JobFutureTask@262ecd5f[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@4a692f6d[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@2f80d164[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@31910604[permitOwners=[JobFutureTask@262ecd5f[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@4a692f6d[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@2f80d164[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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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) 2023-01-07 23:52:23,654 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@579803c8[job=job-1, state=DONE], semaphore=ExecutionSemaphore@2a3f25d8[permitOwners=[JobFutureTask@70c6851[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@579803c8[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@2e2e9225[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@2a3f25d8[permitOwners=[JobFutureTask@70c6851[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@579803c8[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@2e2e9225[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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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) 2023-01-07 23:52:23,657 INFO [scout-model-thread-24] 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@27cb7ac7[job=job-1, state=DONE], semaphore=ExecutionSemaphore@789036cd[permitOwners=[JobFutureTask@43e1c08f[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@27cb7ac7[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@1904dd6c[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@789036cd[permitOwners=[JobFutureTask@43e1c08f[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@27cb7ac7[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@1904dd6c[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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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) 2023-01-07 23:52:23,658 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@900f91[job=job-1, state=DONE], semaphore=ExecutionSemaphore@2a3d3ea7[permitOwners=[JobFutureTask@4db852b4[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@900f91[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@72e819d2[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@2a3d3ea7[permitOwners=[JobFutureTask@4db852b4[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@900f91[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@72e819d2[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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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) 2023-01-07 23:52:23,660 INFO [scout-model-thread-24] 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@4ffee0e[job=job-1, state=DONE], semaphore=ExecutionSemaphore@633c6e95[permitOwners=[JobFutureTask@bdd21d7[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@4ffee0e[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@39c99ff7[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@633c6e95[permitOwners=[JobFutureTask@bdd21d7[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@4ffee0e[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@39c99ff7[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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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) 2023-01-07 23:52:23,663 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@5a1af73c[job=job-1, state=DONE], semaphore=ExecutionSemaphore@66b823b6[permitOwners=[JobFutureTask@38abb631[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@5a1af73c[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@4d68a0f4[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@66b823b6[permitOwners=[JobFutureTask@38abb631[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@5a1af73c[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@4d68a0f4[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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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) 2023-01-07 23:52:23,665 INFO [scout-model-thread-24] 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@16ea8ef1[job=job-1, state=DONE], semaphore=ExecutionSemaphore@76eceae1[permitOwners=[JobFutureTask@7395a823[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@16ea8ef1[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@7b72c9a5[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@76eceae1[permitOwners=[JobFutureTask@7395a823[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@16ea8ef1[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@7b72c9a5[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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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) 2023-01-07 23:52:23,667 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@39ef58f[job=job-1, state=DONE], semaphore=ExecutionSemaphore@1e2a9b9[permitOwners=[JobFutureTask@5d94916f[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@39ef58f[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@30c65499[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@1e2a9b9[permitOwners=[JobFutureTask@5d94916f[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@39ef58f[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@30c65499[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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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) 2023-01-07 23:52:23,668 INFO [scout-model-thread-24] 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@e39776a[job=job-1, state=DONE], semaphore=ExecutionSemaphore@4ff4731e[permitOwners=[JobFutureTask@775f802b[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@e39776a[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@75bf70c5[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@4ff4731e[permitOwners=[JobFutureTask@775f802b[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@e39776a[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@75bf70c5[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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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) 2023-01-07 23:52:23,671 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@34bafc58[job=job-1, state=DONE], semaphore=ExecutionSemaphore@52a05db8[permitOwners=[JobFutureTask@3f6f7c3c[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@34bafc58[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@31580a4c[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@52a05db8[permitOwners=[JobFutureTask@3f6f7c3c[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@34bafc58[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@31580a4c[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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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) 2023-01-07 23:52:23,672 INFO [scout-model-thread-24] 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@493cbe6e[job=job-1, state=DONE], semaphore=ExecutionSemaphore@362b0273[permitOwners=[JobFutureTask@d76a5e9[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@493cbe6e[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@7c0dd461[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@362b0273[permitOwners=[JobFutureTask@d76a5e9[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@493cbe6e[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@7c0dd461[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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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) 2023-01-07 23:52:23,674 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@44072509[job=job-1, state=DONE], semaphore=ExecutionSemaphore@11ab994d[permitOwners=[JobFutureTask@7c66898d[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@44072509[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@6e5ae4bc[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@11ab994d[permitOwners=[JobFutureTask@7c66898d[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@44072509[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@6e5ae4bc[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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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) 2023-01-07 23:52:23,676 INFO [scout-model-thread-24] 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@5ae88750[job=job-1, state=DONE], semaphore=ExecutionSemaphore@36639ae5[permitOwners=[JobFutureTask@120a5761[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@5ae88750[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@2bcc2e98[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@36639ae5[permitOwners=[JobFutureTask@120a5761[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@5ae88750[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@2bcc2e98[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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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) 2023-01-07 23:52:23,677 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@4445887d[job=job-1, state=DONE], semaphore=ExecutionSemaphore@36a9bd5d[permitOwners=[JobFutureTask@4b47ecb[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@4445887d[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@4ec6382b[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@36a9bd5d[permitOwners=[JobFutureTask@4b47ecb[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@4445887d[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@4ec6382b[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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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) 2023-01-07 23:52:23,679 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@3682e846[job=job-1, state=DONE], semaphore=ExecutionSemaphore@22127550[permitOwners=[JobFutureTask@11e79a7b[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@3682e846[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@6e9fef0c[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@22127550[permitOwners=[JobFutureTask@11e79a7b[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@3682e846[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@6e9fef0c[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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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) 2023-01-07 23:52:23,680 INFO [scout-model-thread-24] 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@7584857e[job=job-1, state=DONE], semaphore=ExecutionSemaphore@2749d52a[permitOwners=[JobFutureTask@581dfdf7[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@7584857e[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@49eb8e77[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@2749d52a[permitOwners=[JobFutureTask@581dfdf7[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@7584857e[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@49eb8e77[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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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) 2023-01-07 23:52:23,682 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@6033f263[job=job-1, state=DONE], semaphore=ExecutionSemaphore@720fa137[permitOwners=[JobFutureTask@57f649d7[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@6033f263[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@42fbed68[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@720fa137[permitOwners=[JobFutureTask@57f649d7[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@6033f263[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@42fbed68[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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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) 2023-01-07 23:52:23,684 INFO [scout-model-thread-24] 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@6543b50a[job=job-1, state=DONE], semaphore=ExecutionSemaphore@4bc93e5e[permitOwners=[JobFutureTask@1ef084[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@6543b50a[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@1d93dd42[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@4bc93e5e[permitOwners=[JobFutureTask@1ef084[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@6543b50a[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@1d93dd42[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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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) 2023-01-07 23:52:23,686 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@18074a21[job=job-1, state=DONE], semaphore=ExecutionSemaphore@3fa33fca[permitOwners=[JobFutureTask@6fea1375[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@18074a21[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@6c90ba07[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@3fa33fca[permitOwners=[JobFutureTask@6fea1375[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@18074a21[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@6c90ba07[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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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) 2023-01-07 23:52:23,688 INFO [scout-model-thread-24] 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@c744c42[job=job-1, state=DONE], semaphore=ExecutionSemaphore@251f85ce[permitOwners=[JobFutureTask@33ba8702[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@c744c42[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@5a9353f0[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@251f85ce[permitOwners=[JobFutureTask@33ba8702[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@c744c42[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@5a9353f0[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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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) 2023-01-07 23:52:23,690 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@58682652[job=job-1, state=DONE], semaphore=ExecutionSemaphore@449b3e36[permitOwners=[JobFutureTask@3f8d28ca[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@58682652[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@7fc1e018[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@449b3e36[permitOwners=[JobFutureTask@3f8d28ca[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@58682652[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@7fc1e018[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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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) 2023-01-07 23:52:23,691 INFO [scout-model-thread-24] 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@1333041e[job=job-1, state=DONE], semaphore=ExecutionSemaphore@f01873a[permitOwners=[JobFutureTask@452ea5ca[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@1333041e[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@351f4c57[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@f01873a[permitOwners=[JobFutureTask@452ea5ca[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@1333041e[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@351f4c57[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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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) 2023-01-07 23:52:23,736 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@3337ce76[job=job-1, state=DONE], semaphore=ExecutionSemaphore@75926b00[permitOwners=[JobFutureTask@3073d2f[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@3337ce76[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@4c35b4ec[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@75926b00[permitOwners=[JobFutureTask@3073d2f[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@3337ce76[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@4c35b4ec[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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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) 2023-01-07 23:52:23,738 INFO [scout-model-thread-24] 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@e63bb8[job=job-1, state=DONE], semaphore=ExecutionSemaphore@6688f375[permitOwners=[JobFutureTask@3a3280ce[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@e63bb8[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@5b41d1b0[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@6688f375[permitOwners=[JobFutureTask@3a3280ce[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@e63bb8[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@5b41d1b0[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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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) 2023-01-07 23:52:23,740 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@1f9198e5[job=job-1, state=DONE], semaphore=ExecutionSemaphore@7a9b7a9c[permitOwners=[JobFutureTask@318b4f29[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@1f9198e5[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@6412c4f9[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@7a9b7a9c[permitOwners=[JobFutureTask@318b4f29[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@1f9198e5[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@6412c4f9[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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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) 2023-01-07 23:52:23,742 INFO [scout-model-thread-24] 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@353b93c[job=job-1, state=DONE], semaphore=ExecutionSemaphore@64311a34[permitOwners=[JobFutureTask@684a4c78[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@353b93c[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@1a0d6884[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@64311a34[permitOwners=[JobFutureTask@684a4c78[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@353b93c[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@1a0d6884[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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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) 2023-01-07 23:52:23,744 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@265647c4[job=job-1, state=DONE], semaphore=ExecutionSemaphore@5c60476a[permitOwners=[JobFutureTask@1cc5f6fa[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@265647c4[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@6d7df4ae[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@5c60476a[permitOwners=[JobFutureTask@1cc5f6fa[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@265647c4[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@6d7df4ae[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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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) 2023-01-07 23:52:23,746 INFO [scout-model-thread-24] 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@55e27ae1[job=job-1, state=DONE], semaphore=ExecutionSemaphore@3dd9d289[permitOwners=[JobFutureTask@66a32481[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@55e27ae1[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@6479747f[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@3dd9d289[permitOwners=[JobFutureTask@66a32481[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@55e27ae1[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@6479747f[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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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) 2023-01-07 23:52:23,748 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@10cda530[job=job-1, state=DONE], semaphore=ExecutionSemaphore@4117b85e[permitOwners=[JobFutureTask@6f351c84[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@10cda530[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@40405791[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@4117b85e[permitOwners=[JobFutureTask@6f351c84[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@10cda530[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@40405791[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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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) 2023-01-07 23:52:23,749 INFO [scout-model-thread-24] 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@1c05b783[job=job-1, state=DONE], semaphore=ExecutionSemaphore@3e62aa5f[permitOwners=[JobFutureTask@5b9349bb[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@1c05b783[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@192d7187[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@3e62aa5f[permitOwners=[JobFutureTask@5b9349bb[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@1c05b783[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@192d7187[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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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) 2023-01-07 23:52:23,751 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@2a6e6c85[job=job-1, state=DONE], semaphore=ExecutionSemaphore@273b0117[permitOwners=[JobFutureTask@6bf136e2[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@2a6e6c85[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@19a2c352[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@273b0117[permitOwners=[JobFutureTask@6bf136e2[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@2a6e6c85[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@19a2c352[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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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) 2023-01-07 23:52:23,753 INFO [scout-model-thread-24] 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@68f17117[job=job-1, state=DONE], semaphore=ExecutionSemaphore@1fd0e5bd[permitOwners=[JobFutureTask@ad50ccd[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@68f17117[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@562f696[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@1fd0e5bd[permitOwners=[JobFutureTask@ad50ccd[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@68f17117[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@562f696[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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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) 2023-01-07 23:52:23,755 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@46b5060a[job=job-1, state=DONE], semaphore=ExecutionSemaphore@6d5d0f6[permitOwners=[JobFutureTask@6424c975[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@46b5060a[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@76604521[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@6d5d0f6[permitOwners=[JobFutureTask@6424c975[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@46b5060a[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@76604521[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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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) 2023-01-07 23:52:23,756 INFO [scout-model-thread-24] 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@40ef9bba[job=job-1, state=DONE], semaphore=ExecutionSemaphore@73dcacc9[permitOwners=[JobFutureTask@2428db3[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@40ef9bba[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@767f8997[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@73dcacc9[permitOwners=[JobFutureTask@2428db3[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@40ef9bba[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@767f8997[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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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) 2023-01-07 23:52:23,758 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@469061a1[job=job-1, state=DONE], semaphore=ExecutionSemaphore@58508c51[permitOwners=[JobFutureTask@50a953d5[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@469061a1[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@5a105b66[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@58508c51[permitOwners=[JobFutureTask@50a953d5[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@469061a1[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@5a105b66[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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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) 2023-01-07 23:52:23,760 INFO [scout-model-thread-24] 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@15641767[job=job-1, state=DONE], semaphore=ExecutionSemaphore@e275a1[permitOwners=[JobFutureTask@f49d9e5[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@15641767[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@57da7801[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@e275a1[permitOwners=[JobFutureTask@f49d9e5[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@15641767[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@57da7801[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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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) 2023-01-07 23:52:23,762 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@55f6c6a0[job=job-1, state=DONE], semaphore=ExecutionSemaphore@24f91a4d[permitOwners=[JobFutureTask@1431bb0a[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@55f6c6a0[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@10afd3fd[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@24f91a4d[permitOwners=[JobFutureTask@1431bb0a[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@55f6c6a0[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@10afd3fd[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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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) 2023-01-07 23:52:23,764 INFO [scout-model-thread-24] 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@72c56f3b[job=job-1, state=DONE], semaphore=ExecutionSemaphore@2bf917b0[permitOwners=[JobFutureTask@6bb57382[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@72c56f3b[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@56b7532[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@2bf917b0[permitOwners=[JobFutureTask@6bb57382[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@72c56f3b[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@56b7532[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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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) 2023-01-07 23:52:23,765 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@6692bfec[job=job-1, state=DONE], semaphore=ExecutionSemaphore@5b35947c[permitOwners=[JobFutureTask@267bf9df[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@6692bfec[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@7867cac7[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@5b35947c[permitOwners=[JobFutureTask@267bf9df[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@6692bfec[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@7867cac7[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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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) 2023-01-07 23:52:23,767 INFO [scout-model-thread-24] 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@910c064[job=job-1, state=DONE], semaphore=ExecutionSemaphore@331ce27f[permitOwners=[JobFutureTask@70dc6598[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@910c064[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@36abb8b6[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@331ce27f[permitOwners=[JobFutureTask@70dc6598[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@910c064[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@36abb8b6[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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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) 2023-01-07 23:52:23,768 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@30d86154[job=job-1, state=DONE], semaphore=ExecutionSemaphore@734fbd8c[permitOwners=[JobFutureTask@233b2272[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@30d86154[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@48be50ab[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@734fbd8c[permitOwners=[JobFutureTask@233b2272[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@30d86154[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@48be50ab[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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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) 2023-01-07 23:52:23,770 INFO [scout-model-thread-24] 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@206978bd[job=job-1, state=DONE], semaphore=ExecutionSemaphore@2530ba31[permitOwners=[JobFutureTask@5a3bf670[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@206978bd[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@60bade94[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@2530ba31[permitOwners=[JobFutureTask@5a3bf670[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@206978bd[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@60bade94[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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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) 2023-01-07 23:52:23,772 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@1b2f4b0b[job=job-1, state=DONE], semaphore=ExecutionSemaphore@2fa195b0[permitOwners=[JobFutureTask@1ea2b668[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@1b2f4b0b[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@285a8556[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@2fa195b0[permitOwners=[JobFutureTask@1ea2b668[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@1b2f4b0b[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@285a8556[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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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) 2023-01-07 23:52:23,774 INFO [scout-model-thread-24] 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@7adee726[job=job-1, state=DONE], semaphore=ExecutionSemaphore@366c9c4b[permitOwners=[JobFutureTask@71c40fe3[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@7adee726[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@dc844b8[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@366c9c4b[permitOwners=[JobFutureTask@71c40fe3[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@7adee726[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@dc844b8[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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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) 2023-01-07 23:52:23,775 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@5f370d44[job=job-1, state=DONE], semaphore=ExecutionSemaphore@4366c97b[permitOwners=[JobFutureTask@eddba56[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@5f370d44[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@417fc2b1[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@4366c97b[permitOwners=[JobFutureTask@eddba56[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@5f370d44[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@417fc2b1[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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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) 2023-01-07 23:52:23,777 INFO [scout-model-thread-24] 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@1d1c808a[job=job-1, state=DONE], semaphore=ExecutionSemaphore@55cb59a1[permitOwners=[JobFutureTask@7e708675[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@1d1c808a[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@4125a940[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@55cb59a1[permitOwners=[JobFutureTask@7e708675[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@1d1c808a[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@4125a940[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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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) 2023-01-07 23:52:23,778 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@755274c8[job=job-1, state=DONE], semaphore=ExecutionSemaphore@3487331f[permitOwners=[JobFutureTask@feb0739[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@755274c8[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@63e8c02d[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@3487331f[permitOwners=[JobFutureTask@feb0739[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@755274c8[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@63e8c02d[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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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) 2023-01-07 23:52:23,780 INFO [scout-model-thread-24] 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@14b0d471[job=job-1, state=DONE], semaphore=ExecutionSemaphore@110467d[permitOwners=[JobFutureTask@4335db11[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@14b0d471[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@66f982f2[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@110467d[permitOwners=[JobFutureTask@4335db11[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@14b0d471[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@66f982f2[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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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) 2023-01-07 23:52:23,782 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@166ee706[job=job-1, state=DONE], semaphore=ExecutionSemaphore@3aaa5bde[permitOwners=[JobFutureTask@7bee5b89[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@166ee706[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@512aa814[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@3aaa5bde[permitOwners=[JobFutureTask@7bee5b89[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@166ee706[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@512aa814[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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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) 2023-01-07 23:52:23,784 INFO [scout-model-thread-24] 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@494e94d1[job=job-1, state=DONE], semaphore=ExecutionSemaphore@21d1855c[permitOwners=[JobFutureTask@4075bc62[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@494e94d1[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@441bd670[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@21d1855c[permitOwners=[JobFutureTask@4075bc62[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@494e94d1[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@441bd670[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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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) 2023-01-07 23:52:23,785 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@19d7afd9[job=job-1, state=DONE], semaphore=ExecutionSemaphore@1985452e[permitOwners=[JobFutureTask@74ac862d[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@19d7afd9[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@6e9e769e[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@1985452e[permitOwners=[JobFutureTask@74ac862d[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@19d7afd9[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@6e9e769e[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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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) 2023-01-07 23:52:23,787 INFO [scout-model-thread-24] 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@7cdb3f82[job=job-1, state=DONE], semaphore=ExecutionSemaphore@738ddbe9[permitOwners=[JobFutureTask@6c5643da[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@7cdb3f82[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@7161e248[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@738ddbe9[permitOwners=[JobFutureTask@6c5643da[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@7cdb3f82[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@7161e248[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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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) 2023-01-07 23:52:23,835 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@3b8b3a74[job=job-1, state=DONE], semaphore=ExecutionSemaphore@6c5d7a74[permitOwners=[JobFutureTask@651de64c[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@3b8b3a74[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@1b102b05[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@6c5d7a74[permitOwners=[JobFutureTask@651de64c[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@3b8b3a74[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@1b102b05[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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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) 2023-01-07 23:52:23,837 INFO [scout-model-thread-24] 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@2efc13e8[job=job-1, state=DONE], semaphore=ExecutionSemaphore@7c848268[permitOwners=[JobFutureTask@24d9bffd[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@2efc13e8[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@3e8bf060[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@7c848268[permitOwners=[JobFutureTask@24d9bffd[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@2efc13e8[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@3e8bf060[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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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) 2023-01-07 23:52:23,838 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@a5ee522[job=job-1, state=DONE], semaphore=ExecutionSemaphore@61cfb32b[permitOwners=[JobFutureTask@639185c3[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@a5ee522[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@2f87121[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@61cfb32b[permitOwners=[JobFutureTask@639185c3[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@a5ee522[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@2f87121[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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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) 2023-01-07 23:52:23,840 INFO [scout-model-thread-24] 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@2533164c[job=job-1, state=DONE], semaphore=ExecutionSemaphore@7fa4002b[permitOwners=[JobFutureTask@4a6320b4[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@2533164c[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@bd321a0[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@7fa4002b[permitOwners=[JobFutureTask@4a6320b4[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@2533164c[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@bd321a0[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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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) 2023-01-07 23:52:23,842 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@223efee3[job=job-1, state=DONE], semaphore=ExecutionSemaphore@9d36067[permitOwners=[JobFutureTask@710b0c90[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@223efee3[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@63c7ed30[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@9d36067[permitOwners=[JobFutureTask@710b0c90[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@223efee3[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@63c7ed30[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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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) 2023-01-07 23:52:23,843 INFO [scout-model-thread-24] 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@3987d2b5[job=job-1, state=DONE], semaphore=ExecutionSemaphore@527291e6[permitOwners=[JobFutureTask@10413699[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@3987d2b5[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@4c33e7cc[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@527291e6[permitOwners=[JobFutureTask@10413699[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@3987d2b5[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@4c33e7cc[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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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) 2023-01-07 23:52:23,845 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@780f6b3d[job=job-1, state=DONE], semaphore=ExecutionSemaphore@3a4cf846[permitOwners=[JobFutureTask@61637f5b[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@780f6b3d[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@32bdf93c[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@3a4cf846[permitOwners=[JobFutureTask@61637f5b[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@780f6b3d[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@32bdf93c[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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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) 2023-01-07 23:52:23,846 INFO [scout-model-thread-24] 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@1ebd47fd[job=job-1, state=DONE], semaphore=ExecutionSemaphore@4f3d5ad2[permitOwners=[JobFutureTask@645e7ad6[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@1ebd47fd[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@39771b78[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@4f3d5ad2[permitOwners=[JobFutureTask@645e7ad6[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@1ebd47fd[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@39771b78[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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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) 2023-01-07 23:52:23,848 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@14bfbb02[job=job-1, state=DONE], semaphore=ExecutionSemaphore@3dc5aba1[permitOwners=[JobFutureTask@3a0fb89[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@14bfbb02[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@28d9c5e[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@3dc5aba1[permitOwners=[JobFutureTask@3a0fb89[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@14bfbb02[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@28d9c5e[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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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) 2023-01-07 23:52:23,849 INFO [scout-model-thread-24] 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@47341cfa[job=job-1, state=DONE], semaphore=ExecutionSemaphore@17f2069f[permitOwners=[JobFutureTask@43ccdb26[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@47341cfa[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@2dcdc06d[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@17f2069f[permitOwners=[JobFutureTask@43ccdb26[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@47341cfa[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@2dcdc06d[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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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) 2023-01-07 23:52:23,851 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@3217a327[job=job-1, state=DONE], semaphore=ExecutionSemaphore@218f11d9[permitOwners=[JobFutureTask@17a75ba8[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@3217a327[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@54aa2f99[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@218f11d9[permitOwners=[JobFutureTask@17a75ba8[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@3217a327[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@54aa2f99[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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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) 2023-01-07 23:52:23,852 INFO [scout-model-thread-24] 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@13f5bb85[job=job-1, state=DONE], semaphore=ExecutionSemaphore@4808f912[permitOwners=[JobFutureTask@3e22d848[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@13f5bb85[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@3bf1fef2[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@4808f912[permitOwners=[JobFutureTask@3e22d848[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@13f5bb85[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@3bf1fef2[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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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.539 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.008 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.01 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.005 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.021 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.015 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.047 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.012 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.014 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.007 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.013 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.006 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.007 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.006 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.085 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.031 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.031 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.009 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.003 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.006 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.025 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.009 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.006 sec - in org.eclipse.scout.rt.client.deeplink.OutlineDeepLinkHandlerTest Running org.eclipse.scout.rt.client.deeplink.DeepLinksTest 2023-01-07 23:52:27,368 INFO [main] org.eclipse.scout.rt.client.deeplink.DeepLinks.(DeepLinks.java:31) - Registered 2 deep-link handlers: - org.eclipse.scout.rt.client.deeplink.OutlineDeepLinkHandler@14c8a7f6 - org.eclipse.scout.rt.client.deeplink.FooBarDeepLinkHandler@75da066e - MDC[] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 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.007 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.015 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.002 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.003 sec - in org.eclipse.scout.rt.client.clientnotification.ClientSessionRegistryTest Running org.eclipse.scout.rt.client.clientnotification.AbstractObservableNotificationHandlerTest 2023-01-07 23:52:27,411 WARN [main] org.eclipse.scout.rt.client.AbstractClientSession.getUserAgent(AbstractClientSession.java:186) - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[] 2023-01-07 23:52:27,413 WARN [main] org.eclipse.scout.rt.client.AbstractClientSession.getUserAgent(AbstractClientSession.java:186) - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[] 2023-01-07 23:52:27,414 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: 129661240 - MDC[] 2023-01-07 23:52:27,415 WARN [main] org.eclipse.scout.rt.client.AbstractClientSession.getUserAgent(AbstractClientSession.java:186) - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[] 2023-01-07 23:52:27,417 WARN [main] org.eclipse.scout.rt.client.AbstractClientSession.getUserAgent(AbstractClientSession.java:186) - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[] 2023-01-07 23:52:27,418 WARN [scout-model-thread-20] 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] 2023-01-07 23:52:27,435 WARN [main] org.eclipse.scout.rt.client.AbstractClientSession.getUserAgent(AbstractClientSession.java:186) - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[] 2023-01-07 23:52:27,436 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.035 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.007 sec - in org.eclipse.scout.rt.client.TunnelToServerTest Running org.eclipse.scout.rt.client.MultiSessionCookieStoreTest 2023-01-07 23:52:27,453 WARN [main] org.eclipse.scout.rt.shared.servicetunnel.http.MultiSessionCookieStore.add(MultiSessionCookieStore.java:91) - adding cookie to default cookie store which could be used by other users too [uri=http://www.eclipse.org, cookieName=Testname1] - MDC[] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.eclipse.scout.rt.client.MultiSessionCookieStoreTest Running org.eclipse.scout.rt.client.ClientSessionTest 2023-01-07 23:52:27,455 INFO [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateHeadless(PlatformImplementor.java:172) - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[] 2023-01-07 23:52:27,459 INFO [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:215) - Collected 215 beans in 3.658399 ms - MDC[] 2023-01-07 23:52:27,460 INFO [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:220) - Registered 215 beans in 1.187313 ms - MDC[] 2023-01-07 23:52:27,461 INFO [main] org.eclipse.scout.rt.platform.logger.LoggerPlatformListener.registerLoggerSupportBean(LoggerPlatformListener.java:105) - Registered logger support org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport - MDC[] 2023-01-07 23:52:27,461 INFO [main] org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrator.stateChanged(CodeTypeRegistrator.java:32) - 4 code type classes registered. - MDC[] 2023-01-07 23:52:27,461 INFO [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateConfiguration(PlatformImplementor.java:184) - No config.properties found. Running with empty configuration. - MDC[] 2023-01-07 23:52:27,470 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@39b160d[id = f77fdd4a-e5f4-4357-af14-d0816d6a0179], user=jenkins] - MDC[jobName=Starting ClientSession [sessionId=f77fdd4a-e5f4-4357-af14-d0816d6a0179]] 2023-01-07 23:52:27,472 INFO [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:419) - Enter stop(0) of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@39b160d[id = f77fdd4a-e5f4-4357-af14-d0816d6a0179] - MDC[jobName=org.eclipse.scout.rt.client.ClientSessionTest$10] 2023-01-07 23:52:27,473 INFO [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:424) - Call desktop.doBeforeClosingInternal of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@39b160d[id = f77fdd4a-e5f4-4357-af14-d0816d6a0179] - MDC[jobName=org.eclipse.scout.rt.client.ClientSessionTest$10] 2023-01-07 23:52:27,476 INFO [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:449) - Begin stop of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@39b160d[id = f77fdd4a-e5f4-4357-af14-d0816d6a0179], point of no return - MDC[jobName=org.eclipse.scout.rt.client.ClientSessionTest$10] 2023-01-07 23:52:27,480 INFO [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession.inactivateSession(AbstractClientSession.java:503) - Client session stopped [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@39b160d[id = f77fdd4a-e5f4-4357-af14-d0816d6a0179], user=jenkins] - MDC[jobName=org.eclipse.scout.rt.client.ClientSessionTest$10] 2023-01-07 23:52:27,485 INFO [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateHeadless(PlatformImplementor.java:172) - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[] 2023-01-07 23:52:27,489 INFO [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:215) - Collected 215 beans in 3.354435 ms - MDC[] 2023-01-07 23:52:27,490 INFO [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:220) - Registered 215 beans in 1.388816 ms - MDC[] 2023-01-07 23:52:27,491 INFO [main] org.eclipse.scout.rt.platform.logger.LoggerPlatformListener.registerLoggerSupportBean(LoggerPlatformListener.java:105) - Registered logger support org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport - MDC[] 2023-01-07 23:52:27,491 INFO [main] org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrator.stateChanged(CodeTypeRegistrator.java:32) - 4 code type classes registered. - MDC[] 2023-01-07 23:52:27,491 INFO [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateConfiguration(PlatformImplementor.java:184) - No config.properties found. Running with empty configuration. - MDC[] 2023-01-07 23:52:27,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@2f012b9c[id = 3284e414-4a60-420a-b64e-c950c571649c], user=jenkins] - MDC[jobName=Starting ClientSession [sessionId=3284e414-4a60-420a-b64e-c950c571649c]] 2023-01-07 23:52:27,499 INFO [main] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:419) - Enter stop(0) of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@2f012b9c[id = 3284e414-4a60-420a-b64e-c950c571649c] - MDC[] 2023-01-07 23:52:27,499 INFO [main] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:424) - Call desktop.doBeforeClosingInternal of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@2f012b9c[id = 3284e414-4a60-420a-b64e-c950c571649c] - MDC[] 2023-01-07 23:52:27,499 INFO [main] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:449) - Begin stop of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@2f012b9c[id = 3284e414-4a60-420a-b64e-c950c571649c], point of no return - MDC[] 2023-01-07 23:52:27,500 INFO [main] org.eclipse.scout.rt.client.AbstractClientSession.inactivateSession(AbstractClientSession.java:503) - Client session stopped [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@2f012b9c[id = 3284e414-4a60-420a-b64e-c950c571649c], user=jenkins] - MDC[] 2023-01-07 23:52:27,502 INFO [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateHeadless(PlatformImplementor.java:172) - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[] 2023-01-07 23:52:27,537 INFO [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:215) - Collected 215 beans in 35.521844 ms - MDC[] 2023-01-07 23:52:27,539 INFO [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:220) - Registered 215 beans in 1.244689 ms - MDC[] 2023-01-07 23:52:27,539 INFO [main] org.eclipse.scout.rt.platform.logger.LoggerPlatformListener.registerLoggerSupportBean(LoggerPlatformListener.java:105) - Registered logger support org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport - MDC[] 2023-01-07 23:52:27,539 INFO [main] org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrator.stateChanged(CodeTypeRegistrator.java:32) - 4 code type classes registered. - MDC[] 2023-01-07 23:52:27,540 INFO [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateConfiguration(PlatformImplementor.java:184) - No config.properties found. Running with empty configuration. - MDC[] 2023-01-07 23:52:27,641 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@4e8e0bc6[id = 9a98ab53-e6f1-4a79-a082-acfd32b82b8e], user=jenkins] - MDC[jobName=Starting ClientSession [sessionId=9a98ab53-e6f1-4a79-a082-acfd32b82b8e]] 2023-01-07 23:52:27,646 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:419) - Enter stop(0) of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@4e8e0bc6[id = 9a98ab53-e6f1-4a79-a082-acfd32b82b8e] - MDC[jobName=org.eclipse.scout.rt.client.ClientSessionTest$4] 2023-01-07 23:52:27,646 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:424) - Call desktop.doBeforeClosingInternal of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@4e8e0bc6[id = 9a98ab53-e6f1-4a79-a082-acfd32b82b8e] - MDC[jobName=org.eclipse.scout.rt.client.ClientSessionTest$4] 2023-01-07 23:52:27,646 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:449) - Begin stop of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@4e8e0bc6[id = 9a98ab53-e6f1-4a79-a082-acfd32b82b8e], point of no return - MDC[jobName=org.eclipse.scout.rt.client.ClientSessionTest$4] 2023-01-07 23:52:27,647 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.inactivateSession(AbstractClientSession.java:503) - Client session stopped [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@4e8e0bc6[id = 9a98ab53-e6f1-4a79-a082-acfd32b82b8e], user=jenkins] - MDC[jobName=org.eclipse.scout.rt.client.ClientSessionTest$4] 2023-01-07 23:52:27,648 INFO [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateHeadless(PlatformImplementor.java:172) - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[] 2023-01-07 23:52:27,652 INFO [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:215) - Collected 215 beans in 3.756817 ms - MDC[] 2023-01-07 23:52:27,654 INFO [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:220) - Registered 215 beans in 1.889742 ms - MDC[] 2023-01-07 23:52:27,654 INFO [main] org.eclipse.scout.rt.platform.logger.LoggerPlatformListener.registerLoggerSupportBean(LoggerPlatformListener.java:105) - Registered logger support org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport - MDC[] 2023-01-07 23:52:27,655 INFO [main] org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrator.stateChanged(CodeTypeRegistrator.java:32) - 4 code type classes registered. - MDC[] 2023-01-07 23:52:27,655 INFO [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateConfiguration(PlatformImplementor.java:184) - No config.properties found. Running with empty configuration. - MDC[] 2023-01-07 23:52:27,662 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@1f4be9f[id = 23c369ba-3b4a-4b55-8fba-735ac58115ce], user=jenkins] - MDC[jobName=Starting ClientSession [sessionId=23c369ba-3b4a-4b55-8fba-735ac58115ce]] 2023-01-07 23:52:28,665 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:419) - Enter stop(0) of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@1f4be9f[id = 23c369ba-3b4a-4b55-8fba-735ac58115ce] - MDC[jobName=org.eclipse.scout.rt.client.ClientSessionTest$7] 2023-01-07 23:52:28,665 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:424) - Call desktop.doBeforeClosingInternal of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@1f4be9f[id = 23c369ba-3b4a-4b55-8fba-735ac58115ce] - MDC[jobName=org.eclipse.scout.rt.client.ClientSessionTest$7] 2023-01-07 23:52:28,666 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:449) - Begin stop of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@1f4be9f[id = 23c369ba-3b4a-4b55-8fba-735ac58115ce], point of no return - MDC[jobName=org.eclipse.scout.rt.client.ClientSessionTest$7] 2023-01-07 23:52:28,667 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.inactivateSession(AbstractClientSession.java:503) - Client session stopped [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@1f4be9f[id = 23c369ba-3b4a-4b55-8fba-735ac58115ce], user=jenkins] - MDC[jobName=org.eclipse.scout.rt.client.ClientSessionTest$7] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.215 sec - in org.eclipse.scout.rt.client.ClientSessionTest Running org.eclipse.scout.rt.client.ClientSessionDisposeTest 2023-01-07 23:52:28,670 INFO [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateHeadless(PlatformImplementor.java:172) - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[] 2023-01-07 23:52:28,674 INFO [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:215) - Collected 215 beans in 3.208933 ms - MDC[] 2023-01-07 23:52:28,675 INFO [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:220) - Registered 215 beans in 1.412358 ms - MDC[] 2023-01-07 23:52:28,675 INFO [main] org.eclipse.scout.rt.platform.logger.LoggerPlatformListener.registerLoggerSupportBean(LoggerPlatformListener.java:105) - Registered logger support org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport - MDC[] 2023-01-07 23:52:28,676 INFO [main] org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrator.stateChanged(CodeTypeRegistrator.java:32) - 4 code type classes registered. - MDC[] 2023-01-07 23:52:28,676 INFO [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateConfiguration(PlatformImplementor.java:184) - No config.properties found. Running with empty configuration. - MDC[] 2023-01-07 23:52:28,682 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@38a692a0[id = 824e4cbd-154d-4f42-a065-3d01354762e0], user=jenkins] - MDC[jobName=Starting ClientSession [sessionId=824e4cbd-154d-4f42-a065-3d01354762e0]] 2023-01-07 23:52:28,682 INFO [main] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:419) - Enter stop(0) of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@38a692a0[id = 824e4cbd-154d-4f42-a065-3d01354762e0] - MDC[] 2023-01-07 23:52:28,682 INFO [main] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:424) - Call desktop.doBeforeClosingInternal of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@38a692a0[id = 824e4cbd-154d-4f42-a065-3d01354762e0] - MDC[] 2023-01-07 23:52:28,682 INFO [main] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:449) - Begin stop of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@38a692a0[id = 824e4cbd-154d-4f42-a065-3d01354762e0], point of no return - MDC[] 2023-01-07 23:52:28,683 INFO [main] org.eclipse.scout.rt.client.AbstractClientSession.inactivateSession(AbstractClientSession.java:503) - Client session stopped [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@38a692a0[id = 824e4cbd-154d-4f42-a065-3d01354762e0], user=jenkins] - MDC[] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.256 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.001 sec - in org.eclipse.scout.rt.client.ClientJobCancelTest Results : Tests run: 1322, 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/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.client.test/target/org.eclipse.scout.rt.client.test-7.0.300-SNAPSHOT.jar [INFO] [INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.client.test --- [INFO] Skipping because packaging 'jar' is not pom. [INFO] [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.client.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.client.test/target/org.eclipse.scout.rt.client.test-7.0.300-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.client.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.client.test/target/org.eclipse.scout.rt.client.test-7.0.300-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.client.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.client.test/target/org.eclipse.scout.rt.client.test-7.0.300-SNAPSHOT-test-sources.jar [INFO] [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.client.test --- [INFO] Checking compile classpath [INFO] Checking runtime classpath [INFO] Checking test classpath [INFO] [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.client.test --- [INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0 [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.client.test --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.client.test/target/org.eclipse.scout.rt.client.test-7.0.300-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.client.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.client.test-7.0.300-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.client.test/pom.xml to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.client.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.client.test-7.0.300-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.client.test/target/org.eclipse.scout.rt.client.test-7.0.300-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.client.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.client.test-7.0.300-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.client.test/target/org.eclipse.scout.rt.client.test-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.client.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.client.test-7.0.300-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.client.test/target/org.eclipse.scout.rt.client.test-7.0.300-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.client.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.client.test-7.0.300-SNAPSHOT-test-sources.jar [INFO] [INFO] --------< org.eclipse.scout.rt:org.eclipse.scout.rt.svg.client >-------- [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.svg.client 7.0.300-SNAPSHOT [25/40] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.svg.client --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.svg.client --- [INFO] [INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.rt.svg.client --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.rt.svg.client --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.svg.client/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.svg.client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.rt.svg.client --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.svg.client/target/classes [INFO] [INFO] --- jandex-maven-plugin:1.0.5:jandex (make-index) @ org.eclipse.scout.rt.svg.client --- [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.svg.client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.svg.client/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.rt.svg.client --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.rt.svg.client --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.svg.client --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.svg.client/target/org.eclipse.scout.rt.svg.client-7.0.300-SNAPSHOT.jar [INFO] [INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.svg.client --- [INFO] Skipping because packaging 'jar' is not pom. [INFO] [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.svg.client --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.svg.client --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.svg.client/target/org.eclipse.scout.rt.svg.client-7.0.300-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.svg.client --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.svg.client --- [INFO] Checking compile classpath [INFO] Checking runtime classpath [INFO] Checking test classpath [INFO] [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.svg.client --- [INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0 [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.svg.client --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.svg.client/target/org.eclipse.scout.rt.svg.client-7.0.300-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.svg.client/7.0.300-SNAPSHOT/org.eclipse.scout.rt.svg.client-7.0.300-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.svg.client/pom.xml to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.svg.client/7.0.300-SNAPSHOT/org.eclipse.scout.rt.svg.client-7.0.300-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.svg.client/target/org.eclipse.scout.rt.svg.client-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.svg.client/7.0.300-SNAPSHOT/org.eclipse.scout.rt.svg.client-7.0.300-SNAPSHOT-sources.jar [INFO] [INFO] ---------< org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html >---------- [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html 7.0.300-SNAPSHOT [26/40] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.ui.html --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.ui.html --- [INFO] [INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.rt.ui.html --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.rt.ui.html --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.ui.html/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- build-helper-maven-plugin:1.12: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 32 resources [INFO] Copying 611 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.rt.ui.html --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 217 source files to /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.ui.html/target/classes [INFO] [INFO] --- jandex-maven-plugin:1.0.5:jandex (make-index) @ org.eclipse.scout.rt.ui.html --- [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.ui.html --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.ui.html/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.rt.ui.html --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.rt.ui.html --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.ui.html --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.ui.html/target/org.eclipse.scout.rt.ui.html-7.0.300-SNAPSHOT.jar [INFO] [INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.ui.html --- [INFO] Skipping because packaging 'jar' is not pom. [INFO] [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.ui.html --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.ui.html --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.ui.html/target/org.eclipse.scout.rt.ui.html-7.0.300-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.ui.html --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.ui.html --- [INFO] Checking compile classpath [INFO] Checking runtime classpath [INFO] Checking test classpath [INFO] [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.ui.html --- [INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0 [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.ui.html --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.ui.html/target/org.eclipse.scout.rt.ui.html-7.0.300-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html/7.0.300-SNAPSHOT/org.eclipse.scout.rt.ui.html-7.0.300-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.ui.html/pom.xml to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html/7.0.300-SNAPSHOT/org.eclipse.scout.rt.ui.html-7.0.300-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.ui.html/target/org.eclipse.scout.rt.ui.html-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html/7.0.300-SNAPSHOT/org.eclipse.scout.rt.ui.html-7.0.300-SNAPSHOT-sources.jar [INFO] [INFO] -----< org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.selenium >----- [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.selenium 7.0.300-SNAPSHOT [27/40] [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] [INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.rt.ui.html.selenium --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.rt.ui.html.selenium --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/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.6.1: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/scout-integration-7.0-RT-nightly/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/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.ui.html.selenium/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.rt.ui.html.selenium --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.19.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/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.ui.html.selenium/target/org.eclipse.scout.rt.ui.html.selenium-7.0.300-SNAPSHOT.jar [INFO] [INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.ui.html.selenium --- [INFO] Skipping because packaging 'jar' is not pom. [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/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.ui.html.selenium/target/org.eclipse.scout.rt.ui.html.selenium-7.0.300-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.ui.html.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] Checking compile classpath [INFO] Checking runtime classpath [INFO] Checking test classpath [INFO] [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.ui.html.selenium --- [INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0 [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.ui.html.selenium --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.ui.html.selenium/target/org.eclipse.scout.rt.ui.html.selenium-7.0.300-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.selenium/7.0.300-SNAPSHOT/org.eclipse.scout.rt.ui.html.selenium-7.0.300-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.ui.html.selenium/pom.xml to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.selenium/7.0.300-SNAPSHOT/org.eclipse.scout.rt.ui.html.selenium-7.0.300-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.ui.html.selenium/target/org.eclipse.scout.rt.ui.html.selenium-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.selenium/7.0.300-SNAPSHOT/org.eclipse.scout.rt.ui.html.selenium-7.0.300-SNAPSHOT-sources.jar [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 7.0.300-SNAPSHOT [28/40] [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] [INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.rt.mom.jms.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.rt.mom.jms.test --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/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/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.mom.jms.test/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1: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.6.1: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/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.mom.jms.test/target/test-classes [INFO] [INFO] --- jandex-maven-plugin:1.0.5:jandex (make-index) @ org.eclipse.scout.rt.mom.jms.test --- [INFO] [SKIP] Cannot process fileset in directory: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.mom.jms.test/target/classes. Directory does not exist! [INFO] [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.rt.mom.jms.test --- ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.eclipse.scout.rt.mom.jms.JmsMomManualTest 2023-01-07 23:52:42,037 INFO [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateHeadless(PlatformImplementor.java:172) - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[] 2023-01-07 23:52:42,066 INFO [Thread-1] org.eclipse.scout.rt.platform.inventory.ClassInventory.(ClassInventory.java:38) - Building jandex class inventory using rebuild strategy IF_MISSING... - MDC[] 2023-01-07 23:52:42,144 INFO [Thread-1] org.eclipse.scout.rt.platform.inventory.ClassInventory.(ClassInventory.java:44) - Finished building jandex class inventory in 92.471530 ms. Total class count: 715 - MDC[] 2023-01-07 23:52:42,291 INFO [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:215) - Collected 86 beans in 144.769591 ms - MDC[] 2023-01-07 23:52:42,340 INFO [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:220) - Registered 86 beans in 48.959585 ms - MDC[] 2023-01-07 23:52:42,356 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[] 2023-01-07 23:52:42,357 INFO [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateConfiguration(PlatformImplementor.java:184) - No config.properties found. Running with empty configuration. - MDC[] 2023-01-07 23:52:42,364 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.972 sec - in org.eclipse.scout.rt.mom.jms.JmsMomManualTest Running org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest 2023-01-07 23:52:42,772 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[] 2023-01-07 23:52:42,788 INFO [main] org.apache.activemq.artemis.core.server.initialisePart1(ActiveMQServerImpl.java:1455) - AMQ221045: libaio is not available, switching the configuration into NIO - MDC[] 2023-01-07 23:52:42,830 INFO [main] org.apache.activemq.artemis.core.server.(JournalStorageManager.java:249) - AMQ221013: Using NIO Journal - MDC[] 2023-01-07 23:52:42,928 INFO [main] org.apache.activemq.artemis.core.server.(RemotingServiceImpl.java:147) - AMQ221043: Protocol module found: [artemis-server]. Adding protocol support for: CORE - MDC[] 2023-01-07 23:52:43,062 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerImpl.java:1174) - AMQ221003: trying to deploy queue jms.topic.scout.mom.requestreply.cancellation - MDC[] 2023-01-07 23:52:43,165 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerImpl.java:1174) - AMQ221003: trying to deploy queue jms.topic.test/mom/testTopicPublishFirst - MDC[] 2023-01-07 23:52:43,167 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerImpl.java:1174) - AMQ221003: trying to deploy queue jms.topic.test/mom/testProperties - MDC[] 2023-01-07 23:52:43,170 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerImpl.java:1174) - AMQ221003: trying to deploy queue jms.topic.test/mom/testTopicRequestReplyTimeout - MDC[] 2023-01-07 23:52:43,173 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerImpl.java:1174) - AMQ221003: trying to deploy queue jms.topic.test/mom/testTopicRequestReplyRequestFirst - MDC[] 2023-01-07 23:52:43,175 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerImpl.java:1174) - AMQ221003: trying to deploy queue jms.topic.test/mom/testTopicRequestReplyMultipleSubscriptions - MDC[] 2023-01-07 23:52:43,178 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerImpl.java:1174) - AMQ221003: trying to deploy queue jms.topic.test/mom/testTopicRequestReplyCorrelationId - MDC[] 2023-01-07 23:52:43,191 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerImpl.java:1174) - AMQ221003: trying to deploy queue jms.topic.test/mom/testTopicPublishSubscribeMultipleSubscriptions - MDC[] 2023-01-07 23:52:43,193 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerImpl.java:1174) - AMQ221003: trying to deploy queue jms.topic.test/mom/testQueueRequestReplyJsonObjectMarshaller - MDC[] 2023-01-07 23:52:43,196 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerImpl.java:1174) - AMQ221003: trying to deploy queue jms.topic.test/mom/testTopicRequestReplyCancellation - MDC[] 2023-01-07 23:52:43,198 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerImpl.java:1174) - AMQ221003: trying to deploy queue jms.topic.test/mom/testTopicRequestReply - MDC[] 2023-01-07 23:52:43,201 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerImpl.java:1174) - AMQ221003: trying to deploy queue jms.topic.test/mom/testTopicPublishSubscribeCorrelationId - MDC[] 2023-01-07 23:52:43,204 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerImpl.java:1174) - AMQ221003: trying to deploy queue jms.topic.test/mom/testMessageSelector - MDC[] 2023-01-07 23:52:43,206 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerImpl.java:1174) - AMQ221003: trying to deploy queue jms.topic.test/mom/testQueueRequestReplyCancellation - MDC[] 2023-01-07 23:52:43,209 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerImpl.java:1174) - AMQ221003: trying to deploy queue jms.topic.differentTopic - MDC[] 2023-01-07 23:52:43,211 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerImpl.java:1174) - AMQ221003: trying to deploy queue jms.topic.scout.physical.UnitTestTopic - MDC[] 2023-01-07 23:52:43,214 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerImpl.java:1174) - AMQ221003: trying to deploy queue Durable-Test-Subscription - MDC[] 2023-01-07 23:52:43,216 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerImpl.java:1174) - AMQ221003: trying to deploy queue jms.queue.test/mom/testPublishBytes - MDC[] 2023-01-07 23:52:43,218 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerImpl.java:1174) - AMQ221003: trying to deploy queue jms.queue.test/mom/testPublishText - MDC[] 2023-01-07 23:52:43,221 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerImpl.java:1174) - AMQ221003: trying to deploy queue jms.queue.test/mom/testPublishObject - MDC[] 2023-01-07 23:52:43,236 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerImpl.java:1174) - AMQ221003: trying to deploy queue jms.queue.test/mom/testConcurrentMessageConsumption - MDC[] 2023-01-07 23:52:43,238 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerImpl.java:1174) - AMQ221003: trying to deploy queue jms.queue.test/mom/testPublishAndConsumeInternal - MDC[] 2023-01-07 23:52:43,241 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerImpl.java:1174) - AMQ221003: trying to deploy queue jms.queue.test/mom/testSubscribeTransactional - MDC[] 2023-01-07 23:52:43,243 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerImpl.java:1174) - AMQ221003: trying to deploy queue jms.queue.test/mom/testSubscribeFailover - MDC[] 2023-01-07 23:52:43,246 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerImpl.java:1174) - AMQ221003: trying to deploy queue jms.queue.test/mom/testQueuePublishFirst - MDC[] 2023-01-07 23:52:43,248 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerImpl.java:1174) - AMQ221003: trying to deploy queue jms.queue.test/mom/testPublishJsonData - MDC[] 2023-01-07 23:52:43,250 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerImpl.java:1174) - AMQ221003: trying to deploy queue jms.queue.test/mom/testPublishJsonDataSecure - MDC[] 2023-01-07 23:52:43,253 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerImpl.java:1174) - AMQ221003: trying to deploy queue jms.queue.test/mom/testQueueRequestReplyRequestFirst - MDC[] 2023-01-07 23:52:43,255 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerImpl.java:1174) - AMQ221003: trying to deploy queue jms.queue.test/mom/testPublishTransactional - MDC[] 2023-01-07 23:52:43,257 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerImpl.java:1174) - AMQ221003: trying to deploy queue jms.queue.test/mom/testPublishStringData - MDC[] 2023-01-07 23:52:43,260 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerImpl.java:1174) - AMQ221003: trying to deploy queue jms.queue.test/mom/testPublishObjectData - MDC[] 2023-01-07 23:52:43,262 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerImpl.java:1174) - AMQ221003: trying to deploy queue jms.queue.test/mom/testCurrentMessagePubSub - MDC[] 2023-01-07 23:52:43,265 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerImpl.java:1174) - AMQ221003: trying to deploy queue jms.queue.test/mom/testSerialMessageConsumption - MDC[] 2023-01-07 23:52:43,278 INFO [main] org.apache.activemq.artemis.core.server.run(LiveOnlyActivation.java:68) - AMQ221007: Server is now live - MDC[] 2023-01-07 23:52:43,278 INFO [main] org.apache.activemq.artemis.core.server.start(ActiveMQServerImpl.java:409) - AMQ221001: Apache ActiveMQ Artemis Message Broker version 1.1.0 [nodeID=604dd827-8ee6-11ed-8d22-a52f47cc6164] - MDC[] 2023-01-07 23:52:43,428 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:52:43,428 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:52:43,432 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 3.889236 ms - MDC[] 2023-01-07 23:52:43,433 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:52:43,435 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:52:43,436 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:52:43,436 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[] 2023-01-07 23:52:43,436 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 0.506801 ms - MDC[] 2023-01-07 23:52:43,436 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:52:43,437 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:52:43,437 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:52:43,444 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 6.311113 ms - MDC[] 2023-01-07 23:52:43,444 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:52:43,445 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:52:43,445 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:52:43,446 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 0.346590 ms - MDC[] 2023-01-07 23:52:43,446 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:52:43,447 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:52:43,447 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:52:43,447 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 0.269880 ms - MDC[] 2023-01-07 23:52:43,447 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:52:43,448 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:52:43,449 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:52:43,858 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #1 initialized: null - MDC[] 2023-01-07 23:52:43,918 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2023-01-07 23:52:44,109 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom1, ID:centos-7-xnkdf-38709-1673135563947-0:1) is starting - MDC[] 2023-01-07 23:52:44,119 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom1, ID:centos-7-xnkdf-38709-1673135563947-0:1) started - MDC[] 2023-01-07 23:52:44,120 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2023-01-07 23:52:44,167 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom1 started - MDC[] 2023-01-07 23:52:44,193 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-4:1,clientId=Scout JUnit MOM #1 (centos-7-xnkdf:8080),started=true} - MDC[] 2023-01-07 23:52:48,492 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@77422a9f, org.eclipse.scout.rt.mom.jms.JmsSubscription@787239f5] - MDC[] 2023-01-07 23:52:48,493 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@15c0c274[job=JMS subscriber, state=DONE]] - MDC[] 2023-01-07 23:52:48,496 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.101418 ms - MDC[] 2023-01-07 23:52:48,496 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:52:48,497 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:52:48,502 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom1 stopped - MDC[] 2023-01-07 23:52:48,503 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom1, ID:centos-7-xnkdf-38709-1673135563947-0:1) is shutting down - MDC[] 2023-01-07 23:52:48,519 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom1, ID:centos-7-xnkdf-38709-1673135563947-0:1) uptime 4.608 seconds - MDC[] 2023-01-07 23:52:48,519 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom1, ID:centos-7-xnkdf-38709-1673135563947-0:1) is shutdown - MDC[] 2023-01-07 23:52:48,520 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:52:48,520 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 5071.190929 ms - MDC[] 2023-01-07 23:52:48,520 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:52:48,523 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:52:48,524 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:52:48,528 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] 2023-01-07 23:52:48,548 INFO [scout-thread-23] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:52:48,549 INFO [scout-thread-23] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom2, ID:centos-7-xnkdf-38709-1673135563947-0:2) is starting - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:52:48,550 INFO [scout-thread-23] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom2, ID:centos-7-xnkdf-38709-1673135563947-0:2) started - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:52:48,550 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] 2023-01-07 23:52:48,551 INFO [scout-thread-23] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom2 started - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:52:48,634 INFO [scout-thread-23] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-7:1,clientId=Scout JUnit MOM #2 (centos-7-xnkdf:8080),started=true} - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:52:48,773 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@380af86f, org.eclipse.scout.rt.mom.jms.JmsSubscription@44601895] - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:52:48,791 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@5f5336db, org.eclipse.scout.rt.mom.jms.JmsSubscription@206fb50] - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:52:48,844 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@59b85c9e, org.eclipse.scout.rt.mom.jms.JmsSubscription@2b382705] - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:52:48,861 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@4b390c4f, org.eclipse.scout.rt.mom.jms.JmsSubscription@73543f56] - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:52:48,878 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@3d48a720, org.eclipse.scout.rt.mom.jms.JmsSubscription@31b41734] - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:52:48,937 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@43b99722, org.eclipse.scout.rt.mom.jms.JmsSubscription@6ac050c2] - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:52:48,956 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@134b15be, org.eclipse.scout.rt.mom.jms.JmsSubscription@78f75b10] - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:52:48,971 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@1bd6b2b0, org.eclipse.scout.rt.mom.jms.JmsSubscription@27b89989] - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:52:48,973 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@56adf785[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:52:48,974 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.026959 ms - MDC[] 2023-01-07 23:52:48,975 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:52:48,975 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:52:48,978 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom2 stopped - MDC[] 2023-01-07 23:52:48,978 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom2, ID:centos-7-xnkdf-38709-1673135563947-0:2) is shutting down - MDC[] 2023-01-07 23:52:48,979 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom2, ID:centos-7-xnkdf-38709-1673135563947-0:2) uptime 0.435 seconds - MDC[] 2023-01-07 23:52:48,980 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom2, ID:centos-7-xnkdf-38709-1673135563947-0:2) is shutdown - MDC[] 2023-01-07 23:52:48,980 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:52:48,980 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 456.057496 ms - MDC[] 2023-01-07 23:52:48,980 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:52:48,981 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:52:48,982 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:52:48,983 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #3 initialized: null - MDC[] 2023-01-07 23:52:48,984 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2023-01-07 23:52:48,984 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom3, ID:centos-7-xnkdf-38709-1673135563947-0:3) is starting - MDC[] 2023-01-07 23:52:48,985 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom3, ID:centos-7-xnkdf-38709-1673135563947-0:3) started - MDC[] 2023-01-07 23:52:48,985 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2023-01-07 23:52:48,986 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom3 started - MDC[] 2023-01-07 23:52:48,990 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-10:1,clientId=Scout JUnit MOM #3 (centos-7-xnkdf:8080),started=true} - MDC[] 2023-01-07 23:52:49,034 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@50f88cea] - MDC[] 2023-01-07 23:52:49,035 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:52:49,036 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:52:49,038 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom3 stopped - MDC[] 2023-01-07 23:52:49,038 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom3, ID:centos-7-xnkdf-38709-1673135563947-0:3) is shutting down - MDC[] 2023-01-07 23:52:49,040 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom3, ID:centos-7-xnkdf-38709-1673135563947-0:3) uptime 0.056 seconds - MDC[] 2023-01-07 23:52:49,040 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom3, ID:centos-7-xnkdf-38709-1673135563947-0:3) is shutdown - MDC[] 2023-01-07 23:52:49,040 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:52:49,041 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 58.615091 ms - MDC[] 2023-01-07 23:52:49,041 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:52:49,041 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:52:49,042 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:52:49,043 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #4 initialized: null - MDC[] 2023-01-07 23:52:49,043 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2023-01-07 23:52:49,044 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom4, ID:centos-7-xnkdf-38709-1673135563947-0:4) is starting - MDC[] 2023-01-07 23:52:49,044 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom4, ID:centos-7-xnkdf-38709-1673135563947-0:4) started - MDC[] 2023-01-07 23:52:49,044 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2023-01-07 23:52:49,045 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom4 started - MDC[] 2023-01-07 23:52:49,049 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-13:1,clientId=Scout JUnit MOM #4 (centos-7-xnkdf:8080),started=true} - MDC[] 2023-01-07 23:52:49,072 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@70e966a5] - MDC[] 2023-01-07 23:52:49,073 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:52:49,073 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:52:49,074 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom4 stopped - MDC[] 2023-01-07 23:52:49,075 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom4, ID:centos-7-xnkdf-38709-1673135563947-0:4) is shutting down - MDC[] 2023-01-07 23:52:49,076 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom4, ID:centos-7-xnkdf-38709-1673135563947-0:4) uptime 0.033 seconds - MDC[] 2023-01-07 23:52:49,076 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom4, ID:centos-7-xnkdf-38709-1673135563947-0:4) is shutdown - MDC[] 2023-01-07 23:52:49,076 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:52:49,077 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 34.744830 ms - MDC[] 2023-01-07 23:52:49,077 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:52:49,077 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:52:49,078 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:52:49,079 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #5 initialized: null - MDC[] 2023-01-07 23:52:49,079 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2023-01-07 23:52:49,080 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom5, ID:centos-7-xnkdf-38709-1673135563947-0:5) is starting - MDC[] 2023-01-07 23:52:49,081 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom5, ID:centos-7-xnkdf-38709-1673135563947-0:5) started - MDC[] 2023-01-07 23:52:49,081 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2023-01-07 23:52:49,081 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom5 started - MDC[] 2023-01-07 23:52:49,085 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-16:1,clientId=Scout JUnit MOM #5 (centos-7-xnkdf:8080),started=true} - MDC[] 2023-01-07 23:52:49,096 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@731d35b0] - MDC[] 2023-01-07 23:52:49,097 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:52:49,097 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:52:49,098 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom5 stopped - MDC[] 2023-01-07 23:52:49,099 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom5, ID:centos-7-xnkdf-38709-1673135563947-0:5) is shutting down - MDC[] 2023-01-07 23:52:49,100 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom5, ID:centos-7-xnkdf-38709-1673135563947-0:5) uptime 0.021 seconds - MDC[] 2023-01-07 23:52:49,100 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom5, ID:centos-7-xnkdf-38709-1673135563947-0:5) is shutdown - MDC[] 2023-01-07 23:52:49,100 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:52:49,101 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 22.838076 ms - MDC[] 2023-01-07 23:52:49,101 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:52:49,101 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:52:49,102 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:52:49,103 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #6 initialized: null - MDC[] 2023-01-07 23:52:49,103 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2023-01-07 23:52:49,105 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom6, ID:centos-7-xnkdf-38709-1673135563947-0:6) is starting - MDC[] 2023-01-07 23:52:49,105 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom6, ID:centos-7-xnkdf-38709-1673135563947-0:6) started - MDC[] 2023-01-07 23:52:49,106 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2023-01-07 23:52:49,106 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom6 started - MDC[] 2023-01-07 23:52:49,112 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-19:1,clientId=Scout JUnit MOM #6 (centos-7-xnkdf:8080),started=true} - MDC[] 2023-01-07 23:52:49,143 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@3044dd80] - MDC[] 2023-01-07 23:52:49,144 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@762078dc[job=JMS subscriber, state=RUNNING]] - MDC[] 2023-01-07 23:52:49,144 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.018000 ms - MDC[] 2023-01-07 23:52:49,145 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:52:49,145 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:52:49,148 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom6 stopped - MDC[] 2023-01-07 23:52:49,148 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom6, ID:centos-7-xnkdf-38709-1673135563947-0:6) is shutting down - MDC[] 2023-01-07 23:52:49,153 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom6, ID:centos-7-xnkdf-38709-1673135563947-0:6) uptime 0.050 seconds - MDC[] 2023-01-07 23:52:49,154 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom6, ID:centos-7-xnkdf-38709-1673135563947-0:6) is shutdown - MDC[] 2023-01-07 23:52:49,154 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:52:49,154 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 52.347521 ms - MDC[] 2023-01-07 23:52:49,154 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:52:49,155 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:52:49,155 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:52:49,156 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #7 initialized: null - MDC[] 2023-01-07 23:52:49,157 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2023-01-07 23:52:49,162 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom7, ID:centos-7-xnkdf-38709-1673135563947-0:7) is starting - MDC[] 2023-01-07 23:52:49,163 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom7, ID:centos-7-xnkdf-38709-1673135563947-0:7) started - MDC[] 2023-01-07 23:52:49,163 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2023-01-07 23:52:49,163 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom7 started - MDC[] 2023-01-07 23:52:49,174 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-22:1,clientId=Scout JUnit MOM #7 (centos-7-xnkdf:8080),started=true} - MDC[] 2023-01-07 23:52:49,188 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@6a8b47ac] - MDC[] 2023-01-07 23:52:49,189 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:52:49,189 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:52:49,202 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom7 stopped - MDC[] 2023-01-07 23:52:49,202 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom7, ID:centos-7-xnkdf-38709-1673135563947-0:7) is shutting down - MDC[] 2023-01-07 23:52:49,204 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom7, ID:centos-7-xnkdf-38709-1673135563947-0:7) uptime 0.047 seconds - MDC[] 2023-01-07 23:52:49,204 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom7, ID:centos-7-xnkdf-38709-1673135563947-0:7) is shutdown - MDC[] 2023-01-07 23:52:49,204 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:52:49,204 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 49.103420 ms - MDC[] 2023-01-07 23:52:49,205 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:52:49,205 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:52:49,206 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:52:49,207 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #8 initialized: null - MDC[] 2023-01-07 23:52:49,207 ERROR [ActiveMQ VMTransport: vm://mom7#13-1] org.apache.activemq.thread.TaskRunnerFactory.uncaughtException(TaskRunnerFactory.java:202) - Error in thread 'ActiveMQ VMTransport: vm://mom7#13-1' - MDC[] org.apache.activemq.broker.BrokerStoppedException: Broker BrokerService[mom7] 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) 2023-01-07 23:52:49,208 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2023-01-07 23:52:49,209 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom8, ID:centos-7-xnkdf-38709-1673135563947-0:8) is starting - MDC[] 2023-01-07 23:52:49,209 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom8, ID:centos-7-xnkdf-38709-1673135563947-0:8) started - MDC[] 2023-01-07 23:52:49,209 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2023-01-07 23:52:49,210 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom8 started - MDC[] 2023-01-07 23:52:49,235 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-25:1,clientId=Scout JUnit MOM #8 (centos-7-xnkdf:8080),started=true} - MDC[] 2023-01-07 23:52:49,244 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@4528c187] - MDC[] 2023-01-07 23:52:49,246 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:52:49,246 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:52:49,248 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom8 stopped - MDC[] 2023-01-07 23:52:49,249 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom8, ID:centos-7-xnkdf-38709-1673135563947-0:8) is shutting down - MDC[] 2023-01-07 23:52:49,254 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom8, ID:centos-7-xnkdf-38709-1673135563947-0:8) uptime 0.046 seconds - MDC[] 2023-01-07 23:52:49,254 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom8, ID:centos-7-xnkdf-38709-1673135563947-0:8) is shutdown - MDC[] 2023-01-07 23:52:49,255 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:52:49,255 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 49.090920 ms - MDC[] 2023-01-07 23:52:49,255 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:52:49,256 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:52:49,256 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:52:49,257 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #9 initialized: null - MDC[] 2023-01-07 23:52:49,258 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2023-01-07 23:52:49,258 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom9, ID:centos-7-xnkdf-38709-1673135563947-0:9) is starting - MDC[] 2023-01-07 23:52:49,258 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom9, ID:centos-7-xnkdf-38709-1673135563947-0:9) started - MDC[] 2023-01-07 23:52:49,259 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2023-01-07 23:52:49,259 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom9 started - MDC[] 2023-01-07 23:52:49,267 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-28:1,clientId=Scout JUnit MOM #9 (centos-7-xnkdf:8080),started=true} - MDC[] 2023-01-07 23:52:49,277 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@4d696bac] - MDC[] 2023-01-07 23:52:49,278 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:52:49,278 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:52:49,280 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom9 stopped - MDC[] 2023-01-07 23:52:49,281 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom9, ID:centos-7-xnkdf-38709-1673135563947-0:9) is shutting down - MDC[] 2023-01-07 23:52:49,282 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom9, ID:centos-7-xnkdf-38709-1673135563947-0:9) uptime 0.025 seconds - MDC[] 2023-01-07 23:52:49,282 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom9, ID:centos-7-xnkdf-38709-1673135563947-0:9) is shutdown - MDC[] 2023-01-07 23:52:49,282 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:52:49,283 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 26.408681 ms - MDC[] 2023-01-07 23:52:49,283 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:52:49,284 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:52:49,284 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:52:49,285 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #10 initialized: null - MDC[] 2023-01-07 23:52:49,286 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2023-01-07 23:52:49,287 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom10, ID:centos-7-xnkdf-38709-1673135563947-0:10) is starting - MDC[] 2023-01-07 23:52:49,287 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom10, ID:centos-7-xnkdf-38709-1673135563947-0:10) started - MDC[] 2023-01-07 23:52:49,287 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2023-01-07 23:52:49,288 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom10 started - MDC[] 2023-01-07 23:52:49,291 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-31:1,clientId=Scout JUnit MOM #10 (centos-7-xnkdf:8080),started=true} - MDC[] 2023-01-07 23:52:49,299 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[] 2023-01-07 23:52:49,300 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@19181b06[job=JMS subscriber, state=DONE]] - MDC[] 2023-01-07 23:52:49,301 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.018000 ms - MDC[] 2023-01-07 23:52:49,301 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:52:49,301 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:52:49,303 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom10 stopped - MDC[] 2023-01-07 23:52:49,303 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom10, ID:centos-7-xnkdf-38709-1673135563947-0:10) is shutting down - MDC[] 2023-01-07 23:52:49,304 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom10, ID:centos-7-xnkdf-38709-1673135563947-0:10) uptime 0.018 seconds - MDC[] 2023-01-07 23:52:49,304 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom10, ID:centos-7-xnkdf-38709-1673135563947-0:10) is shutdown - MDC[] 2023-01-07 23:52:49,304 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:52:49,304 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 20.241570 ms - MDC[] 2023-01-07 23:52:49,304 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:52:49,336 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:52:49,336 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:52:49,337 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #11 initialized: null - MDC[] 2023-01-07 23:52:49,338 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2023-01-07 23:52:49,338 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom11, ID:centos-7-xnkdf-38709-1673135563947-0:11) is starting - MDC[] 2023-01-07 23:52:49,339 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom11, ID:centos-7-xnkdf-38709-1673135563947-0:11) started - MDC[] 2023-01-07 23:52:49,339 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2023-01-07 23:52:49,340 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom11 started - MDC[] 2023-01-07 23:52:49,350 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-34:1,clientId=Scout JUnit MOM #11 (centos-7-xnkdf:8080),started=true} - MDC[] 2023-01-07 23:52:49,365 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@6cdbb5b8] - MDC[] 2023-01-07 23:52:49,366 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:52:49,367 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:52:49,373 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom11 stopped - MDC[] 2023-01-07 23:52:49,374 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom11, ID:centos-7-xnkdf-38709-1673135563947-0:11) is shutting down - MDC[] 2023-01-07 23:52:49,375 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom11, ID:centos-7-xnkdf-38709-1673135563947-0:11) uptime 0.037 seconds - MDC[] 2023-01-07 23:52:49,375 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom11, ID:centos-7-xnkdf-38709-1673135563947-0:11) is shutdown - MDC[] 2023-01-07 23:52:49,375 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:52:49,376 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 39.425372 ms - MDC[] 2023-01-07 23:52:49,376 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:52:49,377 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:52:49,377 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:52:49,378 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #12 initialized: null - MDC[] 2023-01-07 23:52:49,378 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2023-01-07 23:52:49,396 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom12, ID:centos-7-xnkdf-38709-1673135563947-0:12) is starting - MDC[] 2023-01-07 23:52:49,397 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom12, ID:centos-7-xnkdf-38709-1673135563947-0:12) started - MDC[] 2023-01-07 23:52:49,397 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2023-01-07 23:52:49,398 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom12 started - MDC[] 2023-01-07 23:52:49,419 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-37:1,clientId=Scout JUnit MOM #12 (centos-7-xnkdf:8080),started=true} - MDC[] 2023-01-07 23:52:49,431 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@2baf9c62] - MDC[] 2023-01-07 23:52:49,435 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@381c78ea[job=JMS subscriber, state=DONE]] - MDC[] 2023-01-07 23:52:49,435 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.013500 ms - MDC[] 2023-01-07 23:52:49,436 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:52:49,436 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:52:49,437 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom12 stopped - MDC[] 2023-01-07 23:52:49,437 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom12, ID:centos-7-xnkdf-38709-1673135563947-0:12) is shutting down - MDC[] 2023-01-07 23:52:49,440 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom12, ID:centos-7-xnkdf-38709-1673135563947-0:12) uptime 0.061 seconds - MDC[] 2023-01-07 23:52:49,440 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom12, ID:centos-7-xnkdf-38709-1673135563947-0:12) is shutdown - MDC[] 2023-01-07 23:52:49,440 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:52:49,440 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 63.388802 ms - MDC[] 2023-01-07 23:52:49,440 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:52:49,441 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:52:49,441 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:52:49,444 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] 2023-01-07 23:52:49,445 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:52:49,446 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom13, ID:centos-7-xnkdf-38709-1673135563947-0:13) is starting - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:52:49,446 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom13, ID:centos-7-xnkdf-38709-1673135563947-0:13) started - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:52:49,447 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] 2023-01-07 23:52:49,447 INFO [scout-thread-24] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom13 started - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:52:49,456 INFO [scout-thread-24] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-40:1,clientId=Scout JUnit MOM #13 (centos-7-xnkdf:8080),started=true} - MDC[jobName=JMS reply cancel message listener] Reply: TheReply 2023-01-07 23:52:49,492 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@1fb029e] - MDC[] 2023-01-07 23:52:49,493 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 2 subscriber jobs: [JobFutureTask@4bd1e4a7[job=JMS subscriber, state=DONE], JobFutureTask@5735afde[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:52:49,494 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.018000 ms - MDC[] 2023-01-07 23:52:49,495 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:52:49,495 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:52:49,497 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom13 stopped - MDC[] 2023-01-07 23:52:49,498 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom13, ID:centos-7-xnkdf-38709-1673135563947-0:13) is shutting down - MDC[] 2023-01-07 23:52:49,499 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom13, ID:centos-7-xnkdf-38709-1673135563947-0:13) uptime 0.054 seconds - MDC[] 2023-01-07 23:52:49,499 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom13, ID:centos-7-xnkdf-38709-1673135563947-0:13) is shutdown - MDC[] 2023-01-07 23:52:49,499 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:52:49,500 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 58.057039 ms - MDC[] 2023-01-07 23:52:49,500 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:52:49,500 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:52:49,501 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:52:49,507 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #14 initialized: null - MDC[] 2023-01-07 23:52:49,507 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2023-01-07 23:52:49,508 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom14, ID:centos-7-xnkdf-38709-1673135563947-0:14) is starting - MDC[] 2023-01-07 23:52:49,509 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom14, ID:centos-7-xnkdf-38709-1673135563947-0:14) started - MDC[] 2023-01-07 23:52:49,509 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2023-01-07 23:52:49,510 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom14 started - MDC[] 2023-01-07 23:52:49,537 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-43:1,clientId=junit_mom_client,started=true} - MDC[] 2023-01-07 23:52:49,563 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 3 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@70385eb1, org.eclipse.scout.rt.mom.jms.JmsSubscription@3a721396, org.eclipse.scout.rt.mom.jms.JmsSubscription@6bb24de1] - MDC[] 2023-01-07 23:52:49,565 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:52:49,565 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:52:49,567 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom14 stopped - MDC[] 2023-01-07 23:52:49,567 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom14, ID:centos-7-xnkdf-38709-1673135563947-0:14) is shutting down - MDC[] 2023-01-07 23:52:49,568 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom14, ID:centos-7-xnkdf-38709-1673135563947-0:14) uptime 0.061 seconds - MDC[] 2023-01-07 23:52:49,568 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom14, ID:centos-7-xnkdf-38709-1673135563947-0:14) is shutdown - MDC[] 2023-01-07 23:52:49,569 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:52:49,569 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 68.059218 ms - MDC[] 2023-01-07 23:52:49,569 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:52:49,570 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:52:49,570 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:52:49,572 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] 2023-01-07 23:52:49,574 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:52:49,575 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom15, ID:centos-7-xnkdf-38709-1673135563947-0:15) is starting - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:52:49,575 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom15, ID:centos-7-xnkdf-38709-1673135563947-0:15) started - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:52:49,575 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] 2023-01-07 23:52:49,576 INFO [scout-thread-24] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom15 started - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:52:49,579 INFO [scout-thread-24] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-46:1,clientId=Scout JUnit MOM #15 (centos-7-xnkdf:8080),started=true} - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:52:49,590 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=06396c32-96ab-4229-9de4-2603eeb11c11] 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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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) 2023-01-07 23:52:49,642 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@50eaafd6] - MDC[] 2023-01-07 23:52:49,643 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@96581b1[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:52:49,644 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.045043 ms - MDC[] 2023-01-07 23:52:49,644 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:52:49,645 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:52:49,648 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom15 stopped - MDC[] 2023-01-07 23:52:49,648 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom15, ID:centos-7-xnkdf-38709-1673135563947-0:15) is shutting down - MDC[] 2023-01-07 23:52:49,649 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom15, ID:centos-7-xnkdf-38709-1673135563947-0:15) uptime 0.075 seconds - MDC[] 2023-01-07 23:52:49,650 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom15, ID:centos-7-xnkdf-38709-1673135563947-0:15) is shutdown - MDC[] 2023-01-07 23:52:49,650 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:52:49,650 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 79.817553 ms - MDC[] 2023-01-07 23:52:49,650 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:52:49,651 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:52:49,651 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:52:49,657 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #16 initialized: null - MDC[] 2023-01-07 23:52:49,660 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS subscriber] 2023-01-07 23:52:49,661 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom16, ID:centos-7-xnkdf-38709-1673135563947-0:16) is starting - MDC[jobName=JMS subscriber] 2023-01-07 23:52:49,661 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom16, ID:centos-7-xnkdf-38709-1673135563947-0:16) started - MDC[jobName=JMS subscriber] 2023-01-07 23:52:49,661 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] 2023-01-07 23:52:49,662 INFO [scout-thread-24] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom16 started - MDC[jobName=JMS subscriber] 2023-01-07 23:52:49,671 INFO [scout-thread-24] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-49:1,clientId=Scout JUnit MOM #16 (centos-7-xnkdf:8080),started=true} - MDC[jobName=JMS subscriber] simulateConnectionDown 2023-01-07 23:52:49,680 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[] 2023-01-07 23:52:49,680 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.invalidate(JmsConnectionWrapper.java:180) - invalidating session 1 of 1 - MDC[] 2023-01-07 23:52:49,681 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsSessionProviderWrapper.invalidate(JmsSessionProviderWrapper.java:101) - Invalidate sessionProvider org.eclipse.scout.rt.mom.jms.JmsSessionProvider@1b54ae72 - MDC[] 2023-01-07 23:52:49,681 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.invalidate(JmsConnectionWrapper.java:188) - invalidating connection - MDC[] 2023-01-07 23:52:49,682 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom16 stopped - MDC[] 2023-01-07 23:52:49,683 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom16, ID:centos-7-xnkdf-38709-1673135563947-0:16) is shutting down - MDC[] 2023-01-07 23:52:49,684 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom16, ID:centos-7-xnkdf-38709-1673135563947-0:16) uptime 0.024 seconds - MDC[] 2023-01-07 23:52:49,684 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom16, ID:centos-7-xnkdf-38709-1673135563947-0:16) is shutdown - MDC[] 2023-01-07 23:52:49,684 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.invalidate(JmsConnectionWrapper.java:190) - connection invalidated - MDC[] 2023-01-07 23:52:49,684 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] 2023-01-07 23:52:50,684 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] 2023-01-07 23:52:51,685 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] 2023-01-07 23:52:52,685 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] 2023-01-07 23:52:53,686 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] 2023-01-07 23:52:54,686 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] 2023-01-07 23:52:54,687 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 2023-01-07 23:52:56,688 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS subscriber] 2023-01-07 23:52:56,689 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom16, ID:centos-7-xnkdf-38709-1673135563947-0:17) is starting - MDC[jobName=JMS subscriber] 2023-01-07 23:52:56,689 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom16, ID:centos-7-xnkdf-38709-1673135563947-0:17) started - MDC[jobName=JMS subscriber] 2023-01-07 23:52:56,689 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[jobName=JMS subscriber] 2023-01-07 23:52:56,690 INFO [scout-thread-24] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom16 started - MDC[jobName=JMS subscriber] 2023-01-07 23:52:56,694 INFO [scout-thread-24] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-49:2,clientId=Scout JUnit MOM #16 (centos-7-xnkdf:8080),started=true} - MDC[jobName=JMS subscriber] 2023-01-07 23:52:56,701 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@50564f77, org.eclipse.scout.rt.mom.jms.JmsSubscription@6fb9179e] - MDC[] 2023-01-07 23:52:56,702 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@a4f14c9[job=JMS subscriber, state=DONE]] - MDC[] 2023-01-07 23:52:56,702 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.018000 ms - MDC[] 2023-01-07 23:52:56,703 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:52:56,703 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:52:56,705 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom16 stopped - MDC[] 2023-01-07 23:52:56,705 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom16, ID:centos-7-xnkdf-38709-1673135563947-0:17) is shutting down - MDC[] 2023-01-07 23:52:56,706 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom16, ID:centos-7-xnkdf-38709-1673135563947-0:17) uptime 0.018 seconds - MDC[] 2023-01-07 23:52:56,706 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom16, ID:centos-7-xnkdf-38709-1673135563947-0:17) is shutdown - MDC[] 2023-01-07 23:52:56,707 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:52:56,707 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 7055.536528 ms - MDC[] 2023-01-07 23:52:56,707 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:52:56,708 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:52:56,708 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:52:56,709 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #17 initialized: null - MDC[] 2023-01-07 23:52:56,709 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2023-01-07 23:52:56,710 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom17, ID:centos-7-xnkdf-38709-1673135563947-0:18) is starting - MDC[] 2023-01-07 23:52:56,710 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom17, ID:centos-7-xnkdf-38709-1673135563947-0:18) started - MDC[] 2023-01-07 23:52:56,710 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2023-01-07 23:52:56,711 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom17 started - MDC[] 2023-01-07 23:52:56,714 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-53:1,clientId=Scout JUnit MOM #17 (centos-7-xnkdf:8080),started=true} - MDC[] 2023-01-07 23:52:56,920 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@1e4dc9fc] - MDC[] 2023-01-07 23:52:56,920 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@1f6b9ab7[job=JMS subscriber, state=DONE]] - MDC[] 2023-01-07 23:52:56,921 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.015917 ms - MDC[] 2023-01-07 23:52:56,921 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:52:56,921 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:52:56,923 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom17 stopped - MDC[] 2023-01-07 23:52:56,923 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom17, ID:centos-7-xnkdf-38709-1673135563947-0:18) is shutting down - MDC[] 2023-01-07 23:52:56,924 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom17, ID:centos-7-xnkdf-38709-1673135563947-0:18) uptime 0.214 seconds - MDC[] 2023-01-07 23:52:56,924 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom17, ID:centos-7-xnkdf-38709-1673135563947-0:18) is shutdown - MDC[] 2023-01-07 23:52:56,924 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:52:56,924 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 216.034783 ms - MDC[] 2023-01-07 23:52:56,924 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:52:56,925 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:52:56,925 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:52:56,926 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #18 initialized: null - MDC[] 2023-01-07 23:52:56,927 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2023-01-07 23:52:56,928 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom18, ID:centos-7-xnkdf-38709-1673135563947-0:19) is starting - MDC[] 2023-01-07 23:52:56,928 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom18, ID:centos-7-xnkdf-38709-1673135563947-0:19) started - MDC[] 2023-01-07 23:52:56,928 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2023-01-07 23:52:56,929 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom18 started - MDC[] 2023-01-07 23:52:56,931 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-56:1,clientId=Scout JUnit MOM #18 (centos-7-xnkdf:8080),started=true} - MDC[] 2023-01-07 23:52:57,137 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@17a17af5] - MDC[] 2023-01-07 23:52:57,138 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@3f5743d9[job=JMS subscriber, state=DONE]] - MDC[] 2023-01-07 23:52:57,138 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.013500 ms - MDC[] 2023-01-07 23:52:57,139 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:52:57,139 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:52:57,141 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom18 stopped - MDC[] 2023-01-07 23:52:57,141 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom18, ID:centos-7-xnkdf-38709-1673135563947-0:19) is shutting down - MDC[] 2023-01-07 23:52:57,142 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom18, ID:centos-7-xnkdf-38709-1673135563947-0:19) uptime 0.215 seconds - MDC[] 2023-01-07 23:52:57,142 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom18, ID:centos-7-xnkdf-38709-1673135563947-0:19) is shutdown - MDC[] 2023-01-07 23:52:57,142 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:52:57,142 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 216.907091 ms - MDC[] 2023-01-07 23:52:57,142 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:52:57,143 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:52:57,143 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:52:57,144 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #19 initialized: null - MDC[] 2023-01-07 23:52:57,144 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2023-01-07 23:52:57,145 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom19, ID:centos-7-xnkdf-38709-1673135563947-0:20) is starting - MDC[] 2023-01-07 23:52:57,145 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom19, ID:centos-7-xnkdf-38709-1673135563947-0:20) started - MDC[] 2023-01-07 23:52:57,145 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2023-01-07 23:52:57,146 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom19 started - MDC[] 2023-01-07 23:52:57,148 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-59:1,clientId=Scout JUnit MOM #19 (centos-7-xnkdf:8080),started=true} - MDC[] 2023-01-07 23:52:57,353 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@3a4e3343] - MDC[] 2023-01-07 23:52:57,354 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:52:57,355 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:52:57,357 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom19 stopped - MDC[] 2023-01-07 23:52:57,357 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom19, ID:centos-7-xnkdf-38709-1673135563947-0:20) is shutting down - MDC[] 2023-01-07 23:52:57,357 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom19, ID:centos-7-xnkdf-38709-1673135563947-0:20) uptime 0.213 seconds - MDC[] 2023-01-07 23:52:57,358 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom19, ID:centos-7-xnkdf-38709-1673135563947-0:20) is shutdown - MDC[] 2023-01-07 23:52:57,358 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:52:57,358 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 215.014474 ms - MDC[] 2023-01-07 23:52:57,358 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:52:57,359 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:52:57,359 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:52:57,359 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #20 initialized: null - MDC[] 2023-01-07 23:52:57,360 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2023-01-07 23:52:57,361 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom20, ID:centos-7-xnkdf-38709-1673135563947-0:21) is starting - MDC[] 2023-01-07 23:52:57,361 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom20, ID:centos-7-xnkdf-38709-1673135563947-0:21) started - MDC[] 2023-01-07 23:52:57,362 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2023-01-07 23:52:57,362 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom20 started - MDC[] 2023-01-07 23:52:57,364 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-62:1,clientId=Scout JUnit MOM #20 (centos-7-xnkdf:8080),started=true} - MDC[] 2023-01-07 23:52:57,569 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@65d5de1a] - MDC[] 2023-01-07 23:52:57,570 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@cf97391[job=JMS subscriber, state=DONE]] - MDC[] 2023-01-07 23:52:57,570 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.024208 ms - MDC[] 2023-01-07 23:52:57,571 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:52:57,571 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:52:57,572 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom20 stopped - MDC[] 2023-01-07 23:52:57,573 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom20, ID:centos-7-xnkdf-38709-1673135563947-0:21) is shutting down - MDC[] 2023-01-07 23:52:57,574 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom20, ID:centos-7-xnkdf-38709-1673135563947-0:21) uptime 0.214 seconds - MDC[] 2023-01-07 23:52:57,574 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom20, ID:centos-7-xnkdf-38709-1673135563947-0:21) is shutdown - MDC[] 2023-01-07 23:52:57,574 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:52:57,574 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 215.447064 ms - MDC[] 2023-01-07 23:52:57,574 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:52:57,575 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:52:57,575 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:52:57,576 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #21 initialized: null - MDC[] 2023-01-07 23:52:57,576 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2023-01-07 23:52:57,577 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom21, ID:centos-7-xnkdf-38709-1673135563947-0:22) is starting - MDC[] 2023-01-07 23:52:57,578 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom21, ID:centos-7-xnkdf-38709-1673135563947-0:22) started - MDC[] 2023-01-07 23:52:57,578 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2023-01-07 23:52:57,578 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom21 started - MDC[] 2023-01-07 23:52:57,582 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-65:1,clientId=Scout JUnit MOM #21 (centos-7-xnkdf:8080),started=true} - MDC[] 2023-01-07 23:52:57,789 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@112188cc] - MDC[] 2023-01-07 23:52:57,790 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@3e6be3c1[job=JMS subscriber, state=DONE]] - MDC[] 2023-01-07 23:52:57,791 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.013542 ms - MDC[] 2023-01-07 23:52:57,791 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:52:57,791 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:52:57,792 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom21 stopped - MDC[] 2023-01-07 23:52:57,793 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom21, ID:centos-7-xnkdf-38709-1673135563947-0:22) is shutting down - MDC[] 2023-01-07 23:52:57,793 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom21, ID:centos-7-xnkdf-38709-1673135563947-0:22) uptime 0.217 seconds - MDC[] 2023-01-07 23:52:57,794 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom21, ID:centos-7-xnkdf-38709-1673135563947-0:22) is shutdown - MDC[] 2023-01-07 23:52:57,794 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:52:57,794 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 218.721706 ms - MDC[] 2023-01-07 23:52:57,794 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:52:57,795 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:52:57,795 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:52:57,796 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #22 initialized: null - MDC[] 2023-01-07 23:52:57,797 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2023-01-07 23:52:57,797 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom22, ID:centos-7-xnkdf-38709-1673135563947-0:23) is starting - MDC[] 2023-01-07 23:52:57,798 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom22, ID:centos-7-xnkdf-38709-1673135563947-0:23) started - MDC[] 2023-01-07 23:52:57,798 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2023-01-07 23:52:57,798 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom22 started - MDC[] 2023-01-07 23:52:57,801 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-68:1,clientId=Scout JUnit MOM #22 (centos-7-xnkdf:8080),started=true} - MDC[] 2023-01-07 23:52:58,006 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@73021987] - MDC[] 2023-01-07 23:52:58,006 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@4e42beba[job=JMS subscriber, state=DONE]] - MDC[] 2023-01-07 23:52:58,007 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.031459 ms - MDC[] 2023-01-07 23:52:58,007 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:52:58,007 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:52:58,008 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom22 stopped - MDC[] 2023-01-07 23:52:58,009 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom22, ID:centos-7-xnkdf-38709-1673135563947-0:23) is shutting down - MDC[] 2023-01-07 23:52:58,009 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom22, ID:centos-7-xnkdf-38709-1673135563947-0:23) uptime 0.213 seconds - MDC[] 2023-01-07 23:52:58,009 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom22, ID:centos-7-xnkdf-38709-1673135563947-0:23) is shutdown - MDC[] 2023-01-07 23:52:58,009 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:52:58,010 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 214.715426 ms - MDC[] 2023-01-07 23:52:58,010 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:52:58,011 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:52:58,011 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:52:58,011 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #23 initialized: null - MDC[] 2023-01-07 23:52:58,012 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2023-01-07 23:52:58,013 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom23, ID:centos-7-xnkdf-38709-1673135563947-0:24) is starting - MDC[] 2023-01-07 23:52:58,013 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom23, ID:centos-7-xnkdf-38709-1673135563947-0:24) started - MDC[] 2023-01-07 23:52:58,013 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2023-01-07 23:52:58,014 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom23 started - MDC[] 2023-01-07 23:52:58,016 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-71:1,clientId=Scout JUnit MOM #23 (centos-7-xnkdf:8080),started=true} - MDC[] 2023-01-07 23:52:58,220 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@c512269] - MDC[] 2023-01-07 23:52:58,221 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@40fdcbd5[job=JMS subscriber, state=DONE]] - MDC[] 2023-01-07 23:52:58,221 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.040459 ms - MDC[] 2023-01-07 23:52:58,222 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:52:58,222 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:52:58,223 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom23 stopped - MDC[] 2023-01-07 23:52:58,223 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom23, ID:centos-7-xnkdf-38709-1673135563947-0:24) is shutting down - MDC[] 2023-01-07 23:52:58,224 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom23, ID:centos-7-xnkdf-38709-1673135563947-0:24) uptime 0.211 seconds - MDC[] 2023-01-07 23:52:58,224 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom23, ID:centos-7-xnkdf-38709-1673135563947-0:24) is shutdown - MDC[] 2023-01-07 23:52:58,224 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:52:58,224 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 213.577406 ms - MDC[] 2023-01-07 23:52:58,225 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:52:58,225 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:52:58,226 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:52:58,226 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #24 initialized: null - MDC[] 2023-01-07 23:52:58,227 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2023-01-07 23:52:58,228 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom24, ID:centos-7-xnkdf-38709-1673135563947-0:25) is starting - MDC[] 2023-01-07 23:52:58,228 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom24, ID:centos-7-xnkdf-38709-1673135563947-0:25) started - MDC[] 2023-01-07 23:52:58,228 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2023-01-07 23:52:58,229 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom24 started - MDC[] 2023-01-07 23:52:58,231 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-74:1,clientId=Scout JUnit MOM #24 (centos-7-xnkdf:8080),started=true} - MDC[] 2023-01-07 23:52:58,436 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@5700053f] - MDC[] 2023-01-07 23:52:58,437 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:52:58,437 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:52:58,438 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom24 stopped - MDC[] 2023-01-07 23:52:58,439 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom24, ID:centos-7-xnkdf-38709-1673135563947-0:25) is shutting down - MDC[] 2023-01-07 23:52:58,440 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom24, ID:centos-7-xnkdf-38709-1673135563947-0:25) uptime 0.212 seconds - MDC[] 2023-01-07 23:52:58,440 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom24, ID:centos-7-xnkdf-38709-1673135563947-0:25) is shutdown - MDC[] 2023-01-07 23:52:58,440 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:52:58,440 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 214.511881 ms - MDC[] 2023-01-07 23:52:58,440 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:52:58,441 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:52:58,441 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:52:58,442 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #25 initialized: null - MDC[] 2023-01-07 23:52:58,442 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2023-01-07 23:52:58,443 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom25, ID:centos-7-xnkdf-38709-1673135563947-0:26) is starting - MDC[] 2023-01-07 23:52:58,444 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom25, ID:centos-7-xnkdf-38709-1673135563947-0:26) started - MDC[] 2023-01-07 23:52:58,444 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2023-01-07 23:52:58,445 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom25 started - MDC[] 2023-01-07 23:52:58,447 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-77:1,clientId=Scout JUnit MOM #25 (centos-7-xnkdf:8080),started=true} - MDC[] 2023-01-07 23:52:58,652 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@5f1908c5] - MDC[] 2023-01-07 23:52:58,653 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@5243ce45[job=JMS subscriber, state=DONE]] - MDC[] 2023-01-07 23:52:58,653 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.022501 ms - MDC[] 2023-01-07 23:52:58,653 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:52:58,653 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:52:58,654 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom25 stopped - MDC[] 2023-01-07 23:52:58,655 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom25, ID:centos-7-xnkdf-38709-1673135563947-0:26) is shutting down - MDC[] 2023-01-07 23:52:58,655 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom25, ID:centos-7-xnkdf-38709-1673135563947-0:26) uptime 0.213 seconds - MDC[] 2023-01-07 23:52:58,655 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom25, ID:centos-7-xnkdf-38709-1673135563947-0:26) is shutdown - MDC[] 2023-01-07 23:52:58,656 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:52:58,656 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 214.775177 ms - MDC[] 2023-01-07 23:52:58,656 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:52:58,657 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:52:58,657 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:52:58,658 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #26 initialized: null - MDC[] 2023-01-07 23:52:58,658 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2023-01-07 23:52:58,659 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom26, ID:centos-7-xnkdf-38709-1673135563947-0:27) is starting - MDC[] 2023-01-07 23:52:58,659 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom26, ID:centos-7-xnkdf-38709-1673135563947-0:27) started - MDC[] 2023-01-07 23:52:58,660 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2023-01-07 23:52:58,660 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom26 started - MDC[] 2023-01-07 23:52:58,662 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-80:1,clientId=Scout JUnit MOM #26 (centos-7-xnkdf:8080),started=true} - MDC[] 2023-01-07 23:52:58,867 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@7adde112] - MDC[] 2023-01-07 23:52:58,868 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@3369a71f[job=JMS subscriber, state=DONE]] - MDC[] 2023-01-07 23:52:58,868 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.013500 ms - MDC[] 2023-01-07 23:52:58,868 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:52:58,868 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:52:58,869 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom26 stopped - MDC[] 2023-01-07 23:52:58,869 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom26, ID:centos-7-xnkdf-38709-1673135563947-0:27) is shutting down - MDC[] 2023-01-07 23:52:58,870 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom26, ID:centos-7-xnkdf-38709-1673135563947-0:27) uptime 0.211 seconds - MDC[] 2023-01-07 23:52:58,870 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom26, ID:centos-7-xnkdf-38709-1673135563947-0:27) is shutdown - MDC[] 2023-01-07 23:52:58,870 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:52:58,870 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 213.121022 ms - MDC[] 2023-01-07 23:52:58,870 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:52:58,871 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:52:58,871 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:52:58,873 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #27 initialized: null - MDC[] 2023-01-07 23:52:58,874 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS subscriber] 2023-01-07 23:52:58,875 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom27, ID:centos-7-xnkdf-38709-1673135563947-0:28) is starting - MDC[jobName=JMS subscriber] 2023-01-07 23:52:58,875 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom27, ID:centos-7-xnkdf-38709-1673135563947-0:28) started - MDC[jobName=JMS subscriber] 2023-01-07 23:52:58,875 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] 2023-01-07 23:52:58,876 INFO [scout-thread-24] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom27 started - MDC[jobName=JMS subscriber] 2023-01-07 23:52:58,878 INFO [scout-thread-24] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-83:1,clientId=Scout JUnit MOM #27 (centos-7-xnkdf:8080),started=true} - MDC[jobName=JMS subscriber] 2023-01-07 23:52:58,885 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@433f8efa] - MDC[] 2023-01-07 23:52:58,886 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:52:58,886 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:52:58,887 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom27 stopped - MDC[] 2023-01-07 23:52:58,887 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom27, ID:centos-7-xnkdf-38709-1673135563947-0:28) is shutting down - MDC[] 2023-01-07 23:52:58,887 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom27, ID:centos-7-xnkdf-38709-1673135563947-0:28) uptime 0.013 seconds - MDC[] 2023-01-07 23:52:58,888 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom27, ID:centos-7-xnkdf-38709-1673135563947-0:28) is shutdown - MDC[] 2023-01-07 23:52:58,888 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:52:58,888 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 16.606589 ms - MDC[] 2023-01-07 23:52:58,888 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:52:58,889 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:52:58,889 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:52:58,890 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] 2023-01-07 23:52:58,892 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:52:58,892 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom28, ID:centos-7-xnkdf-38709-1673135563947-0:29) is starting - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:52:58,893 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom28, ID:centos-7-xnkdf-38709-1673135563947-0:29) started - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:52:58,893 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] 2023-01-07 23:52:58,893 INFO [scout-thread-22] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom28 started - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:52:58,895 INFO [scout-thread-22] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-86:1,clientId=Scout JUnit MOM #28 (centos-7-xnkdf:8080),started=true} - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:52:58,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@33912db6, org.eclipse.scout.rt.mom.jms.JmsSubscription@5618c08f] - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:52:58,923 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@51512914, org.eclipse.scout.rt.mom.jms.JmsSubscription@5600902e] - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:52:58,935 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@17d94624, org.eclipse.scout.rt.mom.jms.JmsSubscription@2d05f892] - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:52:58,947 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@6506427f, org.eclipse.scout.rt.mom.jms.JmsSubscription@59b4b6ca] - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:52:58,958 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@1dc48a05, org.eclipse.scout.rt.mom.jms.JmsSubscription@10793a8f] - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:52:58,968 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@35bfcf41, org.eclipse.scout.rt.mom.jms.JmsSubscription@6483b354] - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:52:58,978 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@2749bf2b, org.eclipse.scout.rt.mom.jms.JmsSubscription@764af8d9] - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:52:58,989 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@9c2c2b0, org.eclipse.scout.rt.mom.jms.JmsSubscription@2b12365b] - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:52:58,990 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@7dd0c4e5[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:52:58,990 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.013458 ms - MDC[] 2023-01-07 23:52:58,990 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:52:58,991 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:52:58,994 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom28 stopped - MDC[] 2023-01-07 23:52:58,994 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom28, ID:centos-7-xnkdf-38709-1673135563947-0:29) is shutting down - MDC[] 2023-01-07 23:52:58,995 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom28, ID:centos-7-xnkdf-38709-1673135563947-0:29) uptime 0.103 seconds - MDC[] 2023-01-07 23:52:58,995 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom28, ID:centos-7-xnkdf-38709-1673135563947-0:29) is shutdown - MDC[] 2023-01-07 23:52:58,995 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:52:58,995 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 106.015606 ms - MDC[] 2023-01-07 23:52:58,995 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:52:58,997 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:52:58,997 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:52:59,035 INFO [scout-thread-22] 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] 2023-01-07 23:52:59,036 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:52:59,037 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom29, ID:centos-7-xnkdf-38709-1673135563947-0:30) is starting - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:52:59,037 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom29, ID:centos-7-xnkdf-38709-1673135563947-0:30) started - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:52:59,037 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] 2023-01-07 23:52:59,037 INFO [scout-thread-24] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom29 started - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:52:59,043 INFO [scout-thread-24] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-89:1,clientId=Scout JUnit MOM #29 (centos-7-xnkdf:8080),started=true} - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:52:59,113 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@159c9c91, org.eclipse.scout.rt.mom.jms.JmsSubscription@71e32098] - MDC[] 2023-01-07 23:52:59,113 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 2 subscriber jobs: [JobFutureTask@645c3214[job=JMS subscriber, state=DONE], JobFutureTask@711154cc[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:52:59,114 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.018042 ms - MDC[] 2023-01-07 23:52:59,115 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:52:59,115 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:52:59,116 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom29 stopped - MDC[] 2023-01-07 23:52:59,116 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom29, ID:centos-7-xnkdf-38709-1673135563947-0:30) is shutting down - MDC[] 2023-01-07 23:52:59,117 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom29, ID:centos-7-xnkdf-38709-1673135563947-0:30) uptime 0.081 seconds - MDC[] 2023-01-07 23:52:59,117 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom29, ID:centos-7-xnkdf-38709-1673135563947-0:30) is shutdown - MDC[] 2023-01-07 23:52:59,117 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:52:59,118 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 120.744828 ms - MDC[] 2023-01-07 23:52:59,118 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:52:59,118 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:52:59,118 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:52:59,119 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] 2023-01-07 23:52:59,121 INFO [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:52:59,122 INFO [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom30, ID:centos-7-xnkdf-38709-1673135563947-0:31) is starting - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:52:59,122 INFO [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom30, ID:centos-7-xnkdf-38709-1673135563947-0:31) started - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:52:59,122 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] 2023-01-07 23:52:59,122 INFO [scout-thread-21] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom30 started - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:52:59,125 INFO [scout-thread-21] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-92:1,clientId=Scout JUnit MOM #30 (centos-7-xnkdf:8080),started=true} - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:52:59,195 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@87dc829, org.eclipse.scout.rt.mom.jms.JmsSubscription@5995ba6c] - MDC[] 2023-01-07 23:52:59,196 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 2 subscriber jobs: [JobFutureTask@758a25ab[job=JMS subscriber, state=RUNNING], JobFutureTask@631b58ca[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:52:59,196 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.018000 ms - MDC[] 2023-01-07 23:52:59,197 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:52:59,198 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:52:59,199 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom30 stopped - MDC[] 2023-01-07 23:52:59,199 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom30, ID:centos-7-xnkdf-38709-1673135563947-0:31) is shutting down - MDC[] 2023-01-07 23:52:59,200 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom30, ID:centos-7-xnkdf-38709-1673135563947-0:31) uptime 0.079 seconds - MDC[] 2023-01-07 23:52:59,200 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom30, ID:centos-7-xnkdf-38709-1673135563947-0:31) is shutdown - MDC[] 2023-01-07 23:52:59,201 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:52:59,201 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 82.535811 ms - MDC[] 2023-01-07 23:52:59,201 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:52:59,202 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:52:59,202 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:52:59,203 INFO [scout-thread-21] 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] 2023-01-07 23:52:59,205 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:52:59,215 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom31, ID:centos-7-xnkdf-38709-1673135563947-0:32) is starting - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:52:59,215 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom31, ID:centos-7-xnkdf-38709-1673135563947-0:32) started - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:52:59,215 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] 2023-01-07 23:52:59,216 INFO [scout-thread-22] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom31 started - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:52:59,219 INFO [scout-thread-22] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-95:1,clientId=Scout JUnit MOM #31 (centos-7-xnkdf:8080),started=true} - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:52:59,289 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[] 2023-01-07 23:52:59,290 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@1353ee2e[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:52:59,290 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.013458 ms - MDC[] 2023-01-07 23:52:59,292 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:52:59,293 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:52:59,295 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom31 stopped - MDC[] 2023-01-07 23:52:59,295 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom31, ID:centos-7-xnkdf-38709-1673135563947-0:32) is shutting down - MDC[] 2023-01-07 23:52:59,296 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom31, ID:centos-7-xnkdf-38709-1673135563947-0:32) uptime 0.092 seconds - MDC[] 2023-01-07 23:52:59,296 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom31, ID:centos-7-xnkdf-38709-1673135563947-0:32) is shutdown - MDC[] 2023-01-07 23:52:59,296 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:52:59,297 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 94.671152 ms - MDC[] 2023-01-07 23:52:59,297 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:52:59,297 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:52:59,297 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:52:59,299 INFO [scout-thread-22] 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] 2023-01-07 23:52:59,300 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:52:59,301 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom32, ID:centos-7-xnkdf-38709-1673135563947-0:33) is starting - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:52:59,301 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom32, ID:centos-7-xnkdf-38709-1673135563947-0:33) started - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:52:59,301 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] 2023-01-07 23:52:59,302 INFO [scout-thread-24] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom32 started - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:52:59,305 INFO [scout-thread-24] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-98:1,clientId=Scout JUnit MOM #32 (centos-7-xnkdf:8080),started=true} - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:52:59,378 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@42ec6e3, org.eclipse.scout.rt.mom.jms.JmsSubscription@37c48490] - MDC[] 2023-01-07 23:52:59,379 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 2 subscriber jobs: [JobFutureTask@6eb5f585[job=JMS reply cancel message listener, state=RUNNING], JobFutureTask@6125dff9[job=JMS subscriber, state=RUNNING]] - MDC[] 2023-01-07 23:52:59,380 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.018000 ms - MDC[] 2023-01-07 23:52:59,380 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:52:59,380 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:52:59,381 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom32 stopped - MDC[] 2023-01-07 23:52:59,381 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom32, ID:centos-7-xnkdf-38709-1673135563947-0:33) is shutting down - MDC[] 2023-01-07 23:52:59,382 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom32, ID:centos-7-xnkdf-38709-1673135563947-0:33) uptime 0.082 seconds - MDC[] 2023-01-07 23:52:59,382 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom32, ID:centos-7-xnkdf-38709-1673135563947-0:33) is shutdown - MDC[] 2023-01-07 23:52:59,382 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:52:59,383 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 85.108523 ms - MDC[] 2023-01-07 23:52:59,383 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:52:59,383 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:52:59,384 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:52:59,385 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] 2023-01-07 23:52:59,386 INFO [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:52:59,387 INFO [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom33, ID:centos-7-xnkdf-38709-1673135563947-0:34) is starting - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:52:59,387 INFO [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom33, ID:centos-7-xnkdf-38709-1673135563947-0:34) started - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:52:59,387 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] 2023-01-07 23:52:59,388 INFO [scout-thread-21] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom33 started - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:52:59,393 INFO [scout-thread-21] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-101:1,clientId=Scout JUnit MOM #33 (centos-7-xnkdf:8080),started=true} - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:52:59,459 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@1020407c, org.eclipse.scout.rt.mom.jms.JmsSubscription@53d87c9] - MDC[] 2023-01-07 23:52:59,459 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@5ec319af[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:52:59,459 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.018000 ms - MDC[] 2023-01-07 23:52:59,460 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:52:59,460 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:52:59,461 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom33 stopped - MDC[] 2023-01-07 23:52:59,461 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom33, ID:centos-7-xnkdf-38709-1673135563947-0:34) is shutting down - MDC[] 2023-01-07 23:52:59,462 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom33, ID:centos-7-xnkdf-38709-1673135563947-0:34) uptime 0.076 seconds - MDC[] 2023-01-07 23:52:59,462 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom33, ID:centos-7-xnkdf-38709-1673135563947-0:34) is shutdown - MDC[] 2023-01-07 23:52:59,462 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:52:59,462 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 78.752077 ms - MDC[] 2023-01-07 23:52:59,463 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:52:59,463 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:52:59,463 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:52:59,464 INFO [scout-thread-21] 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] 2023-01-07 23:52:59,465 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:52:59,466 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom34, ID:centos-7-xnkdf-38709-1673135563947-0:35) is starting - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:52:59,466 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom34, ID:centos-7-xnkdf-38709-1673135563947-0:35) started - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:52:59,466 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] 2023-01-07 23:52:59,467 INFO [scout-thread-22] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom34 started - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:52:59,468 INFO [scout-thread-22] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-104:1,clientId=Scout JUnit MOM #34 (centos-7-xnkdf:8080),started=true} - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:52:59,533 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@525b416f, org.eclipse.scout.rt.mom.jms.JmsSubscription@ec50502] - MDC[] 2023-01-07 23:52:59,534 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 2 subscriber jobs: [JobFutureTask@6913a653[job=JMS subscriber, state=DONE], JobFutureTask@7b6d1d43[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:52:59,535 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.031542 ms - MDC[] 2023-01-07 23:52:59,536 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:52:59,536 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:52:59,537 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom34 stopped - MDC[] 2023-01-07 23:52:59,537 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom34, ID:centos-7-xnkdf-38709-1673135563947-0:35) is shutting down - MDC[] 2023-01-07 23:52:59,538 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom34, ID:centos-7-xnkdf-38709-1673135563947-0:35) uptime 0.072 seconds - MDC[] 2023-01-07 23:52:59,538 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom34, ID:centos-7-xnkdf-38709-1673135563947-0:35) is shutdown - MDC[] 2023-01-07 23:52:59,538 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:52:59,538 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 74.722129 ms - MDC[] 2023-01-07 23:52:59,538 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:52:59,539 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:52:59,539 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:52:59,540 INFO [scout-thread-22] 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] 2023-01-07 23:52:59,541 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:52:59,542 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom35, ID:centos-7-xnkdf-38709-1673135563947-0:36) is starting - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:52:59,542 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom35, ID:centos-7-xnkdf-38709-1673135563947-0:36) started - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:52:59,542 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] 2023-01-07 23:52:59,543 INFO [scout-thread-24] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom35 started - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:52:59,545 INFO [scout-thread-24] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-107:1,clientId=Scout JUnit MOM #35 (centos-7-xnkdf:8080),started=true} - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:52:59,610 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@422f74b7, org.eclipse.scout.rt.mom.jms.JmsSubscription@3c88bef5] - MDC[] 2023-01-07 23:52:59,611 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 2 subscriber jobs: [JobFutureTask@45cc2a3b[job=JMS subscriber, state=DONE], JobFutureTask@52dd2806[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:52:59,612 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.032126 ms - MDC[] 2023-01-07 23:52:59,613 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:52:59,614 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:52:59,614 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom35 stopped - MDC[] 2023-01-07 23:52:59,614 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom35, ID:centos-7-xnkdf-38709-1673135563947-0:36) is shutting down - MDC[] 2023-01-07 23:52:59,615 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom35, ID:centos-7-xnkdf-38709-1673135563947-0:36) uptime 0.074 seconds - MDC[] 2023-01-07 23:52:59,615 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom35, ID:centos-7-xnkdf-38709-1673135563947-0:36) is shutdown - MDC[] 2023-01-07 23:52:59,615 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:52:59,616 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 76.874459 ms - MDC[] 2023-01-07 23:52:59,616 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:52:59,616 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:52:59,616 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:52:59,618 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] 2023-01-07 23:52:59,619 INFO [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:52:59,620 INFO [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom36, ID:centos-7-xnkdf-38709-1673135563947-0:37) is starting - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:52:59,620 INFO [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom36, ID:centos-7-xnkdf-38709-1673135563947-0:37) started - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:52:59,620 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] 2023-01-07 23:52:59,621 INFO [scout-thread-21] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom36 started - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:52:59,623 INFO [scout-thread-21] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-110:1,clientId=Scout JUnit MOM #36 (centos-7-xnkdf:8080),started=true} - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:52:59,691 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@8cad98b, org.eclipse.scout.rt.mom.jms.JmsSubscription@79e686ab] - MDC[] 2023-01-07 23:52:59,691 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@77b0297c[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:52:59,691 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.013500 ms - MDC[] 2023-01-07 23:52:59,692 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:52:59,692 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:52:59,695 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom36 stopped - MDC[] 2023-01-07 23:52:59,695 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom36, ID:centos-7-xnkdf-38709-1673135563947-0:37) is shutting down - MDC[] 2023-01-07 23:52:59,696 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom36, ID:centos-7-xnkdf-38709-1673135563947-0:37) uptime 0.077 seconds - MDC[] 2023-01-07 23:52:59,696 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom36, ID:centos-7-xnkdf-38709-1673135563947-0:37) is shutdown - MDC[] 2023-01-07 23:52:59,696 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:52:59,696 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 79.943180 ms - MDC[] 2023-01-07 23:52:59,696 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:52:59,697 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:52:59,697 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:52:59,698 INFO [scout-thread-21] 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] 2023-01-07 23:52:59,699 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:52:59,700 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom37, ID:centos-7-xnkdf-38709-1673135563947-0:38) is starting - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:52:59,700 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom37, ID:centos-7-xnkdf-38709-1673135563947-0:38) started - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:52:59,700 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] 2023-01-07 23:52:59,701 INFO [scout-thread-22] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom37 started - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:52:59,702 INFO [scout-thread-22] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-113:1,clientId=Scout JUnit MOM #37 (centos-7-xnkdf:8080),started=true} - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:52:59,766 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@15800a35, org.eclipse.scout.rt.mom.jms.JmsSubscription@4fa9533f] - MDC[] 2023-01-07 23:52:59,767 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@613842c5[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:52:59,768 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.013500 ms - MDC[] 2023-01-07 23:52:59,768 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:52:59,769 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:52:59,769 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom37 stopped - MDC[] 2023-01-07 23:52:59,769 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom37, ID:centos-7-xnkdf-38709-1673135563947-0:38) is shutting down - MDC[] 2023-01-07 23:52:59,770 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom37, ID:centos-7-xnkdf-38709-1673135563947-0:38) uptime 0.071 seconds - MDC[] 2023-01-07 23:52:59,770 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom37, ID:centos-7-xnkdf-38709-1673135563947-0:38) is shutdown - MDC[] 2023-01-07 23:52:59,770 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:52:59,771 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 73.491774 ms - MDC[] 2023-01-07 23:52:59,771 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:52:59,771 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:52:59,771 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:52:59,773 INFO [scout-thread-22] 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] 2023-01-07 23:52:59,774 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:52:59,774 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom38, ID:centos-7-xnkdf-38709-1673135563947-0:39) is starting - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:52:59,775 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom38, ID:centos-7-xnkdf-38709-1673135563947-0:39) started - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:52:59,775 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] 2023-01-07 23:52:59,775 INFO [scout-thread-24] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom38 started - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:52:59,777 INFO [scout-thread-24] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-116:1,clientId=Scout JUnit MOM #38 (centos-7-xnkdf:8080),started=true} - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:52:59,842 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@570b2d9b, org.eclipse.scout.rt.mom.jms.JmsSubscription@3b5b6df4] - MDC[] 2023-01-07 23:52:59,842 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@51f5b994[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:52:59,843 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.031584 ms - MDC[] 2023-01-07 23:52:59,844 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:52:59,844 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:52:59,846 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom38 stopped - MDC[] 2023-01-07 23:52:59,846 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom38, ID:centos-7-xnkdf-38709-1673135563947-0:39) is shutting down - MDC[] 2023-01-07 23:52:59,847 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom38, ID:centos-7-xnkdf-38709-1673135563947-0:39) uptime 0.073 seconds - MDC[] 2023-01-07 23:52:59,847 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom38, ID:centos-7-xnkdf-38709-1673135563947-0:39) is shutdown - MDC[] 2023-01-07 23:52:59,847 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:52:59,847 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 75.563020 ms - MDC[] 2023-01-07 23:52:59,847 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:52:59,848 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:52:59,848 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:52:59,849 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #39 initialized: null - MDC[] 2023-01-07 23:52:59,850 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2023-01-07 23:52:59,850 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom39, ID:centos-7-xnkdf-38709-1673135563947-0:40) is starting - MDC[] 2023-01-07 23:52:59,851 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom39, ID:centos-7-xnkdf-38709-1673135563947-0:40) started - MDC[] 2023-01-07 23:52:59,851 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2023-01-07 23:52:59,852 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom39 started - MDC[] 2023-01-07 23:52:59,854 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-119:1,clientId=Scout JUnit MOM #39 (centos-7-xnkdf:8080),started=true} - MDC[] 2023-01-07 23:52:59,934 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@38dd3252, org.eclipse.scout.rt.mom.jms.JmsSubscription@7da324d0] - MDC[] 2023-01-07 23:52:59,935 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:52:59,935 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:52:59,936 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom39 stopped - MDC[] 2023-01-07 23:52:59,936 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom39, ID:centos-7-xnkdf-38709-1673135563947-0:40) is shutting down - MDC[] 2023-01-07 23:52:59,937 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom39, ID:centos-7-xnkdf-38709-1673135563947-0:40) uptime 0.088 seconds - MDC[] 2023-01-07 23:52:59,937 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom39, ID:centos-7-xnkdf-38709-1673135563947-0:40) is shutdown - MDC[] 2023-01-07 23:52:59,937 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:52:59,938 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 89.322057 ms - MDC[] 2023-01-07 23:52:59,938 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:52:59,939 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:52:59,939 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:52:59,941 INFO [scout-thread-21] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #40 initialized: null - MDC[jobName=requester (Q)] 2023-01-07 23:52:59,943 INFO [scout-thread-23] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2023-01-07 23:52:59,944 INFO [scout-thread-23] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom40, ID:centos-7-xnkdf-38709-1673135563947-0:41) is starting - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2023-01-07 23:52:59,944 INFO [scout-thread-23] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom40, ID:centos-7-xnkdf-38709-1673135563947-0:41) started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2023-01-07 23:52:59,944 INFO [scout-thread-23] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2023-01-07 23:52:59,945 INFO [scout-thread-23] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom40 started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2023-01-07 23:52:59,947 INFO [scout-thread-23] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-122:1,clientId=Scout JUnit MOM #40 (centos-7-xnkdf:8080),started=true} - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2023-01-07 23:53:00,252 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@1fa67a80] - MDC[] 2023-01-07 23:53:00,253 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@699cc515[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:53:00,254 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.031501 ms - MDC[] 2023-01-07 23:53:00,254 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:53:00,255 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:53:00,256 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom40 stopped - MDC[] 2023-01-07 23:53:00,256 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom40, ID:centos-7-xnkdf-38709-1673135563947-0:41) is shutting down - MDC[] 2023-01-07 23:53:00,257 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom40, ID:centos-7-xnkdf-38709-1673135563947-0:41) uptime 0.314 seconds - MDC[] 2023-01-07 23:53:00,257 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom40, ID:centos-7-xnkdf-38709-1673135563947-0:41) is shutdown - MDC[] 2023-01-07 23:53:00,257 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:53:00,258 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 318.517867 ms - MDC[] 2023-01-07 23:53:00,258 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:00,258 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:00,258 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:00,260 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)] 2023-01-07 23:53:00,261 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2023-01-07 23:53:00,262 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom41, ID:centos-7-xnkdf-38709-1673135563947-0:42) is starting - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2023-01-07 23:53:00,262 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom41, ID:centos-7-xnkdf-38709-1673135563947-0:42) started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2023-01-07 23:53:00,262 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] 2023-01-07 23:53:00,263 INFO [scout-thread-24] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom41 started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2023-01-07 23:53:00,264 INFO [scout-thread-24] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-125:1,clientId=Scout JUnit MOM #41 (centos-7-xnkdf:8080),started=true} - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2023-01-07 23:53:00,569 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@23e782e0] - MDC[] 2023-01-07 23:53:00,569 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@5b0e4d40[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:53:00,570 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.013500 ms - MDC[] 2023-01-07 23:53:00,570 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:53:00,570 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:53:00,571 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom41 stopped - MDC[] 2023-01-07 23:53:00,571 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom41, ID:centos-7-xnkdf-38709-1673135563947-0:42) is shutting down - MDC[] 2023-01-07 23:53:00,572 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom41, ID:centos-7-xnkdf-38709-1673135563947-0:42) uptime 0.311 seconds - MDC[] 2023-01-07 23:53:00,572 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom41, ID:centos-7-xnkdf-38709-1673135563947-0:42) is shutdown - MDC[] 2023-01-07 23:53:00,572 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:53:00,572 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 314.049663 ms - MDC[] 2023-01-07 23:53:00,572 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:00,573 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:00,573 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:00,574 INFO [scout-thread-22] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #42 initialized: null - MDC[jobName=requester (Q)] 2023-01-07 23:53:00,576 INFO [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2023-01-07 23:53:00,576 INFO [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom42, ID:centos-7-xnkdf-38709-1673135563947-0:43) is starting - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2023-01-07 23:53:00,577 INFO [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom42, ID:centos-7-xnkdf-38709-1673135563947-0:43) started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2023-01-07 23:53:00,577 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] 2023-01-07 23:53:00,577 INFO [scout-thread-20] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom42 started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2023-01-07 23:53:00,579 INFO [scout-thread-20] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-128:1,clientId=Scout JUnit MOM #42 (centos-7-xnkdf:8080),started=true} - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2023-01-07 23:53:00,883 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@3e3e9f3e] - MDC[] 2023-01-07 23:53:00,884 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@5cc3e354[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:53:00,884 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.020667 ms - MDC[] 2023-01-07 23:53:00,885 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:53:00,885 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:53:00,886 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom42 stopped - MDC[] 2023-01-07 23:53:00,886 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom42, ID:centos-7-xnkdf-38709-1673135563947-0:43) is shutting down - MDC[] 2023-01-07 23:53:00,886 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom42, ID:centos-7-xnkdf-38709-1673135563947-0:43) uptime 0.310 seconds - MDC[] 2023-01-07 23:53:00,886 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom42, ID:centos-7-xnkdf-38709-1673135563947-0:43) is shutdown - MDC[] 2023-01-07 23:53:00,887 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:53:00,887 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 313.597279 ms - MDC[] 2023-01-07 23:53:00,887 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:00,888 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:00,888 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:00,889 INFO [scout-thread-21] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #43 initialized: null - MDC[jobName=requester (Q)] 2023-01-07 23:53:00,891 INFO [scout-thread-23] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2023-01-07 23:53:00,891 INFO [scout-thread-23] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom43, ID:centos-7-xnkdf-38709-1673135563947-0:44) is starting - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2023-01-07 23:53:00,892 INFO [scout-thread-23] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom43, ID:centos-7-xnkdf-38709-1673135563947-0:44) started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2023-01-07 23:53:00,892 INFO [scout-thread-23] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2023-01-07 23:53:00,892 INFO [scout-thread-23] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom43 started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2023-01-07 23:53:00,894 INFO [scout-thread-23] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-131:1,clientId=Scout JUnit MOM #43 (centos-7-xnkdf:8080),started=true} - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2023-01-07 23:53:01,199 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@a3c7dbc] - MDC[] 2023-01-07 23:53:01,199 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@30efb23[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:53:01,200 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.014875 ms - MDC[] 2023-01-07 23:53:01,200 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:53:01,201 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:53:01,201 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom43 stopped - MDC[] 2023-01-07 23:53:01,202 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom43, ID:centos-7-xnkdf-38709-1673135563947-0:44) is shutting down - MDC[] 2023-01-07 23:53:01,202 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom43, ID:centos-7-xnkdf-38709-1673135563947-0:44) uptime 0.312 seconds - MDC[] 2023-01-07 23:53:01,202 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom43, ID:centos-7-xnkdf-38709-1673135563947-0:44) is shutdown - MDC[] 2023-01-07 23:53:01,202 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:53:01,203 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 314.785634 ms - MDC[] 2023-01-07 23:53:01,203 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:01,203 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:01,203 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:01,205 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)] 2023-01-07 23:53:01,206 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2023-01-07 23:53:01,206 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom44, ID:centos-7-xnkdf-38709-1673135563947-0:45) is starting - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2023-01-07 23:53:01,207 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom44, ID:centos-7-xnkdf-38709-1673135563947-0:45) started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2023-01-07 23:53:01,207 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] 2023-01-07 23:53:01,207 INFO [scout-thread-24] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom44 started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2023-01-07 23:53:01,209 INFO [scout-thread-24] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-134:1,clientId=Scout JUnit MOM #44 (centos-7-xnkdf:8080),started=true} - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2023-01-07 23:53:01,515 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@69a12179] - MDC[] 2023-01-07 23:53:01,516 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@6decbca0[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:53:01,516 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.017959 ms - MDC[] 2023-01-07 23:53:01,517 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:53:01,517 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:53:01,518 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom44 stopped - MDC[] 2023-01-07 23:53:01,518 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom44, ID:centos-7-xnkdf-38709-1673135563947-0:45) is shutting down - MDC[] 2023-01-07 23:53:01,518 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom44, ID:centos-7-xnkdf-38709-1673135563947-0:45) uptime 0.312 seconds - MDC[] 2023-01-07 23:53:01,519 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom44, ID:centos-7-xnkdf-38709-1673135563947-0:45) is shutdown - MDC[] 2023-01-07 23:53:01,519 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:53:01,519 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 315.492897 ms - MDC[] 2023-01-07 23:53:01,519 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:01,519 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:01,519 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:01,521 INFO [scout-thread-22] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #45 initialized: null - MDC[jobName=requester (Q)] 2023-01-07 23:53:01,522 INFO [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2023-01-07 23:53:01,523 INFO [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom45, ID:centos-7-xnkdf-38709-1673135563947-0:46) is starting - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2023-01-07 23:53:01,523 INFO [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom45, ID:centos-7-xnkdf-38709-1673135563947-0:46) started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2023-01-07 23:53:01,523 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] 2023-01-07 23:53:01,524 INFO [scout-thread-20] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom45 started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2023-01-07 23:53:01,525 INFO [scout-thread-20] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-137:1,clientId=Scout JUnit MOM #45 (centos-7-xnkdf:8080),started=true} - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2023-01-07 23:53:01,896 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@2a19eaf0] - MDC[] 2023-01-07 23:53:01,896 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@65723286[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:53:01,897 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.045001 ms - MDC[] 2023-01-07 23:53:01,897 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:53:01,897 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:53:01,898 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom45 stopped - MDC[] 2023-01-07 23:53:01,898 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom45, ID:centos-7-xnkdf-38709-1673135563947-0:46) is shutting down - MDC[] 2023-01-07 23:53:01,899 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom45, ID:centos-7-xnkdf-38709-1673135563947-0:46) uptime 0.377 seconds - MDC[] 2023-01-07 23:53:01,899 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom45, ID:centos-7-xnkdf-38709-1673135563947-0:46) is shutdown - MDC[] 2023-01-07 23:53:01,899 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:53:01,899 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 379.451541 ms - MDC[] 2023-01-07 23:53:01,899 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:01,900 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:01,900 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:01,901 INFO [scout-thread-21] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #46 initialized: null - MDC[jobName=requester (Q)] 2023-01-07 23:53:01,903 INFO [scout-thread-23] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2023-01-07 23:53:01,903 INFO [scout-thread-23] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom46, ID:centos-7-xnkdf-38709-1673135563947-0:47) is starting - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2023-01-07 23:53:01,904 INFO [scout-thread-23] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom46, ID:centos-7-xnkdf-38709-1673135563947-0:47) started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2023-01-07 23:53:01,904 INFO [scout-thread-23] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2023-01-07 23:53:01,905 INFO [scout-thread-23] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom46 started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2023-01-07 23:53:01,906 INFO [scout-thread-23] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-140:1,clientId=Scout JUnit MOM #46 (centos-7-xnkdf:8080),started=true} - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2023-01-07 23:53:02,210 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@5066442d] - MDC[] 2023-01-07 23:53:02,211 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@38162687[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:53:02,211 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.022500 ms - MDC[] 2023-01-07 23:53:02,212 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:53:02,212 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:53:02,213 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom46 stopped - MDC[] 2023-01-07 23:53:02,213 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom46, ID:centos-7-xnkdf-38709-1673135563947-0:47) is shutting down - MDC[] 2023-01-07 23:53:02,213 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom46, ID:centos-7-xnkdf-38709-1673135563947-0:47) uptime 0.310 seconds - MDC[] 2023-01-07 23:53:02,214 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom46, ID:centos-7-xnkdf-38709-1673135563947-0:47) is shutdown - MDC[] 2023-01-07 23:53:02,214 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:53:02,214 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 313.872159 ms - MDC[] 2023-01-07 23:53:02,214 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:02,215 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:02,215 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:02,216 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)] 2023-01-07 23:53:02,217 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2023-01-07 23:53:02,218 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom47, ID:centos-7-xnkdf-38709-1673135563947-0:48) is starting - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2023-01-07 23:53:02,218 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom47, ID:centos-7-xnkdf-38709-1673135563947-0:48) started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2023-01-07 23:53:02,218 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] 2023-01-07 23:53:02,219 INFO [scout-thread-24] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom47 started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2023-01-07 23:53:02,220 INFO [scout-thread-24] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-143:1,clientId=Scout JUnit MOM #47 (centos-7-xnkdf:8080),started=true} - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2023-01-07 23:53:02,525 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@71268b8c] - MDC[] 2023-01-07 23:53:02,525 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@51983b50[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:53:02,526 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.013500 ms - MDC[] 2023-01-07 23:53:02,526 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:53:02,526 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:53:02,527 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom47 stopped - MDC[] 2023-01-07 23:53:02,527 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom47, ID:centos-7-xnkdf-38709-1673135563947-0:48) is shutting down - MDC[] 2023-01-07 23:53:02,528 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom47, ID:centos-7-xnkdf-38709-1673135563947-0:48) uptime 0.311 seconds - MDC[] 2023-01-07 23:53:02,528 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom47, ID:centos-7-xnkdf-38709-1673135563947-0:48) is shutdown - MDC[] 2023-01-07 23:53:02,528 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:53:02,528 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 313.414235 ms - MDC[] 2023-01-07 23:53:02,528 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:02,529 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:02,529 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:02,530 INFO [scout-thread-22] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #48 initialized: null - MDC[jobName=requester (Q)] 2023-01-07 23:53:02,532 INFO [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2023-01-07 23:53:02,532 INFO [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom48, ID:centos-7-xnkdf-38709-1673135563947-0:49) is starting - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2023-01-07 23:53:02,533 INFO [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom48, ID:centos-7-xnkdf-38709-1673135563947-0:49) started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2023-01-07 23:53:02,533 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] 2023-01-07 23:53:02,533 INFO [scout-thread-20] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom48 started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2023-01-07 23:53:02,535 INFO [scout-thread-20] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-146:1,clientId=Scout JUnit MOM #48 (centos-7-xnkdf:8080),started=true} - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2023-01-07 23:53:02,840 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@e1c387e] - MDC[] 2023-01-07 23:53:02,841 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@44500da2[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:53:02,841 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.013501 ms - MDC[] 2023-01-07 23:53:02,842 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:53:02,842 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:53:02,842 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom48 stopped - MDC[] 2023-01-07 23:53:02,843 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom48, ID:centos-7-xnkdf-38709-1673135563947-0:49) is shutting down - MDC[] 2023-01-07 23:53:02,843 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom48, ID:centos-7-xnkdf-38709-1673135563947-0:49) uptime 0.311 seconds - MDC[] 2023-01-07 23:53:02,843 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom48, ID:centos-7-xnkdf-38709-1673135563947-0:49) is shutdown - MDC[] 2023-01-07 23:53:02,843 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:53:02,843 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 314.417794 ms - MDC[] 2023-01-07 23:53:02,844 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:02,844 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:02,844 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:02,846 INFO [scout-thread-21] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #49 initialized: null - MDC[jobName=requester (Q)] 2023-01-07 23:53:02,847 INFO [scout-thread-23] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2023-01-07 23:53:02,848 INFO [scout-thread-23] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom49, ID:centos-7-xnkdf-38709-1673135563947-0:50) is starting - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2023-01-07 23:53:02,848 INFO [scout-thread-23] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom49, ID:centos-7-xnkdf-38709-1673135563947-0:50) started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2023-01-07 23:53:02,848 INFO [scout-thread-23] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2023-01-07 23:53:02,848 INFO [scout-thread-23] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom49 started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2023-01-07 23:53:02,850 INFO [scout-thread-23] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-149:1,clientId=Scout JUnit MOM #49 (centos-7-xnkdf:8080),started=true} - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2023-01-07 23:53:03,155 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@2c002f95] - MDC[] 2023-01-07 23:53:03,155 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@4c6ee54[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:53:03,155 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.018042 ms - MDC[] 2023-01-07 23:53:03,156 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:53:03,156 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:53:03,157 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom49 stopped - MDC[] 2023-01-07 23:53:03,157 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom49, ID:centos-7-xnkdf-38709-1673135563947-0:50) is shutting down - MDC[] 2023-01-07 23:53:03,157 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom49, ID:centos-7-xnkdf-38709-1673135563947-0:50) uptime 0.310 seconds - MDC[] 2023-01-07 23:53:03,157 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom49, ID:centos-7-xnkdf-38709-1673135563947-0:50) is shutdown - MDC[] 2023-01-07 23:53:03,158 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:53:03,158 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 313.524153 ms - MDC[] 2023-01-07 23:53:03,158 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:03,159 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:03,159 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:03,160 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #50 initialized: null - MDC[] 2023-01-07 23:53:03,161 INFO [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS subscriber] 2023-01-07 23:53:03,161 INFO [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom50, ID:centos-7-xnkdf-38709-1673135563947-0:51) is starting - MDC[jobName=JMS subscriber] 2023-01-07 23:53:03,162 INFO [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom50, ID:centos-7-xnkdf-38709-1673135563947-0:51) started - MDC[jobName=JMS subscriber] 2023-01-07 23:53:03,162 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] 2023-01-07 23:53:03,162 INFO [scout-thread-20] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom50 started - MDC[jobName=JMS subscriber] 2023-01-07 23:53:03,173 INFO [scout-thread-20] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-152:1,clientId=Scout JUnit MOM #50 (centos-7-xnkdf:8080),started=true} - MDC[jobName=JMS subscriber] 2023-01-07 23:53:07,201 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 4 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@780a021b, org.eclipse.scout.rt.mom.jms.JmsSubscription@374b1d85, org.eclipse.scout.rt.mom.jms.JmsSubscription@6f46764d, org.eclipse.scout.rt.mom.jms.JmsSubscription@a95c1f6] - MDC[] 2023-01-07 23:53:07,201 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:53:07,201 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:53:07,202 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom50 stopped - MDC[] 2023-01-07 23:53:07,202 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom50, ID:centos-7-xnkdf-38709-1673135563947-0:51) is shutting down - MDC[] 2023-01-07 23:53:07,203 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom50, ID:centos-7-xnkdf-38709-1673135563947-0:51) uptime 4.042 seconds - MDC[] 2023-01-07 23:53:07,203 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom50, ID:centos-7-xnkdf-38709-1673135563947-0:51) is shutdown - MDC[] 2023-01-07 23:53:07,203 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:53:07,203 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 4044.135422 ms - MDC[] 2023-01-07 23:53:07,203 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:07,204 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:07,205 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:07,206 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.initRequestReply(JmsMomImplementor.java:207) - Scout JUnit MOM #51: 'request-reply' messaging is disabled - MDC[] 2023-01-07 23:53:07,206 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #51 initialized: null - MDC[] 2023-01-07 23:53:07,207 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2023-01-07 23:53:07,207 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 2.367959 ms - MDC[] 2023-01-07 23:53:07,207 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:07,208 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:07,208 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:07,209 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #52 initialized: null - MDC[] 2023-01-07 23:53:07,211 INFO [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:53:07,211 INFO [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom52, ID:centos-7-xnkdf-38709-1673135563947-0:52) is starting - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:53:07,211 INFO [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom52, ID:centos-7-xnkdf-38709-1673135563947-0:52) started - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:53:07,212 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] 2023-01-07 23:53:07,212 INFO [scout-thread-20] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom52 started - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:53:07,214 INFO [scout-thread-20] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-155:1,clientId=Scout JUnit MOM #52 (centos-7-xnkdf:8080),started=true} - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:53:07,231 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@7d97eeb4, org.eclipse.scout.rt.mom.jms.JmsSubscription@2728e166] - MDC[] 2023-01-07 23:53:07,231 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 2 subscriber jobs: [JobFutureTask@48158b86[job=JMS subscriber, state=DONE], JobFutureTask@6782feb8[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:53:07,231 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.018000 ms - MDC[] 2023-01-07 23:53:07,232 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:53:07,232 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:53:07,233 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom52 stopped - MDC[] 2023-01-07 23:53:07,233 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom52, ID:centos-7-xnkdf-38709-1673135563947-0:52) is shutting down - MDC[] 2023-01-07 23:53:07,233 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom52, ID:centos-7-xnkdf-38709-1673135563947-0:52) uptime 0.022 seconds - MDC[] 2023-01-07 23:53:07,234 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom52, ID:centos-7-xnkdf-38709-1673135563947-0:52) is shutdown - MDC[] 2023-01-07 23:53:07,234 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:53:07,234 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 25.875588 ms - MDC[] 2023-01-07 23:53:07,234 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:07,235 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:07,235 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:07,235 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #53 initialized: null - MDC[] 2023-01-07 23:53:07,236 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2023-01-07 23:53:07,236 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom53, ID:centos-7-xnkdf-38709-1673135563947-0:53) is starting - MDC[] 2023-01-07 23:53:07,237 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom53, ID:centos-7-xnkdf-38709-1673135563947-0:53) started - MDC[] 2023-01-07 23:53:07,237 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2023-01-07 23:53:07,237 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom53 started - MDC[] 2023-01-07 23:53:07,238 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-158:1,clientId=Scout JUnit MOM #53 (centos-7-xnkdf:8080),started=true} - MDC[] 2023-01-07 23:53:07,244 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@5da1d91, org.eclipse.scout.rt.mom.jms.JmsSubscription@33c28f0d] - MDC[] 2023-01-07 23:53:07,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@6c303cdc, org.eclipse.scout.rt.mom.jms.JmsSubscription@5df3f854] - MDC[] 2023-01-07 23:53:07,253 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@52e67513, org.eclipse.scout.rt.mom.jms.JmsSubscription@1e60d113] - MDC[] 2023-01-07 23:53:07,259 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@7ec00f98, org.eclipse.scout.rt.mom.jms.JmsSubscription@67b68dc3] - MDC[] 2023-01-07 23:53:07,262 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@16e17e6b, org.eclipse.scout.rt.mom.jms.JmsSubscription@46a6368f] - MDC[] 2023-01-07 23:53:07,265 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@196e494d, org.eclipse.scout.rt.mom.jms.JmsSubscription@2213c8fe] - MDC[] 2023-01-07 23:53:07,269 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@f67053, org.eclipse.scout.rt.mom.jms.JmsSubscription@69160a0c] - MDC[] 2023-01-07 23:53:07,273 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@5fcaaf92, org.eclipse.scout.rt.mom.jms.JmsSubscription@26c67726] - MDC[] 2023-01-07 23:53:07,273 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:53:07,273 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:53:07,274 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom53 stopped - MDC[] 2023-01-07 23:53:07,274 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom53, ID:centos-7-xnkdf-38709-1673135563947-0:53) is shutting down - MDC[] 2023-01-07 23:53:07,275 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom53, ID:centos-7-xnkdf-38709-1673135563947-0:53) uptime 0.039 seconds - MDC[] 2023-01-07 23:53:07,275 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom53, ID:centos-7-xnkdf-38709-1673135563947-0:53) is shutdown - MDC[] 2023-01-07 23:53:07,275 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:53:07,275 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 40.506391 ms - MDC[] 2023-01-07 23:53:07,276 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:07,276 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:07,276 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:07,277 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #54 initialized: null - MDC[] 2023-01-07 23:53:07,277 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2023-01-07 23:53:07,278 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom54, ID:centos-7-xnkdf-38709-1673135563947-0:54) is starting - MDC[] 2023-01-07 23:53:07,278 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom54, ID:centos-7-xnkdf-38709-1673135563947-0:54) started - MDC[] 2023-01-07 23:53:07,278 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2023-01-07 23:53:07,279 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom54 started - MDC[] 2023-01-07 23:53:07,280 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-161:1,clientId=Scout JUnit MOM #54 (centos-7-xnkdf:8080),started=true} - MDC[] 2023-01-07 23:53:07,285 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@a9f4621, org.eclipse.scout.rt.mom.jms.JmsSubscription@42a4e5cb] - MDC[] 2023-01-07 23:53:07,285 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@5ff24b0f[job=JMS subscriber, state=DONE]] - MDC[] 2023-01-07 23:53:07,286 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.008958 ms - MDC[] 2023-01-07 23:53:07,286 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:53:07,286 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:53:07,287 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom54 stopped - MDC[] 2023-01-07 23:53:07,287 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom54, ID:centos-7-xnkdf-38709-1673135563947-0:54) is shutting down - MDC[] 2023-01-07 23:53:07,287 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom54, ID:centos-7-xnkdf-38709-1673135563947-0:54) uptime 0.010 seconds - MDC[] 2023-01-07 23:53:07,287 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom54, ID:centos-7-xnkdf-38709-1673135563947-0:54) is shutdown - MDC[] 2023-01-07 23:53:07,287 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:53:07,287 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 10.874320 ms - MDC[] 2023-01-07 23:53:07,288 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:07,288 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:07,288 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:07,290 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #55 initialized: null - MDC[] 2023-01-07 23:53:07,291 INFO [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS subscriber] 2023-01-07 23:53:07,292 INFO [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom55, ID:centos-7-xnkdf-38709-1673135563947-0:55) is starting - MDC[jobName=JMS subscriber] 2023-01-07 23:53:07,292 INFO [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom55, ID:centos-7-xnkdf-38709-1673135563947-0:55) started - MDC[jobName=JMS subscriber] 2023-01-07 23:53:07,292 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] 2023-01-07 23:53:07,335 INFO [scout-thread-20] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom55 started - MDC[jobName=JMS subscriber] 2023-01-07 23:53:07,337 INFO [scout-thread-20] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-164:1,clientId=Scout JUnit MOM #55 (centos-7-xnkdf:8080),started=true} - MDC[jobName=JMS subscriber] 2023-01-07 23:53:07,342 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@1c4053aa] - MDC[] 2023-01-07 23:53:07,342 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@a538a7f[job=JMS subscriber, state=DONE]] - MDC[] 2023-01-07 23:53:07,342 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.013500 ms - MDC[] 2023-01-07 23:53:07,342 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:53:07,342 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:53:07,343 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom55 stopped - MDC[] 2023-01-07 23:53:07,343 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom55, ID:centos-7-xnkdf-38709-1673135563947-0:55) is shutting down - MDC[] 2023-01-07 23:53:07,344 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom55, ID:centos-7-xnkdf-38709-1673135563947-0:55) uptime 0.053 seconds - MDC[] 2023-01-07 23:53:07,344 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom55, ID:centos-7-xnkdf-38709-1673135563947-0:55) is shutdown - MDC[] 2023-01-07 23:53:07,344 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:53:07,344 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 55.691955 ms - MDC[] 2023-01-07 23:53:07,344 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:07,345 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:07,345 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:07,346 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #56 initialized: null - MDC[] 2023-01-07 23:53:07,347 INFO [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS subscriber] 2023-01-07 23:53:07,348 INFO [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom56, ID:centos-7-xnkdf-38709-1673135563947-0:56) is starting - MDC[jobName=JMS subscriber] 2023-01-07 23:53:07,348 INFO [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom56, ID:centos-7-xnkdf-38709-1673135563947-0:56) started - MDC[jobName=JMS subscriber] 2023-01-07 23:53:07,348 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] 2023-01-07 23:53:07,348 INFO [scout-thread-20] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom56 started - MDC[jobName=JMS subscriber] 2023-01-07 23:53:07,350 INFO [scout-thread-20] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-167:1,clientId=Scout JUnit MOM #56 (centos-7-xnkdf:8080),started=true} - MDC[jobName=JMS subscriber] 2023-01-07 23:53:07,353 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@3f64a088] - MDC[] 2023-01-07 23:53:07,354 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@313b6907[job=JMS subscriber, state=RUNNING]] - MDC[] 2023-01-07 23:53:07,354 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.013501 ms - MDC[] 2023-01-07 23:53:07,354 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:53:07,354 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:53:07,355 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom56 stopped - MDC[] 2023-01-07 23:53:07,355 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom56, ID:centos-7-xnkdf-38709-1673135563947-0:56) is shutting down - MDC[] 2023-01-07 23:53:07,355 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom56, ID:centos-7-xnkdf-38709-1673135563947-0:56) uptime 0.008 seconds - MDC[] 2023-01-07 23:53:07,355 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom56, ID:centos-7-xnkdf-38709-1673135563947-0:56) is shutdown - MDC[] 2023-01-07 23:53:07,355 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:53:07,356 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 10.702733 ms - MDC[] 2023-01-07 23:53:07,356 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:07,356 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:07,357 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:07,357 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #57 initialized: null - MDC[] 2023-01-07 23:53:07,357 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2023-01-07 23:53:07,358 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom57, ID:centos-7-xnkdf-38709-1673135563947-0:57) is starting - MDC[] 2023-01-07 23:53:07,358 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom57, ID:centos-7-xnkdf-38709-1673135563947-0:57) started - MDC[] 2023-01-07 23:53:07,358 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2023-01-07 23:53:07,359 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom57 started - MDC[] 2023-01-07 23:53:07,360 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-170:1,clientId=Scout JUnit MOM #57 (centos-7-xnkdf:8080),started=true} - MDC[] 2023-01-07 23:53:07,365 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@73f3bf4f, org.eclipse.scout.rt.mom.jms.JmsSubscription@176b8493] - MDC[] 2023-01-07 23:53:07,366 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@4c949ff9[job=JMS subscriber, state=DONE]] - MDC[] 2023-01-07 23:53:07,366 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.009000 ms - MDC[] 2023-01-07 23:53:07,366 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:53:07,366 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:53:07,367 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom57 stopped - MDC[] 2023-01-07 23:53:07,367 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom57, ID:centos-7-xnkdf-38709-1673135563947-0:57) is shutting down - MDC[] 2023-01-07 23:53:07,367 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom57, ID:centos-7-xnkdf-38709-1673135563947-0:57) uptime 0.010 seconds - MDC[] 2023-01-07 23:53:07,368 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom57, ID:centos-7-xnkdf-38709-1673135563947-0:57) is shutdown - MDC[] 2023-01-07 23:53:07,368 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:53:07,368 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 11.225785 ms - MDC[] 2023-01-07 23:53:07,368 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:07,369 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:07,369 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:07,369 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #58 initialized: null - MDC[] 2023-01-07 23:53:07,370 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2023-01-07 23:53:07,370 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom58, ID:centos-7-xnkdf-38709-1673135563947-0:58) is starting - MDC[] 2023-01-07 23:53:07,370 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom58, ID:centos-7-xnkdf-38709-1673135563947-0:58) started - MDC[] 2023-01-07 23:53:07,371 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2023-01-07 23:53:07,371 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom58 started - MDC[] 2023-01-07 23:53:07,372 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-173:1,clientId=Scout JUnit MOM #58 (centos-7-xnkdf:8080),started=true} - MDC[] 2023-01-07 23:53:07,376 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@65a022e6, org.eclipse.scout.rt.mom.jms.JmsSubscription@3d731475] - MDC[] 2023-01-07 23:53:07,380 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@428b852b, org.eclipse.scout.rt.mom.jms.JmsSubscription@3514d1a4] - MDC[] 2023-01-07 23:53:07,384 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@75dbb21b, org.eclipse.scout.rt.mom.jms.JmsSubscription@4df25105] - MDC[] 2023-01-07 23:53:07,440 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@318856a5, org.eclipse.scout.rt.mom.jms.JmsSubscription@2d2bda62] - MDC[] 2023-01-07 23:53:07,443 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@1717238e, org.eclipse.scout.rt.mom.jms.JmsSubscription@6129f50e] - MDC[] 2023-01-07 23:53:07,447 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@7612a64b, org.eclipse.scout.rt.mom.jms.JmsSubscription@2db6d66d] - MDC[] 2023-01-07 23:53:07,450 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@69a0e285, org.eclipse.scout.rt.mom.jms.JmsSubscription@41f53068] - MDC[] 2023-01-07 23:53:07,454 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@14b1c925, org.eclipse.scout.rt.mom.jms.JmsSubscription@1908483f] - MDC[] 2023-01-07 23:53:07,455 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:53:07,455 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:53:07,456 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom58 stopped - MDC[] 2023-01-07 23:53:07,456 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom58, ID:centos-7-xnkdf-38709-1673135563947-0:58) is shutting down - MDC[] 2023-01-07 23:53:07,456 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom58, ID:centos-7-xnkdf-38709-1673135563947-0:58) uptime 0.086 seconds - MDC[] 2023-01-07 23:53:07,457 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom58, ID:centos-7-xnkdf-38709-1673135563947-0:58) is shutdown - MDC[] 2023-01-07 23:53:07,457 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:53:07,457 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 88.283747 ms - MDC[] 2023-01-07 23:53:07,457 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:07,458 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:07,458 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:07,460 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #59 initialized: null - MDC[] 2023-01-07 23:53:07,461 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2023-01-07 23:53:07,461 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom59, ID:centos-7-xnkdf-38709-1673135563947-0:59) is starting - MDC[] 2023-01-07 23:53:07,462 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom59, ID:centos-7-xnkdf-38709-1673135563947-0:59) started - MDC[] 2023-01-07 23:53:07,462 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2023-01-07 23:53:07,462 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom59 started - MDC[] 2023-01-07 23:53:07,464 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-176:1,clientId=Scout JUnit MOM #59 (centos-7-xnkdf:8080),started=true} - MDC[] 2023-01-07 23:53:07,469 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@17b4d5ab] - MDC[] 2023-01-07 23:53:07,469 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@47ce059f[job=JMS subscriber, state=DONE]] - MDC[] 2023-01-07 23:53:07,470 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.054126 ms - MDC[] 2023-01-07 23:53:07,470 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:53:07,470 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:53:07,471 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom59 stopped - MDC[] 2023-01-07 23:53:07,471 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom59, ID:centos-7-xnkdf-38709-1673135563947-0:59) is shutting down - MDC[] 2023-01-07 23:53:07,471 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom59, ID:centos-7-xnkdf-38709-1673135563947-0:59) uptime 0.011 seconds - MDC[] 2023-01-07 23:53:07,471 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom59, ID:centos-7-xnkdf-38709-1673135563947-0:59) is shutdown - MDC[] 2023-01-07 23:53:07,472 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:53:07,472 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 13.191820 ms - MDC[] 2023-01-07 23:53:07,472 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:07,473 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:07,473 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:07,475 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #60 initialized: null - MDC[] 2023-01-07 23:53:07,477 INFO [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS subscriber] 2023-01-07 23:53:07,477 INFO [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom60, ID:centos-7-xnkdf-38709-1673135563947-0:60) is starting - MDC[jobName=JMS subscriber] 2023-01-07 23:53:07,478 INFO [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom60, ID:centos-7-xnkdf-38709-1673135563947-0:60) started - MDC[jobName=JMS subscriber] 2023-01-07 23:53:07,478 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] 2023-01-07 23:53:07,478 INFO [scout-thread-20] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom60 started - MDC[jobName=JMS subscriber] 2023-01-07 23:53:07,480 INFO [scout-thread-20] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-179:1,clientId=Scout JUnit MOM #60 (centos-7-xnkdf:8080),started=true} - MDC[jobName=JMS subscriber] 2023-01-07 23:53:07,586 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@850579f, org.eclipse.scout.rt.mom.jms.JmsSubscription@374bbe80] - MDC[] 2023-01-07 23:53:07,586 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 2 subscriber jobs: [JobFutureTask@43bb76d0[job=JMS subscriber, state=DONE], JobFutureTask@f061449[job=JMS subscriber, state=DONE]] - MDC[] 2023-01-07 23:53:07,586 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.022500 ms - MDC[] 2023-01-07 23:53:07,586 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:53:07,587 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:53:07,587 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom60 stopped - MDC[] 2023-01-07 23:53:07,587 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom60, ID:centos-7-xnkdf-38709-1673135563947-0:60) is shutting down - MDC[] 2023-01-07 23:53:07,588 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom60, ID:centos-7-xnkdf-38709-1673135563947-0:60) uptime 0.111 seconds - MDC[] 2023-01-07 23:53:07,588 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom60, ID:centos-7-xnkdf-38709-1673135563947-0:60) is shutdown - MDC[] 2023-01-07 23:53:07,588 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:53:07,588 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 115.336689 ms - MDC[] 2023-01-07 23:53:07,588 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:07,589 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:07,589 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:07,589 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #61 initialized: null - MDC[] 2023-01-07 23:53:07,591 INFO [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS subscriber] 2023-01-07 23:53:07,591 INFO [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom61, ID:centos-7-xnkdf-38709-1673135563947-0:61) is starting - MDC[jobName=JMS subscriber] 2023-01-07 23:53:07,591 INFO [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom61, ID:centos-7-xnkdf-38709-1673135563947-0:61) started - MDC[jobName=JMS subscriber] 2023-01-07 23:53:07,591 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] 2023-01-07 23:53:07,592 INFO [scout-thread-20] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom61 started - MDC[jobName=JMS subscriber] 2023-01-07 23:53:07,593 INFO [scout-thread-20] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-182:1,clientId=Scout JUnit MOM #61 (centos-7-xnkdf:8080),started=true} - MDC[jobName=JMS subscriber] 2023-01-07 23:53:07,648 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@2091b6b9, org.eclipse.scout.rt.mom.jms.JmsSubscription@67091f3b] - MDC[] 2023-01-07 23:53:07,648 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 2 subscriber jobs: [JobFutureTask@204ce262[job=JMS subscriber, state=DONE], JobFutureTask@c76c029[job=JMS subscriber, state=DONE]] - MDC[] 2023-01-07 23:53:07,648 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.009000 ms - MDC[] 2023-01-07 23:53:07,649 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:53:07,649 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:53:07,649 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom61 stopped - MDC[] 2023-01-07 23:53:07,649 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom61, ID:centos-7-xnkdf-38709-1673135563947-0:61) is shutting down - MDC[] 2023-01-07 23:53:07,650 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom61, ID:centos-7-xnkdf-38709-1673135563947-0:61) uptime 0.059 seconds - MDC[] 2023-01-07 23:53:07,650 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom61, ID:centos-7-xnkdf-38709-1673135563947-0:61) is shutdown - MDC[] 2023-01-07 23:53:07,650 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:53:07,650 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 61.237971 ms - MDC[] 2023-01-07 23:53:07,650 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:07,651 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:07,651 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:07,651 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #62 initialized: null - MDC[] 2023-01-07 23:53:07,652 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS subscriber] 2023-01-07 23:53:07,653 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom62, ID:centos-7-xnkdf-38709-1673135563947-0:62) is starting - MDC[jobName=JMS subscriber] 2023-01-07 23:53:07,653 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom62, ID:centos-7-xnkdf-38709-1673135563947-0:62) started - MDC[jobName=JMS subscriber] 2023-01-07 23:53:07,653 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] 2023-01-07 23:53:07,654 INFO [scout-thread-19] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom62 started - MDC[jobName=JMS subscriber] 2023-01-07 23:53:07,655 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-185:1,clientId=Scout JUnit MOM #62 (centos-7-xnkdf:8080),started=true} - MDC[jobName=JMS subscriber] 2023-01-07 23:53:07,710 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@3e759542, org.eclipse.scout.rt.mom.jms.JmsSubscription@639d8311] - MDC[] 2023-01-07 23:53:07,711 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 2 subscriber jobs: [JobFutureTask@35da9f7f[job=JMS subscriber, state=DONE], JobFutureTask@7a54fc29[job=JMS subscriber, state=RUNNING]] - MDC[] 2023-01-07 23:53:07,711 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.013500 ms - MDC[] 2023-01-07 23:53:07,711 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:53:07,711 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:53:07,712 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom62 stopped - MDC[] 2023-01-07 23:53:07,712 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom62, ID:centos-7-xnkdf-38709-1673135563947-0:62) is shutting down - MDC[] 2023-01-07 23:53:07,712 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom62, ID:centos-7-xnkdf-38709-1673135563947-0:62) uptime 0.060 seconds - MDC[] 2023-01-07 23:53:07,712 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom62, ID:centos-7-xnkdf-38709-1673135563947-0:62) is shutdown - MDC[] 2023-01-07 23:53:07,713 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:53:07,713 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 61.873482 ms - MDC[] 2023-01-07 23:53:07,713 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:07,713 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:07,713 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:07,714 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #63 initialized: null - MDC[] 2023-01-07 23:53:07,715 INFO [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS subscriber] 2023-01-07 23:53:07,716 INFO [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom63, ID:centos-7-xnkdf-38709-1673135563947-0:63) is starting - MDC[jobName=JMS subscriber] 2023-01-07 23:53:07,716 INFO [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom63, ID:centos-7-xnkdf-38709-1673135563947-0:63) started - MDC[jobName=JMS subscriber] 2023-01-07 23:53:07,716 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] 2023-01-07 23:53:07,716 INFO [scout-thread-20] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom63 started - MDC[jobName=JMS subscriber] 2023-01-07 23:53:07,717 INFO [scout-thread-20] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-188:1,clientId=Scout JUnit MOM #63 (centos-7-xnkdf:8080),started=true} - MDC[jobName=JMS subscriber] 2023-01-07 23:53:07,772 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@6ea04064, org.eclipse.scout.rt.mom.jms.JmsSubscription@21041ffb] - MDC[] 2023-01-07 23:53:07,773 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:53:07,773 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:53:07,774 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom63 stopped - MDC[] 2023-01-07 23:53:07,774 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom63, ID:centos-7-xnkdf-38709-1673135563947-0:63) is shutting down - MDC[] 2023-01-07 23:53:07,774 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom63, ID:centos-7-xnkdf-38709-1673135563947-0:63) uptime 0.059 seconds - MDC[] 2023-01-07 23:53:07,775 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom63, ID:centos-7-xnkdf-38709-1673135563947-0:63) is shutdown - MDC[] 2023-01-07 23:53:07,775 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:53:07,775 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 61.334847 ms - MDC[] 2023-01-07 23:53:07,775 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:07,775 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:07,775 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:07,776 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #64 initialized: null - MDC[] 2023-01-07 23:53:07,777 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS subscriber] 2023-01-07 23:53:07,778 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom64, ID:centos-7-xnkdf-38709-1673135563947-0:64) is starting - MDC[jobName=JMS subscriber] 2023-01-07 23:53:07,778 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom64, ID:centos-7-xnkdf-38709-1673135563947-0:64) started - MDC[jobName=JMS subscriber] 2023-01-07 23:53:07,778 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] 2023-01-07 23:53:07,779 INFO [scout-thread-19] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom64 started - MDC[jobName=JMS subscriber] 2023-01-07 23:53:07,780 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-191:1,clientId=Scout JUnit MOM #64 (centos-7-xnkdf:8080),started=true} - MDC[jobName=JMS subscriber] 2023-01-07 23:53:07,836 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@26a8e303, org.eclipse.scout.rt.mom.jms.JmsSubscription@18365e98] - MDC[] 2023-01-07 23:53:07,836 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:53:07,836 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:53:07,837 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom64 stopped - MDC[] 2023-01-07 23:53:07,837 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom64, ID:centos-7-xnkdf-38709-1673135563947-0:64) is shutting down - MDC[] 2023-01-07 23:53:07,838 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom64, ID:centos-7-xnkdf-38709-1673135563947-0:64) uptime 0.061 seconds - MDC[] 2023-01-07 23:53:07,838 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom64, ID:centos-7-xnkdf-38709-1673135563947-0:64) is shutdown - MDC[] 2023-01-07 23:53:07,838 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:53:07,838 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 62.797582 ms - MDC[] 2023-01-07 23:53:07,838 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:07,839 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:07,839 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:07,840 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #65 initialized: null - MDC[] 2023-01-07 23:53:07,841 INFO [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS subscriber] 2023-01-07 23:53:07,842 INFO [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom65, ID:centos-7-xnkdf-38709-1673135563947-0:65) is starting - MDC[jobName=JMS subscriber] 2023-01-07 23:53:07,842 INFO [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom65, ID:centos-7-xnkdf-38709-1673135563947-0:65) started - MDC[jobName=JMS subscriber] 2023-01-07 23:53:07,842 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] 2023-01-07 23:53:07,842 INFO [scout-thread-20] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom65 started - MDC[jobName=JMS subscriber] 2023-01-07 23:53:07,843 INFO [scout-thread-20] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-194:1,clientId=Scout JUnit MOM #65 (centos-7-xnkdf:8080),started=true} - MDC[jobName=JMS subscriber] 2023-01-07 23:53:07,898 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@310ff09e, org.eclipse.scout.rt.mom.jms.JmsSubscription@26c0afdf] - MDC[] 2023-01-07 23:53:07,899 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 2 subscriber jobs: [JobFutureTask@b939971[job=JMS subscriber, state=DONE], JobFutureTask@ffad70[job=JMS subscriber, state=DONE]] - MDC[] 2023-01-07 23:53:07,899 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.013542 ms - MDC[] 2023-01-07 23:53:07,899 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:53:07,900 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:53:07,900 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom65 stopped - MDC[] 2023-01-07 23:53:07,900 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom65, ID:centos-7-xnkdf-38709-1673135563947-0:65) is shutting down - MDC[] 2023-01-07 23:53:07,901 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom65, ID:centos-7-xnkdf-38709-1673135563947-0:65) uptime 0.060 seconds - MDC[] 2023-01-07 23:53:07,901 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom65, ID:centos-7-xnkdf-38709-1673135563947-0:65) is shutdown - MDC[] 2023-01-07 23:53:07,901 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:53:07,901 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 62.187821 ms - MDC[] 2023-01-07 23:53:07,901 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:07,902 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:07,902 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:07,902 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #66 initialized: null - MDC[] 2023-01-07 23:53:07,903 INFO [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS subscriber] 2023-01-07 23:53:07,904 INFO [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom66, ID:centos-7-xnkdf-38709-1673135563947-0:66) is starting - MDC[jobName=JMS subscriber] 2023-01-07 23:53:07,904 INFO [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom66, ID:centos-7-xnkdf-38709-1673135563947-0:66) started - MDC[jobName=JMS subscriber] 2023-01-07 23:53:07,904 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] 2023-01-07 23:53:07,904 INFO [scout-thread-20] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom66 started - MDC[jobName=JMS subscriber] 2023-01-07 23:53:07,906 INFO [scout-thread-20] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-197:1,clientId=Scout JUnit MOM #66 (centos-7-xnkdf:8080),started=true} - MDC[jobName=JMS subscriber] 2023-01-07 23:53:07,961 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@74cad6d, org.eclipse.scout.rt.mom.jms.JmsSubscription@6ece6906] - MDC[] 2023-01-07 23:53:07,962 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 2 subscriber jobs: [JobFutureTask@5f56d7bd[job=JMS subscriber, state=DONE], JobFutureTask@74fc87d1[job=JMS subscriber, state=DONE]] - MDC[] 2023-01-07 23:53:07,962 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.013459 ms - MDC[] 2023-01-07 23:53:07,962 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:53:07,962 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:53:07,963 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom66 stopped - MDC[] 2023-01-07 23:53:07,963 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom66, ID:centos-7-xnkdf-38709-1673135563947-0:66) is shutting down - MDC[] 2023-01-07 23:53:07,964 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom66, ID:centos-7-xnkdf-38709-1673135563947-0:66) uptime 0.061 seconds - MDC[] 2023-01-07 23:53:07,964 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom66, ID:centos-7-xnkdf-38709-1673135563947-0:66) is shutdown - MDC[] 2023-01-07 23:53:07,964 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:53:07,964 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 62.243989 ms - MDC[] 2023-01-07 23:53:07,964 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:07,965 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:07,965 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:07,966 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #67 initialized: null - MDC[] 2023-01-07 23:53:07,967 INFO [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS subscriber] 2023-01-07 23:53:07,967 INFO [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom67, ID:centos-7-xnkdf-38709-1673135563947-0:67) is starting - MDC[jobName=JMS subscriber] 2023-01-07 23:53:07,968 INFO [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom67, ID:centos-7-xnkdf-38709-1673135563947-0:67) started - MDC[jobName=JMS subscriber] 2023-01-07 23:53:07,968 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] 2023-01-07 23:53:07,968 INFO [scout-thread-20] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom67 started - MDC[jobName=JMS subscriber] 2023-01-07 23:53:07,969 INFO [scout-thread-20] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-200:1,clientId=Scout JUnit MOM #67 (centos-7-xnkdf:8080),started=true} - MDC[jobName=JMS subscriber] 2023-01-07 23:53:08,025 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@14318e90, org.eclipse.scout.rt.mom.jms.JmsSubscription@1740a7b0] - MDC[] 2023-01-07 23:53:08,025 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 2 subscriber jobs: [JobFutureTask@4cdc345f[job=JMS subscriber, state=DONE], JobFutureTask@4af9217f[job=JMS subscriber, state=DONE]] - MDC[] 2023-01-07 23:53:08,026 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.045001 ms - MDC[] 2023-01-07 23:53:08,026 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:53:08,026 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:53:08,027 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom67 stopped - MDC[] 2023-01-07 23:53:08,027 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom67, ID:centos-7-xnkdf-38709-1673135563947-0:67) is shutting down - MDC[] 2023-01-07 23:53:08,027 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom67, ID:centos-7-xnkdf-38709-1673135563947-0:67) uptime 0.060 seconds - MDC[] 2023-01-07 23:53:08,027 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom67, ID:centos-7-xnkdf-38709-1673135563947-0:67) is shutdown - MDC[] 2023-01-07 23:53:08,027 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:53:08,027 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 62.443368 ms - MDC[] 2023-01-07 23:53:08,028 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:08,028 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:08,028 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:08,029 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #68 initialized: null - MDC[] 2023-01-07 23:53:08,030 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS subscriber] 2023-01-07 23:53:08,030 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom68, ID:centos-7-xnkdf-38709-1673135563947-0:68) is starting - MDC[jobName=JMS subscriber] 2023-01-07 23:53:08,031 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom68, ID:centos-7-xnkdf-38709-1673135563947-0:68) started - MDC[jobName=JMS subscriber] 2023-01-07 23:53:08,031 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] 2023-01-07 23:53:08,031 INFO [scout-thread-19] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom68 started - MDC[jobName=JMS subscriber] 2023-01-07 23:53:08,032 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-203:1,clientId=Scout JUnit MOM #68 (centos-7-xnkdf:8080),started=true} - MDC[jobName=JMS subscriber] 2023-01-07 23:53:08,088 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@4b0393ee, org.eclipse.scout.rt.mom.jms.JmsSubscription@4d829889] - MDC[] 2023-01-07 23:53:08,088 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@57c06659[job=JMS subscriber, state=DONE]] - MDC[] 2023-01-07 23:53:08,089 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.022501 ms - MDC[] 2023-01-07 23:53:08,089 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:53:08,089 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:53:08,090 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom68 stopped - MDC[] 2023-01-07 23:53:08,090 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom68, ID:centos-7-xnkdf-38709-1673135563947-0:68) is shutting down - MDC[] 2023-01-07 23:53:08,090 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom68, ID:centos-7-xnkdf-38709-1673135563947-0:68) uptime 0.060 seconds - MDC[] 2023-01-07 23:53:08,091 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom68, ID:centos-7-xnkdf-38709-1673135563947-0:68) is shutdown - MDC[] 2023-01-07 23:53:08,091 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:53:08,091 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 62.760123 ms - MDC[] 2023-01-07 23:53:08,091 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:08,091 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:08,092 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:08,092 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #69 initialized: null - MDC[] 2023-01-07 23:53:08,093 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS subscriber] 2023-01-07 23:53:08,094 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom69, ID:centos-7-xnkdf-38709-1673135563947-0:69) is starting - MDC[jobName=JMS subscriber] 2023-01-07 23:53:08,094 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom69, ID:centos-7-xnkdf-38709-1673135563947-0:69) started - MDC[jobName=JMS subscriber] 2023-01-07 23:53:08,094 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] 2023-01-07 23:53:08,095 INFO [scout-thread-19] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom69 started - MDC[jobName=JMS subscriber] 2023-01-07 23:53:08,096 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-206:1,clientId=Scout JUnit MOM #69 (centos-7-xnkdf:8080),started=true} - MDC[jobName=JMS subscriber] 2023-01-07 23:53:08,151 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@67c6b166, org.eclipse.scout.rt.mom.jms.JmsSubscription@1bf64e55] - MDC[] 2023-01-07 23:53:08,152 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@60339ff4[job=JMS subscriber, state=DONE]] - MDC[] 2023-01-07 23:53:08,152 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.011542 ms - MDC[] 2023-01-07 23:53:08,152 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:53:08,152 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:53:08,153 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom69 stopped - MDC[] 2023-01-07 23:53:08,153 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom69, ID:centos-7-xnkdf-38709-1673135563947-0:69) is shutting down - MDC[] 2023-01-07 23:53:08,153 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom69, ID:centos-7-xnkdf-38709-1673135563947-0:69) uptime 0.060 seconds - MDC[] 2023-01-07 23:53:08,154 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom69, ID:centos-7-xnkdf-38709-1673135563947-0:69) is shutdown - MDC[] 2023-01-07 23:53:08,154 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:53:08,154 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 62.175488 ms - MDC[] 2023-01-07 23:53:08,154 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:08,154 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:08,155 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:08,156 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] 2023-01-07 23:53:08,157 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:53:08,158 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom70, ID:centos-7-xnkdf-38709-1673135563947-0:70) is starting - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:53:08,158 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom70, ID:centos-7-xnkdf-38709-1673135563947-0:70) started - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:53:08,158 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] 2023-01-07 23:53:08,158 INFO [scout-thread-19] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom70 started - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:53:08,160 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-209:1,clientId=Scout JUnit MOM #70 (centos-7-xnkdf:8080),started=true} - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:53:13,166 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@3bf8b423] - MDC[] 2023-01-07 23:53:13,167 INFO [scout-thread-21] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.requestImpl(JmsMomImplementor.java:434) - Request job canceled; java.lang.InterruptedException - MDC[jobName=request on test/mom/testTopicRequestReplyTimeout] 2023-01-07 23:53:13,167 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 3 subscriber jobs: [JobFutureTask@66fef3db[job=request on test/mom/testTopicRequestReplyTimeout, state=DONE], JobFutureTask@677549fc[job=JMS subscriber, state=DONE], JobFutureTask@27171f0d[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:53:13,167 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.024250 ms - MDC[] 2023-01-07 23:53:13,168 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:53:13,168 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:53:13,170 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom70 stopped - MDC[] 2023-01-07 23:53:13,170 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom70, ID:centos-7-xnkdf-38709-1673135563947-0:70) is shutting down - MDC[] 2023-01-07 23:53:13,170 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom70, ID:centos-7-xnkdf-38709-1673135563947-0:70) uptime 5.013 seconds - MDC[] 2023-01-07 23:53:13,170 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom70, ID:centos-7-xnkdf-38709-1673135563947-0:70) is shutdown - MDC[] 2023-01-07 23:53:13,171 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:53:13,171 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 5015.939691 ms - MDC[] 2023-01-07 23:53:13,171 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:13,171 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:13,172 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:13,172 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #71 initialized: null - MDC[] 2023-01-07 23:53:13,173 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2023-01-07 23:53:13,173 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom71, ID:centos-7-xnkdf-38709-1673135563947-0:71) is starting - MDC[] 2023-01-07 23:53:13,174 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom71, ID:centos-7-xnkdf-38709-1673135563947-0:71) started - MDC[] 2023-01-07 23:53:13,174 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2023-01-07 23:53:13,174 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom71 started - MDC[] 2023-01-07 23:53:13,176 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-212:1,clientId=Scout JUnit MOM #71 (centos-7-xnkdf:8080),started=true} - MDC[] 2023-01-07 23:53:13,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@6ee9fcac, org.eclipse.scout.rt.mom.jms.JmsSubscription@488897ef] - MDC[] 2023-01-07 23:53:13,181 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@ff5aa42[job=JMS subscriber, state=DONE]] - MDC[] 2023-01-07 23:53:13,182 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.013542 ms - MDC[] 2023-01-07 23:53:13,182 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:53:13,182 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:53:13,183 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom71 stopped - MDC[] 2023-01-07 23:53:13,183 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom71, ID:centos-7-xnkdf-38709-1673135563947-0:71) is shutting down - MDC[] 2023-01-07 23:53:13,183 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom71, ID:centos-7-xnkdf-38709-1673135563947-0:71) uptime 0.010 seconds - MDC[] 2023-01-07 23:53:13,183 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom71, ID:centos-7-xnkdf-38709-1673135563947-0:71) is shutdown - MDC[] 2023-01-07 23:53:13,183 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:53:13,184 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 11.821086 ms - MDC[] 2023-01-07 23:53:13,184 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:13,184 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:13,184 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:13,186 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2023-01-07 23:53:13,187 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 2.198873 ms - MDC[] 2023-01-07 23:53:13,187 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:13,188 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:13,188 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:13,188 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #73 initialized: null - MDC[] 2023-01-07 23:53:13,189 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2023-01-07 23:53:13,189 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom73, ID:centos-7-xnkdf-38709-1673135563947-0:72) is starting - MDC[] 2023-01-07 23:53:13,190 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom73, ID:centos-7-xnkdf-38709-1673135563947-0:72) started - MDC[] 2023-01-07 23:53:13,190 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2023-01-07 23:53:13,191 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom73 started - MDC[] 2023-01-07 23:53:13,192 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-215:1,clientId=Scout JUnit MOM #73 (centos-7-xnkdf:8080),started=true} - MDC[] 2023-01-07 23:53:13,205 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@24d02ed9] - MDC[] 2023-01-07 23:53:13,205 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 10 subscriber jobs: [JobFutureTask@25b0ca61[job=Receiving JMS message [dest=Destination@509d9add[name=test/mom/testConcurrentMessageConsumption, type=QUEUE, resolveMethod=DEFINE, properties={}]], state=RUNNING], JobFutureTask@53fe1a5c[job=Receiving JMS message [dest=Destination@509d9add[name=test/mom/testConcurrentMessageConsumption, type=QUEUE, resolveMethod=DEFINE, properties={}]], state=RUNNING], JobFutureTask@20dbca89[job=Receiving JMS message [dest=Destination@509d9add[name=test/mom/testConcurrentMessageConsumption, type=QUEUE, resolveMethod=DEFINE, properties={}]], state=RUNNING], JobFutureTask@5c44b507[job=Receiving JMS message [dest=Destination@509d9add[name=test/mom/testConcurrentMessageConsumption, type=QUEUE, resolveMethod=DEFINE, properties={}]], state=RUNNING], JobFutureTask@7fe44cd7[job=Receiving JMS message [dest=Destination@509d9add[name=test/mom/testConcurrentMessageConsumption, type=QUEUE, resolveMethod=DEFINE, properties={}]], state=RUNNING], JobFutureTask@594eaf18[job=Receiving JMS message [dest=Destination@509d9add[name=test/mom/testConcurrentMessageConsumption, type=QUEUE, resolveMethod=DEFINE, properties={}]], state=RUNNING], JobFutureTask@3da96220[job=Receiving JMS message [dest=Destination@509d9add[name=test/mom/testConcurrentMessageConsumption, type=QUEUE, resolveMethod=DEFINE, properties={}]], state=RUNNING], JobFutureTask@f2d65d4[job=Receiving JMS message [dest=Destination@509d9add[name=test/mom/testConcurrentMessageConsumption, type=QUEUE, resolveMethod=DEFINE, properties={}]], state=RUNNING], JobFutureTask@19551ee[job=Receiving JMS message [dest=Destination@509d9add[name=test/mom/testConcurrentMessageConsumption, type=QUEUE, resolveMethod=DEFINE, properties={}]], state=RUNNING], JobFutureTask@2ae2dc5f[job=Receiving JMS message [dest=Destination@509d9add[name=test/mom/testConcurrentMessageConsumption, type=QUEUE, resolveMethod=DEFINE, properties={}]], state=RUNNING]] - MDC[] 2023-01-07 23:53:13,206 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.018000 ms - MDC[] 2023-01-07 23:53:13,206 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:53:13,206 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:53:13,207 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom73 stopped - MDC[] 2023-01-07 23:53:13,207 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom73, ID:centos-7-xnkdf-38709-1673135563947-0:72) is shutting down - MDC[] 2023-01-07 23:53:13,208 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom73, ID:centos-7-xnkdf-38709-1673135563947-0:72) uptime 0.019 seconds - MDC[] 2023-01-07 23:53:13,208 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom73, ID:centos-7-xnkdf-38709-1673135563947-0:72) is shutdown - MDC[] 2023-01-07 23:53:13,208 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:53:13,208 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 20.309322 ms - MDC[] 2023-01-07 23:53:13,208 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:13,209 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:13,209 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:13,211 INFO [scout-thread-14] 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] 2023-01-07 23:53:13,212 INFO [scout-thread-15] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:53:13,212 INFO [scout-thread-15] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom74, ID:centos-7-xnkdf-38709-1673135563947-0:73) is starting - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:53:13,213 INFO [scout-thread-15] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom74, ID:centos-7-xnkdf-38709-1673135563947-0:73) started - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:53:13,213 INFO [scout-thread-15] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:53:13,213 INFO [scout-thread-15] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom74 started - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:53:13,214 INFO [scout-thread-15] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-218:1,clientId=Scout JUnit MOM #74 (centos-7-xnkdf:8080),started=true} - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:53:13,243 INFO [ActiveMQ VMTransport: vm://mom74#145-2] org.apache.activemq.broker.region.TempQueue.dispose(TempQueue.java:87) - temp-queue://ID:centos-7-xnkdf-38709-1673135563947-218:1:1 on dispose, purge of 1 pending messages: org.apache.activemq.broker.region.cursors.VMPendingMessageCursor@46748429 - MDC[] 2023-01-07 23:53:13,245 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@5d186b14, org.eclipse.scout.rt.mom.jms.JmsSubscription@37b117dd] - MDC[] 2023-01-07 23:53:13,246 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 2 subscriber jobs: [JobFutureTask@28f67ec1[job=JMS reply cancel message listener, state=RUNNING], JobFutureTask@caacc20[job=JMS subscriber, state=DONE]] - MDC[] 2023-01-07 23:53:13,246 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.013459 ms - MDC[] 2023-01-07 23:53:13,246 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:53:13,246 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:53:13,247 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom74 stopped - MDC[] 2023-01-07 23:53:13,248 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom74, ID:centos-7-xnkdf-38709-1673135563947-0:73) is shutting down - MDC[] 2023-01-07 23:53:13,248 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom74, ID:centos-7-xnkdf-38709-1673135563947-0:73) uptime 0.036 seconds - MDC[] 2023-01-07 23:53:13,248 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom74, ID:centos-7-xnkdf-38709-1673135563947-0:73) is shutdown - MDC[] 2023-01-07 23:53:13,248 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:53:13,248 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 39.206827 ms - MDC[] 2023-01-07 23:53:13,248 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:13,249 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:13,249 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:13,250 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #75 initialized: null - MDC[] 2023-01-07 23:53:13,250 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2023-01-07 23:53:13,251 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom75, ID:centos-7-xnkdf-38709-1673135563947-0:74) is starting - MDC[] 2023-01-07 23:53:13,251 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom75, ID:centos-7-xnkdf-38709-1673135563947-0:74) started - MDC[] 2023-01-07 23:53:13,252 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2023-01-07 23:53:13,252 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom75 started - MDC[] 2023-01-07 23:53:13,253 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-221:1,clientId=Scout JUnit MOM #75 (centos-7-xnkdf:8080),started=true} - MDC[] 2023-01-07 23:53:13,407 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@49a14b44] - MDC[] 2023-01-07 23:53:13,408 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:53:13,408 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:53:13,408 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom75 stopped - MDC[] 2023-01-07 23:53:13,408 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom75, ID:centos-7-xnkdf-38709-1673135563947-0:74) is shutting down - MDC[] 2023-01-07 23:53:13,409 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom75, ID:centos-7-xnkdf-38709-1673135563947-0:74) uptime 0.159 seconds - MDC[] 2023-01-07 23:53:13,409 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom75, ID:centos-7-xnkdf-38709-1673135563947-0:74) is shutdown - MDC[] 2023-01-07 23:53:13,410 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:53:13,410 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 160.313619 ms - MDC[] 2023-01-07 23:53:13,410 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:13,410 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:13,411 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:13,411 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #76 initialized: null - MDC[] 2023-01-07 23:53:13,412 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2023-01-07 23:53:13,412 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom76, ID:centos-7-xnkdf-38709-1673135563947-0:75) is starting - MDC[] 2023-01-07 23:53:13,413 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom76, ID:centos-7-xnkdf-38709-1673135563947-0:75) started - MDC[] 2023-01-07 23:53:13,413 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2023-01-07 23:53:13,413 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom76 started - MDC[] 2023-01-07 23:53:13,414 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-224:1,clientId=Scout JUnit MOM #76 (centos-7-xnkdf:8080),started=true} - MDC[] 2023-01-07 23:53:13,568 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@7d40f584] - MDC[] 2023-01-07 23:53:13,569 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@315f5ffb[job=JMS subscriber, state=DONE]] - MDC[] 2023-01-07 23:53:13,569 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.013500 ms - MDC[] 2023-01-07 23:53:13,569 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:53:13,569 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:53:13,570 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom76 stopped - MDC[] 2023-01-07 23:53:13,570 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom76, ID:centos-7-xnkdf-38709-1673135563947-0:75) is shutting down - MDC[] 2023-01-07 23:53:13,571 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom76, ID:centos-7-xnkdf-38709-1673135563947-0:75) uptime 0.159 seconds - MDC[] 2023-01-07 23:53:13,572 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom76, ID:centos-7-xnkdf-38709-1673135563947-0:75) is shutdown - MDC[] 2023-01-07 23:53:13,572 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:53:13,572 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 161.110134 ms - MDC[] 2023-01-07 23:53:13,572 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:13,572 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:13,572 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:13,573 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #77 initialized: null - MDC[] 2023-01-07 23:53:13,573 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2023-01-07 23:53:13,574 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom77, ID:centos-7-xnkdf-38709-1673135563947-0:76) is starting - MDC[] 2023-01-07 23:53:13,574 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom77, ID:centos-7-xnkdf-38709-1673135563947-0:76) started - MDC[] 2023-01-07 23:53:13,574 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2023-01-07 23:53:13,575 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom77 started - MDC[] 2023-01-07 23:53:13,576 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-227:1,clientId=Scout JUnit MOM #77 (centos-7-xnkdf:8080),started=true} - MDC[] 2023-01-07 23:53:13,730 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@276d3d00] - MDC[] 2023-01-07 23:53:13,730 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@63f8006f[job=JMS subscriber, state=DONE]] - MDC[] 2023-01-07 23:53:13,731 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.013542 ms - MDC[] 2023-01-07 23:53:13,731 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:53:13,731 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:53:13,732 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom77 stopped - MDC[] 2023-01-07 23:53:13,732 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom77, ID:centos-7-xnkdf-38709-1673135563947-0:76) is shutting down - MDC[] 2023-01-07 23:53:13,733 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom77, ID:centos-7-xnkdf-38709-1673135563947-0:76) uptime 0.160 seconds - MDC[] 2023-01-07 23:53:13,733 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom77, ID:centos-7-xnkdf-38709-1673135563947-0:76) is shutdown - MDC[] 2023-01-07 23:53:13,733 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:53:13,733 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 160.880546 ms - MDC[] 2023-01-07 23:53:13,733 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:13,734 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:13,734 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:13,734 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #78 initialized: null - MDC[] 2023-01-07 23:53:13,735 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2023-01-07 23:53:13,736 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom78, ID:centos-7-xnkdf-38709-1673135563947-0:77) is starting - MDC[] 2023-01-07 23:53:13,736 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom78, ID:centos-7-xnkdf-38709-1673135563947-0:77) started - MDC[] 2023-01-07 23:53:13,736 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2023-01-07 23:53:13,737 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom78 started - MDC[] 2023-01-07 23:53:13,738 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-230:1,clientId=Scout JUnit MOM #78 (centos-7-xnkdf:8080),started=true} - MDC[] 2023-01-07 23:53:13,891 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@2939bfa0] - MDC[] 2023-01-07 23:53:13,892 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@3feec3b0[job=JMS subscriber, state=DONE]] - MDC[] 2023-01-07 23:53:13,892 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.009042 ms - MDC[] 2023-01-07 23:53:13,892 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:53:13,892 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:53:13,893 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom78 stopped - MDC[] 2023-01-07 23:53:13,893 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom78, ID:centos-7-xnkdf-38709-1673135563947-0:77) is shutting down - MDC[] 2023-01-07 23:53:13,893 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom78, ID:centos-7-xnkdf-38709-1673135563947-0:77) uptime 0.158 seconds - MDC[] 2023-01-07 23:53:13,894 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom78, ID:centos-7-xnkdf-38709-1673135563947-0:77) is shutdown - MDC[] 2023-01-07 23:53:13,894 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:53:13,894 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 160.113116 ms - MDC[] 2023-01-07 23:53:13,894 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:13,895 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:13,895 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:13,896 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #79 initialized: null - MDC[] 2023-01-07 23:53:13,896 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2023-01-07 23:53:13,897 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom79, ID:centos-7-xnkdf-38709-1673135563947-0:78) is starting - MDC[] 2023-01-07 23:53:13,897 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom79, ID:centos-7-xnkdf-38709-1673135563947-0:78) started - MDC[] 2023-01-07 23:53:13,897 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2023-01-07 23:53:13,898 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom79 started - MDC[] 2023-01-07 23:53:13,899 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-233:1,clientId=Scout JUnit MOM #79 (centos-7-xnkdf:8080),started=true} - MDC[] 2023-01-07 23:53:14,052 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@2c969f] - MDC[] 2023-01-07 23:53:14,052 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@5191288e[job=JMS subscriber, state=DONE]] - MDC[] 2023-01-07 23:53:14,052 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.009001 ms - MDC[] 2023-01-07 23:53:14,053 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:53:14,053 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:53:14,053 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom79 stopped - MDC[] 2023-01-07 23:53:14,053 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom79, ID:centos-7-xnkdf-38709-1673135563947-0:78) is shutting down - MDC[] 2023-01-07 23:53:14,054 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom79, ID:centos-7-xnkdf-38709-1673135563947-0:78) uptime 0.158 seconds - MDC[] 2023-01-07 23:53:14,054 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom79, ID:centos-7-xnkdf-38709-1673135563947-0:78) is shutdown - MDC[] 2023-01-07 23:53:14,054 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:53:14,054 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 159.477687 ms - MDC[] 2023-01-07 23:53:14,055 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:14,055 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:14,055 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:14,056 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #80 initialized: null - MDC[] 2023-01-07 23:53:14,056 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2023-01-07 23:53:14,057 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom80, ID:centos-7-xnkdf-38709-1673135563947-0:79) is starting - MDC[] 2023-01-07 23:53:14,057 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom80, ID:centos-7-xnkdf-38709-1673135563947-0:79) started - MDC[] 2023-01-07 23:53:14,057 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2023-01-07 23:53:14,058 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom80 started - MDC[] 2023-01-07 23:53:14,059 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-236:1,clientId=Scout JUnit MOM #80 (centos-7-xnkdf:8080),started=true} - MDC[] 2023-01-07 23:53:14,212 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@56b37d59] - MDC[] 2023-01-07 23:53:14,212 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@7bbc0c6b[job=JMS subscriber, state=DONE]] - MDC[] 2023-01-07 23:53:14,212 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.009000 ms - MDC[] 2023-01-07 23:53:14,212 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:53:14,213 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:53:14,213 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom80 stopped - MDC[] 2023-01-07 23:53:14,213 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom80, ID:centos-7-xnkdf-38709-1673135563947-0:79) is shutting down - MDC[] 2023-01-07 23:53:14,214 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom80, ID:centos-7-xnkdf-38709-1673135563947-0:79) uptime 0.158 seconds - MDC[] 2023-01-07 23:53:14,215 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom80, ID:centos-7-xnkdf-38709-1673135563947-0:79) is shutdown - MDC[] 2023-01-07 23:53:14,215 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:53:14,215 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 159.577398 ms - MDC[] 2023-01-07 23:53:14,215 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:14,216 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:14,216 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:14,216 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #81 initialized: null - MDC[] 2023-01-07 23:53:14,217 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2023-01-07 23:53:14,218 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom81, ID:centos-7-xnkdf-38709-1673135563947-0:80) is starting - MDC[] 2023-01-07 23:53:14,218 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom81, ID:centos-7-xnkdf-38709-1673135563947-0:80) started - MDC[] 2023-01-07 23:53:14,218 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2023-01-07 23:53:14,219 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom81 started - MDC[] 2023-01-07 23:53:14,220 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-239:1,clientId=Scout JUnit MOM #81 (centos-7-xnkdf:8080),started=true} - MDC[] 2023-01-07 23:53:14,374 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@32c3102] - MDC[] 2023-01-07 23:53:14,374 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@113366e7[job=JMS subscriber, state=DONE]] - MDC[] 2023-01-07 23:53:14,374 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.013542 ms - MDC[] 2023-01-07 23:53:14,374 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:53:14,375 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:53:14,375 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom81 stopped - MDC[] 2023-01-07 23:53:14,375 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom81, ID:centos-7-xnkdf-38709-1673135563947-0:80) is shutting down - MDC[] 2023-01-07 23:53:14,376 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom81, ID:centos-7-xnkdf-38709-1673135563947-0:80) uptime 0.159 seconds - MDC[] 2023-01-07 23:53:14,376 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom81, ID:centos-7-xnkdf-38709-1673135563947-0:80) is shutdown - MDC[] 2023-01-07 23:53:14,377 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:53:14,377 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 161.041799 ms - MDC[] 2023-01-07 23:53:14,377 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:14,377 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:14,378 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:14,378 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #82 initialized: null - MDC[] 2023-01-07 23:53:14,379 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2023-01-07 23:53:14,380 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom82, ID:centos-7-xnkdf-38709-1673135563947-0:81) is starting - MDC[] 2023-01-07 23:53:14,380 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom82, ID:centos-7-xnkdf-38709-1673135563947-0:81) started - MDC[] 2023-01-07 23:53:14,380 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2023-01-07 23:53:14,381 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom82 started - MDC[] 2023-01-07 23:53:14,382 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-242:1,clientId=Scout JUnit MOM #82 (centos-7-xnkdf:8080),started=true} - MDC[] 2023-01-07 23:53:14,535 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@8d44ee6] - MDC[] 2023-01-07 23:53:14,536 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:53:14,536 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:53:14,536 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom82 stopped - MDC[] 2023-01-07 23:53:14,537 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom82, ID:centos-7-xnkdf-38709-1673135563947-0:81) is shutting down - MDC[] 2023-01-07 23:53:14,538 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom82, ID:centos-7-xnkdf-38709-1673135563947-0:81) uptime 0.158 seconds - MDC[] 2023-01-07 23:53:14,538 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom82, ID:centos-7-xnkdf-38709-1673135563947-0:81) is shutdown - MDC[] 2023-01-07 23:53:14,538 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:53:14,538 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 160.321786 ms - MDC[] 2023-01-07 23:53:14,538 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:14,538 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:14,538 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:14,539 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #83 initialized: null - MDC[] 2023-01-07 23:53:14,539 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2023-01-07 23:53:14,540 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom83, ID:centos-7-xnkdf-38709-1673135563947-0:82) is starting - MDC[] 2023-01-07 23:53:14,540 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom83, ID:centos-7-xnkdf-38709-1673135563947-0:82) started - MDC[] 2023-01-07 23:53:14,540 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2023-01-07 23:53:14,541 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom83 started - MDC[] 2023-01-07 23:53:14,542 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-245:1,clientId=Scout JUnit MOM #83 (centos-7-xnkdf:8080),started=true} - MDC[] 2023-01-07 23:53:14,695 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@788b0c96] - MDC[] 2023-01-07 23:53:14,696 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@7aab77f[job=JMS subscriber, state=DONE]] - MDC[] 2023-01-07 23:53:14,696 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.018000 ms - MDC[] 2023-01-07 23:53:14,696 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:53:14,696 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:53:14,697 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom83 stopped - MDC[] 2023-01-07 23:53:14,697 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom83, ID:centos-7-xnkdf-38709-1673135563947-0:82) is shutting down - MDC[] 2023-01-07 23:53:14,698 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom83, ID:centos-7-xnkdf-38709-1673135563947-0:82) uptime 0.159 seconds - MDC[] 2023-01-07 23:53:14,698 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom83, ID:centos-7-xnkdf-38709-1673135563947-0:82) is shutdown - MDC[] 2023-01-07 23:53:14,698 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:53:14,698 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 159.667358 ms - MDC[] 2023-01-07 23:53:14,698 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:14,699 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:14,699 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:14,700 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #84 initialized: null - MDC[] 2023-01-07 23:53:14,700 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2023-01-07 23:53:14,701 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom84, ID:centos-7-xnkdf-38709-1673135563947-0:83) is starting - MDC[] 2023-01-07 23:53:14,701 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom84, ID:centos-7-xnkdf-38709-1673135563947-0:83) started - MDC[] 2023-01-07 23:53:14,701 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2023-01-07 23:53:14,702 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom84 started - MDC[] 2023-01-07 23:53:14,703 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-248:1,clientId=Scout JUnit MOM #84 (centos-7-xnkdf:8080),started=true} - MDC[] 2023-01-07 23:53:14,856 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@1ab2f166] - MDC[] 2023-01-07 23:53:14,857 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@17ee816c[job=JMS subscriber, state=DONE]] - MDC[] 2023-01-07 23:53:14,857 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.018001 ms - MDC[] 2023-01-07 23:53:14,857 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:53:14,858 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:53:14,858 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom84 stopped - MDC[] 2023-01-07 23:53:14,858 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom84, ID:centos-7-xnkdf-38709-1673135563947-0:83) is shutting down - MDC[] 2023-01-07 23:53:14,859 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom84, ID:centos-7-xnkdf-38709-1673135563947-0:83) uptime 0.159 seconds - MDC[] 2023-01-07 23:53:14,859 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom84, ID:centos-7-xnkdf-38709-1673135563947-0:83) is shutdown - MDC[] 2023-01-07 23:53:14,859 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:53:14,859 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 160.351120 ms - MDC[] 2023-01-07 23:53:14,859 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:14,860 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:14,860 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:14,861 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #85 initialized: null - MDC[] 2023-01-07 23:53:14,861 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2023-01-07 23:53:14,862 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom85, ID:centos-7-xnkdf-38709-1673135563947-0:84) is starting - MDC[] 2023-01-07 23:53:14,862 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom85, ID:centos-7-xnkdf-38709-1673135563947-0:84) started - MDC[] 2023-01-07 23:53:14,862 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2023-01-07 23:53:14,863 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom85 started - MDC[] 2023-01-07 23:53:14,863 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-251:1,clientId=Scout JUnit MOM #85 (centos-7-xnkdf:8080),started=true} - MDC[] 2023-01-07 23:53:15,875 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@61dcf21f, org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@24328fca] - MDC[] 2023-01-07 23:53:15,876 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:53:15,876 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:53:15,877 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom85 stopped - MDC[] 2023-01-07 23:53:15,877 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom85, ID:centos-7-xnkdf-38709-1673135563947-0:84) is shutting down - MDC[] 2023-01-07 23:53:15,877 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom85, ID:centos-7-xnkdf-38709-1673135563947-0:84) uptime 1.016 seconds - MDC[] 2023-01-07 23:53:15,877 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom85, ID:centos-7-xnkdf-38709-1673135563947-0:84) is shutdown - MDC[] 2023-01-07 23:53:15,877 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:53:15,878 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 1017.278373 ms - MDC[] 2023-01-07 23:53:15,878 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:15,878 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:15,878 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:15,881 INFO [scout-thread-15] 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] 2023-01-07 23:53:15,881 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:53:15,882 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom86, ID:centos-7-xnkdf-38709-1673135563947-0:85) is starting - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:53:15,882 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom86, ID:centos-7-xnkdf-38709-1673135563947-0:85) started - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:53:15,882 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] 2023-01-07 23:53:15,883 INFO [scout-thread-17] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom86 started - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:53:15,884 INFO [scout-thread-17] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-254:1,clientId=Scout JUnit MOM #86 (centos-7-xnkdf:8080),started=true} - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:53:15,891 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=c14add68-8318-4090-be52-f5879fe05a70] 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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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) 2023-01-07 23:53:15,919 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@6afec4b1] - MDC[] 2023-01-07 23:53:15,919 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 2 subscriber jobs: [JobFutureTask@5812ca53[job=JMS reply cancel message listener, state=RUNNING], JobFutureTask@4315c681[job=JMS subscriber, state=DONE]] - MDC[] 2023-01-07 23:53:15,920 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.018000 ms - MDC[] 2023-01-07 23:53:15,920 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:53:15,921 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:53:15,922 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom86 stopped - MDC[] 2023-01-07 23:53:15,922 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom86, ID:centos-7-xnkdf-38709-1673135563947-0:85) is shutting down - MDC[] 2023-01-07 23:53:15,922 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom86, ID:centos-7-xnkdf-38709-1673135563947-0:85) uptime 0.041 seconds - MDC[] 2023-01-07 23:53:15,922 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom86, ID:centos-7-xnkdf-38709-1673135563947-0:85) is shutdown - MDC[] 2023-01-07 23:53:15,922 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:53:15,923 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 44.093164 ms - MDC[] 2023-01-07 23:53:15,923 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:15,923 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:15,923 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:15,925 INFO [scout-thread-17] 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] 2023-01-07 23:53:15,926 INFO [scout-thread-16] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:53:15,926 INFO [scout-thread-16] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom87, ID:centos-7-xnkdf-38709-1673135563947-0:86) is starting - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:53:15,927 INFO [scout-thread-16] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom87, ID:centos-7-xnkdf-38709-1673135563947-0:86) started - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:53:15,927 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] 2023-01-07 23:53:15,927 INFO [scout-thread-16] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom87 started - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:53:15,928 INFO [scout-thread-16] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-257:1,clientId=Scout JUnit MOM #87 (centos-7-xnkdf:8080),started=true} - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:53:15,939 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@700cc0e6] - MDC[] 2023-01-07 23:53:15,939 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 2 subscriber jobs: [JobFutureTask@1b1edbdd[job=JMS reply cancel message listener, state=RUNNING], JobFutureTask@6351ac6[job=JMS subscriber, state=DONE]] - MDC[] 2023-01-07 23:53:15,939 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.013500 ms - MDC[] 2023-01-07 23:53:15,940 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:53:15,940 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:53:15,941 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom87 stopped - MDC[] 2023-01-07 23:53:15,941 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom87, ID:centos-7-xnkdf-38709-1673135563947-0:86) is shutting down - MDC[] 2023-01-07 23:53:15,941 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom87, ID:centos-7-xnkdf-38709-1673135563947-0:86) uptime 0.015 seconds - MDC[] 2023-01-07 23:53:15,941 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom87, ID:centos-7-xnkdf-38709-1673135563947-0:86) is shutdown - MDC[] 2023-01-07 23:53:15,941 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:53:15,942 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 18.164867 ms - MDC[] 2023-01-07 23:53:15,942 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:15,942 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:15,942 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:15,944 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] 2023-01-07 23:53:15,945 INFO [scout-thread-15] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:53:15,945 INFO [scout-thread-15] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom88, ID:centos-7-xnkdf-38709-1673135563947-0:87) is starting - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:53:15,946 INFO [scout-thread-15] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom88, ID:centos-7-xnkdf-38709-1673135563947-0:87) started - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:53:15,946 INFO [scout-thread-15] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:53:15,946 INFO [scout-thread-15] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom88 started - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:53:15,947 INFO [scout-thread-15] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-260:1,clientId=Scout JUnit MOM #88 (centos-7-xnkdf:8080),started=true} - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:53:15,957 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] 2023-01-07 23:53:15,958 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@37ea5612] - MDC[] 2023-01-07 23:53:15,959 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 2 subscriber jobs: [JobFutureTask@483de9fe[job=JMS reply cancel message listener, state=RUNNING], JobFutureTask@6d5de2de[job=JMS subscriber, state=DONE]] - MDC[] 2023-01-07 23:53:15,959 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.013542 ms - MDC[] 2023-01-07 23:53:15,959 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:53:15,960 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:53:15,961 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom88 stopped - MDC[] 2023-01-07 23:53:15,961 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom88, ID:centos-7-xnkdf-38709-1673135563947-0:87) is shutting down - MDC[] 2023-01-07 23:53:15,961 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom88, ID:centos-7-xnkdf-38709-1673135563947-0:87) uptime 0.016 seconds - MDC[] 2023-01-07 23:53:15,961 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom88, ID:centos-7-xnkdf-38709-1673135563947-0:87) is shutdown - MDC[] 2023-01-07 23:53:15,961 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:53:15,962 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 19.085091 ms - MDC[] 2023-01-07 23:53:15,962 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:15,962 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:15,962 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:15,964 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #89 initialized: null - MDC[] 2023-01-07 23:53:15,964 INFO [scout-thread-15] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS subscriber] 2023-01-07 23:53:15,965 INFO [scout-thread-15] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom89, ID:centos-7-xnkdf-38709-1673135563947-0:88) is starting - MDC[jobName=JMS subscriber] 2023-01-07 23:53:15,965 INFO [scout-thread-15] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom89, ID:centos-7-xnkdf-38709-1673135563947-0:88) started - MDC[jobName=JMS subscriber] 2023-01-07 23:53:15,965 INFO [scout-thread-15] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[jobName=JMS subscriber] 2023-01-07 23:53:15,966 INFO [scout-thread-15] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom89 started - MDC[jobName=JMS subscriber] 2023-01-07 23:53:15,967 INFO [scout-thread-15] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-263:1,clientId=Scout JUnit MOM #89 (centos-7-xnkdf:8080),started=true} - MDC[jobName=JMS subscriber] 2023-01-07 23:53:15,971 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@9edb372, org.eclipse.scout.rt.mom.jms.JmsSubscription@44bd3dc5] - MDC[] 2023-01-07 23:53:15,972 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:53:15,972 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:53:15,973 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom89 stopped - MDC[] 2023-01-07 23:53:15,973 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom89, ID:centos-7-xnkdf-38709-1673135563947-0:88) is shutting down - MDC[] 2023-01-07 23:53:15,973 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom89, ID:centos-7-xnkdf-38709-1673135563947-0:88) uptime 0.009 seconds - MDC[] 2023-01-07 23:53:15,973 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom89, ID:centos-7-xnkdf-38709-1673135563947-0:88) is shutdown - MDC[] 2023-01-07 23:53:15,974 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:53:15,974 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 11.393121 ms - MDC[] 2023-01-07 23:53:15,974 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:15,975 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:15,975 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:15,976 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #90 initialized: null - MDC[] 2023-01-07 23:53:15,977 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2023-01-07 23:53:15,978 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom90, ID:centos-7-xnkdf-38709-1673135563947-0:89) is starting - MDC[] 2023-01-07 23:53:15,978 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom90, ID:centos-7-xnkdf-38709-1673135563947-0:89) started - MDC[] 2023-01-07 23:53:15,978 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2023-01-07 23:53:15,979 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom90 started - MDC[] 2023-01-07 23:53:15,980 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-266:1,clientId=Scout JUnit MOM #90 (centos-7-xnkdf:8080),started=true} - MDC[] 2023-01-07 23:53:17,986 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@6991f512, org.eclipse.scout.rt.mom.jms.JmsSubscription@520a8ea1] - MDC[] 2023-01-07 23:53:17,986 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@28d26e57[job=JMS subscriber, state=DONE]] - MDC[] 2023-01-07 23:53:17,986 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.013500 ms - MDC[] 2023-01-07 23:53:17,987 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:53:17,987 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:53:17,987 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom90 stopped - MDC[] 2023-01-07 23:53:17,987 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom90, ID:centos-7-xnkdf-38709-1673135563947-0:89) is shutting down - MDC[] 2023-01-07 23:53:17,988 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom90, ID:centos-7-xnkdf-38709-1673135563947-0:89) uptime 2.011 seconds - MDC[] 2023-01-07 23:53:17,988 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom90, ID:centos-7-xnkdf-38709-1673135563947-0:89) is shutdown - MDC[] 2023-01-07 23:53:17,988 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:53:17,988 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 2013.435786 ms - MDC[] 2023-01-07 23:53:17,988 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:17,989 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:17,989 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:17,990 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] 2023-01-07 23:53:17,991 INFO [scout-thread-15] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:53:17,992 INFO [scout-thread-15] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom91, ID:centos-7-xnkdf-38709-1673135563947-0:90) is starting - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:53:17,992 INFO [scout-thread-15] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom91, ID:centos-7-xnkdf-38709-1673135563947-0:90) started - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:53:17,992 INFO [scout-thread-15] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:53:17,992 INFO [scout-thread-15] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom91 started - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:53:17,998 INFO [scout-thread-15] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-269:1,clientId=Scout JUnit MOM #91 (centos-7-xnkdf:8080),started=true} - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:53:23,013 INFO [scout-thread-22] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.requestImpl(JmsMomImplementor.java:434) - Request job canceled; java.lang.InterruptedException - MDC[jobName=request on test/mom/testQueueRequestReplyTimeout] 2023-01-07 23:53:23,015 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@68400aa5] - MDC[] 2023-01-07 23:53:23,015 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 2 subscriber jobs: [JobFutureTask@421ca02e[job=JMS reply cancel message listener, state=RUNNING], JobFutureTask@15c1ab3b[job=JMS subscriber, state=DONE]] - MDC[] 2023-01-07 23:53:23,016 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.008959 ms - MDC[] 2023-01-07 23:53:23,016 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:53:23,016 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:53:23,018 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom91 stopped - MDC[] 2023-01-07 23:53:23,018 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom91, ID:centos-7-xnkdf-38709-1673135563947-0:90) is shutting down - MDC[] 2023-01-07 23:53:23,018 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom91, ID:centos-7-xnkdf-38709-1673135563947-0:90) uptime 5.027 seconds - MDC[] 2023-01-07 23:53:23,019 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom91, ID:centos-7-xnkdf-38709-1673135563947-0:90) is shutdown - MDC[] 2023-01-07 23:53:23,019 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:53:23,019 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 5029.635686 ms - MDC[] 2023-01-07 23:53:23,019 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:23,020 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:23,020 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:23,021 INFO [scout-thread-15] 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] 2023-01-07 23:53:23,023 INFO [scout-thread-16] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:53:23,023 INFO [scout-thread-16] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom92, ID:centos-7-xnkdf-38709-1673135563947-0:91) is starting - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:53:23,024 INFO [scout-thread-16] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom92, ID:centos-7-xnkdf-38709-1673135563947-0:91) started - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:53:23,024 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] 2023-01-07 23:53:23,024 INFO [scout-thread-16] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom92 started - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:53:23,025 INFO [scout-thread-16] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-272:1,clientId=Scout JUnit MOM #92 (centos-7-xnkdf:8080),started=true} - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:53:23,033 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=81b3677c-709e-4dc2-ba86-ddd5ae8e3b19] 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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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) 2023-01-07 23:53:23,043 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@329ab624] - MDC[] 2023-01-07 23:53:23,044 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 2 subscriber jobs: [JobFutureTask@53f267f6[job=JMS subscriber, state=DONE], JobFutureTask@17924ec6[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:53:23,044 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.013500 ms - MDC[] 2023-01-07 23:53:23,044 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:53:23,044 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:53:23,045 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom92 stopped - MDC[] 2023-01-07 23:53:23,045 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom92, ID:centos-7-xnkdf-38709-1673135563947-0:91) is shutting down - MDC[] 2023-01-07 23:53:23,046 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom92, ID:centos-7-xnkdf-38709-1673135563947-0:91) uptime 0.023 seconds - MDC[] 2023-01-07 23:53:23,046 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom92, ID:centos-7-xnkdf-38709-1673135563947-0:91) is shutdown - MDC[] 2023-01-07 23:53:23,046 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:53:23,046 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 26.064300 ms - MDC[] 2023-01-07 23:53:23,046 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:23,047 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:23,047 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:23,048 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] 2023-01-07 23:53:23,050 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:53:23,050 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom93, ID:centos-7-xnkdf-38709-1673135563947-0:92) is starting - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:53:23,051 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom93, ID:centos-7-xnkdf-38709-1673135563947-0:92) started - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:53:23,051 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] 2023-01-07 23:53:23,051 INFO [scout-thread-17] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom93 started - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:53:23,052 INFO [scout-thread-17] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-275:1,clientId=Scout JUnit MOM #93 (centos-7-xnkdf:8080),started=true} - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:53:23,059 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=0cbf6381-1cdf-404e-89ca-42aab33363da] 2023-01-07 23:53:23,067 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@2bdd6203] - MDC[] 2023-01-07 23:53:23,067 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 2 subscriber jobs: [JobFutureTask@5544b6c4[job=JMS reply cancel message listener, state=RUNNING], JobFutureTask@17e0ad91[job=JMS subscriber, state=DONE]] - MDC[] 2023-01-07 23:53:23,068 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.013458 ms - MDC[] 2023-01-07 23:53:23,068 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:53:23,068 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:53:23,069 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom93 stopped - MDC[] 2023-01-07 23:53:23,069 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom93, ID:centos-7-xnkdf-38709-1673135563947-0:92) is shutting down - MDC[] 2023-01-07 23:53:23,069 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom93, ID:centos-7-xnkdf-38709-1673135563947-0:92) uptime 0.019 seconds - MDC[] 2023-01-07 23:53:23,069 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom93, ID:centos-7-xnkdf-38709-1673135563947-0:92) is shutdown - MDC[] 2023-01-07 23:53:23,069 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:53:23,070 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 22.471486 ms - MDC[] 2023-01-07 23:53:23,070 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:23,070 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:23,070 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:23,071 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] 2023-01-07 23:53:23,073 INFO [scout-thread-15] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:53:23,073 INFO [scout-thread-15] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom94, ID:centos-7-xnkdf-38709-1673135563947-0:93) is starting - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:53:23,073 INFO [scout-thread-15] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom94, ID:centos-7-xnkdf-38709-1673135563947-0:93) started - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:53:23,074 INFO [scout-thread-15] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:53:23,074 INFO [scout-thread-15] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom94 started - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:53:23,075 INFO [scout-thread-15] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-278:1,clientId=Scout JUnit MOM #94 (centos-7-xnkdf:8080),started=true} - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:53:23,087 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@571fa73c, org.eclipse.scout.rt.mom.jms.JmsSubscription@11734d3d] - MDC[] 2023-01-07 23:53:23,088 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 2 subscriber jobs: [JobFutureTask@dcf685f[job=JMS reply cancel message listener, state=RUNNING], JobFutureTask@20b9b353[job=JMS subscriber, state=DONE]] - MDC[] 2023-01-07 23:53:23,088 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.030459 ms - MDC[] 2023-01-07 23:53:23,089 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:53:23,089 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:53:23,089 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom94 stopped - MDC[] 2023-01-07 23:53:23,089 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom94, ID:centos-7-xnkdf-38709-1673135563947-0:93) is shutting down - MDC[] 2023-01-07 23:53:23,090 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom94, ID:centos-7-xnkdf-38709-1673135563947-0:93) uptime 0.017 seconds - MDC[] 2023-01-07 23:53:23,090 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom94, ID:centos-7-xnkdf-38709-1673135563947-0:93) is shutdown - MDC[] 2023-01-07 23:53:23,090 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:53:23,090 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 19.633768 ms - MDC[] 2023-01-07 23:53:23,090 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:23,091 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:23,091 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:23,092 INFO [scout-thread-15] 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] 2023-01-07 23:53:23,093 INFO [scout-thread-16] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:53:23,094 INFO [scout-thread-16] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom95, ID:centos-7-xnkdf-38709-1673135563947-0:94) is starting - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:53:23,094 INFO [scout-thread-16] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom95, ID:centos-7-xnkdf-38709-1673135563947-0:94) started - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:53:23,094 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] 2023-01-07 23:53:23,094 INFO [scout-thread-16] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom95 started - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:53:23,095 INFO [scout-thread-16] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-281:1,clientId=Scout JUnit MOM #95 (centos-7-xnkdf:8080),started=true} - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:53:23,142 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@24aa1547] - MDC[] 2023-01-07 23:53:23,142 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 2 subscriber jobs: [JobFutureTask@5479c159[job=JMS reply cancel message listener, state=RUNNING], JobFutureTask@55236f3[job=JMS subscriber, state=DONE]] - MDC[] 2023-01-07 23:53:23,142 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.013541 ms - MDC[] 2023-01-07 23:53:23,143 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:53:23,143 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:53:23,144 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom95 stopped - MDC[] 2023-01-07 23:53:23,144 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom95, ID:centos-7-xnkdf-38709-1673135563947-0:94) is shutting down - MDC[] 2023-01-07 23:53:23,144 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom95, ID:centos-7-xnkdf-38709-1673135563947-0:94) uptime 0.051 seconds - MDC[] 2023-01-07 23:53:23,145 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom95, ID:centos-7-xnkdf-38709-1673135563947-0:94) is shutdown - MDC[] 2023-01-07 23:53:23,145 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:53:23,145 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 53.857214 ms - MDC[] 2023-01-07 23:53:23,145 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:23,145 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:23,145 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:23,146 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] 2023-01-07 23:53:23,147 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:53:23,148 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom96, ID:centos-7-xnkdf-38709-1673135563947-0:95) is starting - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:53:23,148 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom96, ID:centos-7-xnkdf-38709-1673135563947-0:95) started - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:53:23,148 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] 2023-01-07 23:53:23,148 INFO [scout-thread-17] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom96 started - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:53:23,149 INFO [scout-thread-17] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-284:1,clientId=Scout JUnit MOM #96 (centos-7-xnkdf:8080),started=true} - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:53:23,157 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] 2023-01-07 23:53:23,158 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@2e4a0669] - MDC[] 2023-01-07 23:53:23,159 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 2 subscriber jobs: [JobFutureTask@731b399f[job=JMS reply cancel message listener, state=RUNNING], JobFutureTask@664e89a3[job=JMS subscriber, state=DONE]] - MDC[] 2023-01-07 23:53:23,159 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.013500 ms - MDC[] 2023-01-07 23:53:23,160 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:53:23,160 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:53:23,161 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom96 stopped - MDC[] 2023-01-07 23:53:23,161 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom96, ID:centos-7-xnkdf-38709-1673135563947-0:95) is shutting down - MDC[] 2023-01-07 23:53:23,161 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom96, ID:centos-7-xnkdf-38709-1673135563947-0:95) uptime 0.014 seconds - MDC[] 2023-01-07 23:53:23,161 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom96, ID:centos-7-xnkdf-38709-1673135563947-0:95) is shutdown - MDC[] 2023-01-07 23:53:23,161 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:53:23,162 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 15.987286 ms - MDC[] 2023-01-07 23:53:23,162 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:23,162 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:23,162 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:23,163 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] 2023-01-07 23:53:23,164 INFO [scout-thread-15] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:53:23,164 INFO [scout-thread-15] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom97, ID:centos-7-xnkdf-38709-1673135563947-0:96) is starting - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:53:23,164 INFO [scout-thread-15] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom97, ID:centos-7-xnkdf-38709-1673135563947-0:96) started - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:53:23,165 INFO [scout-thread-15] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:53:23,165 INFO [scout-thread-15] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom97 started - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:53:23,166 INFO [scout-thread-15] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-287:1,clientId=Scout JUnit MOM #97 (centos-7-xnkdf:8080),started=true} - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:53:23,177 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@d716307, org.eclipse.scout.rt.mom.jms.JmsSubscription@4de6efab] - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:53:23,186 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@66d7fdaa, org.eclipse.scout.rt.mom.jms.JmsSubscription@37070db0] - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:53:23,236 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@17bef4ac, org.eclipse.scout.rt.mom.jms.JmsSubscription@68b7e351] - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:53:23,245 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@57cafd4b, org.eclipse.scout.rt.mom.jms.JmsSubscription@32086cc3] - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:53:23,252 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@418dda6e, org.eclipse.scout.rt.mom.jms.JmsSubscription@4fc3ccfe] - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:53:23,262 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@20670484, org.eclipse.scout.rt.mom.jms.JmsSubscription@32cb0d2f] - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:53:23,268 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@441d63d0, org.eclipse.scout.rt.mom.jms.JmsSubscription@3f0171e7] - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:53:23,275 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@6f55600e, org.eclipse.scout.rt.mom.jms.JmsSubscription@563e3ee6] - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:53:23,275 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@5c10cbdb[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:53:23,276 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.030459 ms - MDC[] 2023-01-07 23:53:23,276 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:53:23,276 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:53:23,277 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom97 stopped - MDC[] 2023-01-07 23:53:23,277 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom97, ID:centos-7-xnkdf-38709-1673135563947-0:96) is shutting down - MDC[] 2023-01-07 23:53:23,278 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom97, ID:centos-7-xnkdf-38709-1673135563947-0:96) uptime 0.114 seconds - MDC[] 2023-01-07 23:53:23,278 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom97, ID:centos-7-xnkdf-38709-1673135563947-0:96) is shutdown - MDC[] 2023-01-07 23:53:23,278 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:53:23,278 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 115.808531 ms - MDC[] 2023-01-07 23:53:23,278 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:23,279 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:23,279 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:23,280 INFO [scout-thread-15] 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] 2023-01-07 23:53:23,280 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:53:23,281 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom98, ID:centos-7-xnkdf-38709-1673135563947-0:97) is starting - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:53:23,281 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom98, ID:centos-7-xnkdf-38709-1673135563947-0:97) started - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:53:23,281 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] 2023-01-07 23:53:23,282 INFO [scout-thread-17] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom98 started - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:53:23,283 INFO [scout-thread-17] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-290:1,clientId=Scout JUnit MOM #98 (centos-7-xnkdf:8080),started=true} - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:53:23,353 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@2183db30, org.eclipse.scout.rt.mom.jms.JmsSubscription@389d371a] - MDC[] 2023-01-07 23:53:23,354 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@6ca7ad58[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:53:23,354 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.013501 ms - MDC[] 2023-01-07 23:53:23,355 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:53:23,355 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:53:23,355 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom98 stopped - MDC[] 2023-01-07 23:53:23,355 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom98, ID:centos-7-xnkdf-38709-1673135563947-0:97) is shutting down - MDC[] 2023-01-07 23:53:23,356 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom98, ID:centos-7-xnkdf-38709-1673135563947-0:97) uptime 0.076 seconds - MDC[] 2023-01-07 23:53:23,356 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom98, ID:centos-7-xnkdf-38709-1673135563947-0:97) is shutdown - MDC[] 2023-01-07 23:53:23,356 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:53:23,356 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 77.381968 ms - MDC[] 2023-01-07 23:53:23,356 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:23,357 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:23,357 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:23,359 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] 2023-01-07 23:53:23,360 INFO [scout-thread-16] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:53:23,360 INFO [scout-thread-16] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom99, ID:centos-7-xnkdf-38709-1673135563947-0:98) is starting - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:53:23,361 INFO [scout-thread-16] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom99, ID:centos-7-xnkdf-38709-1673135563947-0:98) started - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:53:23,361 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] 2023-01-07 23:53:23,361 INFO [scout-thread-16] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom99 started - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:53:23,362 INFO [scout-thread-16] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-293:1,clientId=Scout JUnit MOM #99 (centos-7-xnkdf:8080),started=true} - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:53:23,371 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@65fbb726] - MDC[] 2023-01-07 23:53:23,371 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 2 subscriber jobs: [JobFutureTask@5dbbad44[job=JMS reply cancel message listener, state=RUNNING], JobFutureTask@73216ebe[job=JMS subscriber, state=DONE]] - MDC[] 2023-01-07 23:53:23,371 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.013458 ms - MDC[] 2023-01-07 23:53:23,372 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:53:23,372 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:53:23,372 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom99 stopped - MDC[] 2023-01-07 23:53:23,372 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom99, ID:centos-7-xnkdf-38709-1673135563947-0:98) is shutting down - MDC[] 2023-01-07 23:53:23,373 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom99, ID:centos-7-xnkdf-38709-1673135563947-0:98) uptime 0.013 seconds - MDC[] 2023-01-07 23:53:23,373 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom99, ID:centos-7-xnkdf-38709-1673135563947-0:98) is shutdown - MDC[] 2023-01-07 23:53:23,373 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:53:23,373 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 15.939410 ms - MDC[] 2023-01-07 23:53:23,373 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:23,374 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:23,374 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:23,375 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #100 initialized: null - MDC[] 2023-01-07 23:53:23,375 INFO [scout-thread-16] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS subscriber] 2023-01-07 23:53:23,376 INFO [scout-thread-16] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom100, ID:centos-7-xnkdf-38709-1673135563947-0:99) is starting - MDC[jobName=JMS subscriber] 2023-01-07 23:53:23,376 INFO [scout-thread-16] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom100, ID:centos-7-xnkdf-38709-1673135563947-0:99) started - MDC[jobName=JMS subscriber] 2023-01-07 23:53:23,376 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] 2023-01-07 23:53:23,377 INFO [scout-thread-16] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom100 started - MDC[jobName=JMS subscriber] 2023-01-07 23:53:23,378 INFO [scout-thread-16] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-296:1,clientId=Scout JUnit MOM #100 (centos-7-xnkdf:8080),started=true} - MDC[jobName=JMS subscriber] 2023-01-07 23:53:23,381 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@77f0b9d7] - MDC[] 2023-01-07 23:53:23,381 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@28ab3c60[job=JMS subscriber, state=RUNNING]] - MDC[] 2023-01-07 23:53:23,382 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.013542 ms - MDC[] 2023-01-07 23:53:23,382 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:53:23,382 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:53:23,382 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom100 stopped - MDC[] 2023-01-07 23:53:23,382 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom100, ID:centos-7-xnkdf-38709-1673135563947-0:99) is shutting down - MDC[] 2023-01-07 23:53:23,383 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom100, ID:centos-7-xnkdf-38709-1673135563947-0:99) uptime 0.008 seconds - MDC[] 2023-01-07 23:53:23,383 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom100, ID:centos-7-xnkdf-38709-1673135563947-0:99) is shutdown - MDC[] 2023-01-07 23:53:23,383 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:53:23,383 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 8.977369 ms - MDC[] 2023-01-07 23:53:23,383 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:23,384 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:23,384 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:23,386 INFO [scout-thread-16] 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] 2023-01-07 23:53:23,387 INFO [scout-thread-15] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS subscriber] 2023-01-07 23:53:23,387 INFO [scout-thread-15] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom101, ID:centos-7-xnkdf-38709-1673135563947-0:100) is starting - MDC[jobName=JMS subscriber] 2023-01-07 23:53:23,387 INFO [scout-thread-15] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom101, ID:centos-7-xnkdf-38709-1673135563947-0:100) started - MDC[jobName=JMS subscriber] 2023-01-07 23:53:23,387 INFO [scout-thread-15] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[jobName=JMS subscriber] 2023-01-07 23:53:23,388 INFO [scout-thread-15] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom101 started - MDC[jobName=JMS subscriber] 2023-01-07 23:53:23,389 INFO [scout-thread-15] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-299:1,clientId=Scout JUnit MOM #101 (centos-7-xnkdf:8080),started=true} - MDC[jobName=JMS subscriber] 2023-01-07 23:53:23,437 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] 2023-01-07 23:53:23,440 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@6becf200, org.eclipse.scout.rt.mom.jms.JmsSubscription@4cc7bd09] - MDC[] 2023-01-07 23:53:23,440 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 3 subscriber jobs: [JobFutureTask@24e7ef1f[job=JMS subscriber, state=DONE], JobFutureTask@796f3301[job=JMS subscriber, state=DONE], JobFutureTask@f00fc7f[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:53:23,440 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.013500 ms - MDC[] 2023-01-07 23:53:23,441 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:53:23,441 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:53:23,441 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom101 stopped - MDC[] 2023-01-07 23:53:23,442 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom101, ID:centos-7-xnkdf-38709-1673135563947-0:100) is shutting down - MDC[] 2023-01-07 23:53:23,442 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom101, ID:centos-7-xnkdf-38709-1673135563947-0:100) uptime 0.055 seconds - MDC[] 2023-01-07 23:53:23,442 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom101, ID:centos-7-xnkdf-38709-1673135563947-0:100) is shutdown - MDC[] 2023-01-07 23:53:23,442 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:53:23,442 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 58.065414 ms - MDC[] 2023-01-07 23:53:23,442 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:23,443 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:23,443 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:23,444 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] 2023-01-07 23:53:23,445 INFO [scout-thread-15] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:53:23,445 INFO [scout-thread-15] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom102, ID:centos-7-xnkdf-38709-1673135563947-0:101) is starting - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:53:23,445 INFO [scout-thread-15] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom102, ID:centos-7-xnkdf-38709-1673135563947-0:101) started - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:53:23,446 INFO [scout-thread-15] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:53:23,446 INFO [scout-thread-15] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom102 started - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:53:23,447 INFO [scout-thread-15] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-302:1,clientId=Scout JUnit MOM #102 (centos-7-xnkdf:8080),started=true} - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:53:23,456 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@52602c48] - MDC[] 2023-01-07 23:53:23,456 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 2 subscriber jobs: [JobFutureTask@5a94aeee[job=JMS subscriber, state=RUNNING], JobFutureTask@2fb9cea6[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:53:23,456 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.018042 ms - MDC[] 2023-01-07 23:53:23,457 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:53:23,457 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:53:23,458 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom102 stopped - MDC[] 2023-01-07 23:53:23,458 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom102, ID:centos-7-xnkdf-38709-1673135563947-0:101) is shutting down - MDC[] 2023-01-07 23:53:23,459 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom102, ID:centos-7-xnkdf-38709-1673135563947-0:101) uptime 0.013 seconds - MDC[] 2023-01-07 23:53:23,459 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom102, ID:centos-7-xnkdf-38709-1673135563947-0:101) is shutdown - MDC[] 2023-01-07 23:53:23,459 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:53:23,459 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 15.848409 ms - MDC[] 2023-01-07 23:53:23,459 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:23,460 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:23,460 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:23,462 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #103 initialized: null - MDC[] 2023-01-07 23:53:23,463 INFO [scout-thread-15] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS subscriber] 2023-01-07 23:53:23,463 INFO [scout-thread-15] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom103, ID:centos-7-xnkdf-38709-1673135563947-0:102) is starting - MDC[jobName=JMS subscriber] 2023-01-07 23:53:23,463 INFO [scout-thread-15] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom103, ID:centos-7-xnkdf-38709-1673135563947-0:102) started - MDC[jobName=JMS subscriber] 2023-01-07 23:53:23,463 INFO [scout-thread-15] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[jobName=JMS subscriber] 2023-01-07 23:53:23,464 INFO [scout-thread-15] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom103 started - MDC[jobName=JMS subscriber] 2023-01-07 23:53:23,465 INFO [scout-thread-15] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-305:1,clientId=Scout JUnit MOM #103 (centos-7-xnkdf:8080),started=true} - MDC[jobName=JMS subscriber] 2023-01-07 23:53:25,480 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 3 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@45e6b8fa, org.eclipse.scout.rt.mom.jms.JmsSubscription@3a9a1adf, org.eclipse.scout.rt.mom.jms.JmsSubscription@28d4c7ec] - MDC[] 2023-01-07 23:53:25,480 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@7bf75275[job=JMS subscriber, state=DONE]] - MDC[] 2023-01-07 23:53:25,481 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.009000 ms - MDC[] 2023-01-07 23:53:25,481 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:53:25,481 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:53:25,482 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom103 stopped - MDC[] 2023-01-07 23:53:25,482 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom103, ID:centos-7-xnkdf-38709-1673135563947-0:102) is shutting down - MDC[] 2023-01-07 23:53:25,482 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom103, ID:centos-7-xnkdf-38709-1673135563947-0:102) uptime 2.019 seconds - MDC[] 2023-01-07 23:53:25,483 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom103, ID:centos-7-xnkdf-38709-1673135563947-0:102) is shutdown - MDC[] 2023-01-07 23:53:25,483 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:53:25,483 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 2022.366446 ms - MDC[] 2023-01-07 23:53:25,483 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:25,483 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:25,484 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:25,484 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #104 initialized: null - MDC[] 2023-01-07 23:53:25,485 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2023-01-07 23:53:25,485 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom104, ID:centos-7-xnkdf-38709-1673135563947-0:103) is starting - MDC[] 2023-01-07 23:53:25,486 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom104, ID:centos-7-xnkdf-38709-1673135563947-0:103) started - MDC[] 2023-01-07 23:53:25,486 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2023-01-07 23:53:25,486 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom104 started - MDC[] 2023-01-07 23:53:25,487 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-308:1,clientId=Scout JUnit MOM #104 (centos-7-xnkdf:8080),started=true} - MDC[] 2023-01-07 23:53:25,493 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@7f792c5a, org.eclipse.scout.rt.mom.jms.JmsSubscription@1eacc589] - MDC[] 2023-01-07 23:53:25,494 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@73c7a727[job=JMS subscriber, state=RUNNING]] - MDC[] 2023-01-07 23:53:25,494 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.032292 ms - MDC[] 2023-01-07 23:53:25,494 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:53:25,494 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:53:25,495 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom104 stopped - MDC[] 2023-01-07 23:53:25,496 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom104, ID:centos-7-xnkdf-38709-1673135563947-0:103) is shutting down - MDC[] 2023-01-07 23:53:25,497 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom104, ID:centos-7-xnkdf-38709-1673135563947-0:103) uptime 0.012 seconds - MDC[] 2023-01-07 23:53:25,497 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom104, ID:centos-7-xnkdf-38709-1673135563947-0:103) is shutdown - MDC[] 2023-01-07 23:53:25,497 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:53:25,497 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 13.317155 ms - MDC[] 2023-01-07 23:53:25,497 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:25,498 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:25,498 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:25,500 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] 2023-01-07 23:53:25,502 INFO [scout-thread-22] 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] 2023-01-07 23:53:25,502 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS subscriber] 2023-01-07 23:53:25,503 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom105, ID:centos-7-xnkdf-38709-1673135563947-0:104) is starting - MDC[jobName=JMS subscriber] 2023-01-07 23:53:25,503 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom105, ID:centos-7-xnkdf-38709-1673135563947-0:104) started - MDC[jobName=JMS subscriber] 2023-01-07 23:53:25,503 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] 2023-01-07 23:53:25,504 INFO [scout-thread-17] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom105 started - MDC[jobName=JMS subscriber] 2023-01-07 23:53:25,505 INFO [scout-thread-17] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-311:1,clientId=Scout JUnit MOM #105 (centos-7-xnkdf:8080),started=true} - MDC[jobName=JMS subscriber] 2023-01-07 23:53:25,514 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] 2023-01-07 23:53:26,516 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 3 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@61b4a433, org.eclipse.scout.rt.mom.jms.JmsSubscription@127abbbe, org.eclipse.scout.rt.mom.jms.JmsSubscription@3c48e78b] - MDC[] 2023-01-07 23:53:26,516 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 4 subscriber jobs: [JobFutureTask@7a985d9d[job=JMS subscriber, state=DONE], JobFutureTask@37ed9e6a[job=JMS subscriber, state=DONE], JobFutureTask@77749e9d[job=JMS subscriber, state=DONE], JobFutureTask@56a5dd2b[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:53:26,517 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.014417 ms - MDC[] 2023-01-07 23:53:26,517 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:53:26,517 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:53:26,518 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom105 stopped - MDC[] 2023-01-07 23:53:26,518 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom105, ID:centos-7-xnkdf-38709-1673135563947-0:104) is shutting down - MDC[] 2023-01-07 23:53:26,518 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom105, ID:centos-7-xnkdf-38709-1673135563947-0:104) uptime 1.016 seconds - MDC[] 2023-01-07 23:53:26,518 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom105, ID:centos-7-xnkdf-38709-1673135563947-0:104) is shutdown - MDC[] 2023-01-07 23:53:26,518 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:53:26,519 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 1020.399555 ms - MDC[] 2023-01-07 23:53:26,519 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:26,519 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:26,520 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:26,520 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #106 initialized: null - MDC[] 2023-01-07 23:53:26,521 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2023-01-07 23:53:26,521 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom106, ID:centos-7-xnkdf-38709-1673135563947-0:105) is starting - MDC[] 2023-01-07 23:53:26,521 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom106, ID:centos-7-xnkdf-38709-1673135563947-0:105) started - MDC[] 2023-01-07 23:53:26,522 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2023-01-07 23:53:26,522 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom106 started - MDC[] 2023-01-07 23:53:26,523 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-314:1,clientId=Scout JUnit MOM #106 (centos-7-xnkdf:8080),started=true} - MDC[] 2023-01-07 23:53:29,534 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@6cd79426] - MDC[] 2023-01-07 23:53:29,535 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:53:29,535 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:53:29,536 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom106 stopped - MDC[] 2023-01-07 23:53:29,536 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom106, ID:centos-7-xnkdf-38709-1673135563947-0:105) is shutting down - MDC[] 2023-01-07 23:53:29,536 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom106, ID:centos-7-xnkdf-38709-1673135563947-0:105) uptime 3.015 seconds - MDC[] 2023-01-07 23:53:29,536 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom106, ID:centos-7-xnkdf-38709-1673135563947-0:105) is shutdown - MDC[] 2023-01-07 23:53:29,537 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:53:29,537 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 3016.920996 ms - MDC[] 2023-01-07 23:53:29,537 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:29,537 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:29,537 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:29,538 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #107 initialized: null - MDC[] 2023-01-07 23:53:29,538 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2023-01-07 23:53:29,539 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom107, ID:centos-7-xnkdf-38709-1673135563947-0:106) is starting - MDC[] 2023-01-07 23:53:29,539 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom107, ID:centos-7-xnkdf-38709-1673135563947-0:106) started - MDC[] 2023-01-07 23:53:29,539 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2023-01-07 23:53:29,540 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom107 started - MDC[] 2023-01-07 23:53:29,541 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-317:1,clientId=Scout JUnit MOM #107 (centos-7-xnkdf:8080),started=true} - MDC[] 2023-01-07 23:53:29,544 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@66b962b4, org.eclipse.scout.rt.mom.jms.JmsSubscription@5e6dcfa] - MDC[] 2023-01-07 23:53:29,549 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@61b2ca5a, org.eclipse.scout.rt.mom.jms.JmsSubscription@78ec5e18] - MDC[] 2023-01-07 23:53:29,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@2e706bc6, org.eclipse.scout.rt.mom.jms.JmsSubscription@653bfc3d] - MDC[] 2023-01-07 23:53:29,555 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@1e26bf55, org.eclipse.scout.rt.mom.jms.JmsSubscription@32d3bc83] - MDC[] 2023-01-07 23:53:29,558 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@33cbd883, org.eclipse.scout.rt.mom.jms.JmsSubscription@735b2605] - MDC[] 2023-01-07 23:53:29,562 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@248ad8a1, org.eclipse.scout.rt.mom.jms.JmsSubscription@6eb1a122] - MDC[] 2023-01-07 23:53:29,565 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@62b9d56e, org.eclipse.scout.rt.mom.jms.JmsSubscription@fe32f34] - MDC[] 2023-01-07 23:53:29,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@662b17b3, org.eclipse.scout.rt.mom.jms.JmsSubscription@6a7b523b] - MDC[] 2023-01-07 23:53:29,568 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:53:29,568 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:53:29,569 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom107 stopped - MDC[] 2023-01-07 23:53:29,569 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom107, ID:centos-7-xnkdf-38709-1673135563947-0:106) is shutting down - MDC[] 2023-01-07 23:53:29,570 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom107, ID:centos-7-xnkdf-38709-1673135563947-0:106) uptime 0.032 seconds - MDC[] 2023-01-07 23:53:29,570 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom107, ID:centos-7-xnkdf-38709-1673135563947-0:106) is shutdown - MDC[] 2023-01-07 23:53:29,570 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:53:29,570 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 32.627917 ms - MDC[] 2023-01-07 23:53:29,570 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:29,571 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:29,571 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:29,573 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #108 initialized: null - MDC[] 2023-01-07 23:53:29,574 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS subscriber] 2023-01-07 23:53:29,575 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom108, ID:centos-7-xnkdf-38709-1673135563947-0:107) is starting - MDC[jobName=JMS subscriber] 2023-01-07 23:53:29,575 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom108, ID:centos-7-xnkdf-38709-1673135563947-0:107) started - MDC[jobName=JMS subscriber] 2023-01-07 23:53:29,575 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] 2023-01-07 23:53:29,575 INFO [scout-thread-24] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom108 started - MDC[jobName=JMS subscriber] 2023-01-07 23:53:29,577 INFO [scout-thread-24] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-320:1,clientId=Scout JUnit MOM #108 (centos-7-xnkdf:8080),started=true} - MDC[jobName=JMS subscriber] 2023-01-07 23:53:29,580 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@4fcbb165] - MDC[] 2023-01-07 23:53:29,580 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@53534c15[job=JMS subscriber, state=DONE]] - MDC[] 2023-01-07 23:53:29,580 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.013500 ms - MDC[] 2023-01-07 23:53:29,581 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:53:29,581 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:53:29,581 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom108 stopped - MDC[] 2023-01-07 23:53:29,582 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom108, ID:centos-7-xnkdf-38709-1673135563947-0:107) is shutting down - MDC[] 2023-01-07 23:53:29,582 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom108, ID:centos-7-xnkdf-38709-1673135563947-0:107) uptime 0.008 seconds - MDC[] 2023-01-07 23:53:29,582 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom108, ID:centos-7-xnkdf-38709-1673135563947-0:107) is shutdown - MDC[] 2023-01-07 23:53:29,582 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:53:29,583 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 11.046072 ms - MDC[] 2023-01-07 23:53:29,583 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:29,583 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:29,584 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:29,584 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #109 initialized: null - MDC[] 2023-01-07 23:53:29,585 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2023-01-07 23:53:29,586 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom109, ID:centos-7-xnkdf-38709-1673135563947-0:108) is starting - MDC[] 2023-01-07 23:53:29,586 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom109, ID:centos-7-xnkdf-38709-1673135563947-0:108) started - MDC[] 2023-01-07 23:53:29,586 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2023-01-07 23:53:29,587 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom109 started - MDC[] 2023-01-07 23:53:29,588 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-323:1,clientId=Scout JUnit MOM #109 (centos-7-xnkdf:8080),started=true} - MDC[] 2023-01-07 23:53:29,640 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@4c89b58, org.eclipse.scout.rt.mom.jms.JmsSubscription@472cf6af] - MDC[] 2023-01-07 23:53:29,641 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@5575b4c2[job=JMS subscriber, state=DONE]] - MDC[] 2023-01-07 23:53:29,641 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.013542 ms - MDC[] 2023-01-07 23:53:29,641 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:53:29,641 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:53:29,642 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom109 stopped - MDC[] 2023-01-07 23:53:29,642 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom109, ID:centos-7-xnkdf-38709-1673135563947-0:108) is shutting down - MDC[] 2023-01-07 23:53:29,643 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom109, ID:centos-7-xnkdf-38709-1673135563947-0:108) uptime 0.057 seconds - MDC[] 2023-01-07 23:53:29,643 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom109, ID:centos-7-xnkdf-38709-1673135563947-0:108) is shutdown - MDC[] 2023-01-07 23:53:29,643 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:53:29,643 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 59.243185 ms - MDC[] 2023-01-07 23:53:29,643 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:29,644 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:29,644 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:29,645 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #110 initialized: null - MDC[] 2023-01-07 23:53:29,645 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2023-01-07 23:53:29,647 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom110, ID:centos-7-xnkdf-38709-1673135563947-0:109) is starting - MDC[] 2023-01-07 23:53:29,647 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom110, ID:centos-7-xnkdf-38709-1673135563947-0:109) started - MDC[] 2023-01-07 23:53:29,647 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2023-01-07 23:53:29,648 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom110 started - MDC[] 2023-01-07 23:53:29,648 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-326:1,clientId=null,started=false} - MDC[] 2023-01-07 23:53:33,664 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@6080230a, org.eclipse.scout.rt.mom.jms.JmsSubscription@460fe6e3] - MDC[] 2023-01-07 23:53:33,665 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:53:33,666 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:53:33,666 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom110 stopped - MDC[] 2023-01-07 23:53:33,666 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom110, ID:centos-7-xnkdf-38709-1673135563947-0:109) is shutting down - MDC[] 2023-01-07 23:53:33,667 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom110, ID:centos-7-xnkdf-38709-1673135563947-0:109) uptime 4.022 seconds - MDC[] 2023-01-07 23:53:33,667 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom110, ID:centos-7-xnkdf-38709-1673135563947-0:109) is shutdown - MDC[] 2023-01-07 23:53:33,667 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:53:33,667 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 4023.350092 ms - MDC[] 2023-01-07 23:53:33,668 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:33,668 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:33,669 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:33,671 INFO [scout-thread-24] 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] 2023-01-07 23:53:33,672 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] 2023-01-07 23:53:33,672 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom111, ID:centos-7-xnkdf-38709-1673135563947-0:110) is starting - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:53:33,673 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom111, ID:centos-7-xnkdf-38709-1673135563947-0:110) started - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:53:33,673 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] 2023-01-07 23:53:33,674 INFO [scout-thread-24] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom111 started - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:53:33,689 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@69838e1f, org.eclipse.scout.rt.mom.jms.JmsSubscription@264a0e56] - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:53:33,700 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@43aed37b, org.eclipse.scout.rt.mom.jms.JmsSubscription@1aa6d6e0] - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:53:33,711 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@262987a4, org.eclipse.scout.rt.mom.jms.JmsSubscription@27a2d448] - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:53:33,721 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@b5c1947, org.eclipse.scout.rt.mom.jms.JmsSubscription@29a25886] - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:53:33,745 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@6b72bc79, org.eclipse.scout.rt.mom.jms.JmsSubscription@5b4f2d83] - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:53:33,756 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@112a8596, org.eclipse.scout.rt.mom.jms.JmsSubscription@7c932daa] - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:53:33,767 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@23b2d275, org.eclipse.scout.rt.mom.jms.JmsSubscription@7ad2eed2] - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:53:33,793 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@f7d7b91, org.eclipse.scout.rt.mom.jms.JmsSubscription@3607dfba] - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:53:33,794 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@581da25f[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:53:33,794 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.009001 ms - MDC[] 2023-01-07 23:53:33,795 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom111 stopped - MDC[] 2023-01-07 23:53:33,795 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom111, ID:centos-7-xnkdf-38709-1673135563947-0:110) is shutting down - MDC[] 2023-01-07 23:53:33,796 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom111, ID:centos-7-xnkdf-38709-1673135563947-0:110) uptime 0.124 seconds - MDC[] 2023-01-07 23:53:33,796 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom111, ID:centos-7-xnkdf-38709-1673135563947-0:110) is shutdown - MDC[] 2023-01-07 23:53:33,796 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2023-01-07 23:53:33,796 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 127.640160 ms - MDC[] 2023-01-07 23:53:33,796 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:33,797 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:33,797 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:33,798 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #112 initialized: null - MDC[] 2023-01-07 23:53:33,798 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2023-01-07 23:53:33,799 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom112, ID:centos-7-xnkdf-38709-1673135563947-0:111) is starting - MDC[] 2023-01-07 23:53:33,799 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom112, ID:centos-7-xnkdf-38709-1673135563947-0:111) started - MDC[] 2023-01-07 23:53:33,799 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2023-01-07 23:53:33,800 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom112 started - MDC[] 2023-01-07 23:53:33,800 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-332:1,clientId=null,started=false} - MDC[] 2023-01-07 23:53:33,840 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@57dcdc14] - MDC[] 2023-01-07 23:53:33,841 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:53:33,841 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:53:33,841 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom112 stopped - MDC[] 2023-01-07 23:53:33,841 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom112, ID:centos-7-xnkdf-38709-1673135563947-0:111) is shutting down - MDC[] 2023-01-07 23:53:33,842 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom112, ID:centos-7-xnkdf-38709-1673135563947-0:111) uptime 0.044 seconds - MDC[] 2023-01-07 23:53:33,842 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom112, ID:centos-7-xnkdf-38709-1673135563947-0:111) is shutdown - MDC[] 2023-01-07 23:53:33,842 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:53:33,842 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 44.982263 ms - MDC[] 2023-01-07 23:53:33,842 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:33,843 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:33,843 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:33,844 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #113 initialized: null - MDC[] 2023-01-07 23:53:33,844 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2023-01-07 23:53:33,844 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom113, ID:centos-7-xnkdf-38709-1673135563947-0:112) is starting - MDC[] 2023-01-07 23:53:33,845 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom113, ID:centos-7-xnkdf-38709-1673135563947-0:112) started - MDC[] 2023-01-07 23:53:33,845 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2023-01-07 23:53:33,846 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom113 started - MDC[] 2023-01-07 23:53:33,846 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-335:1,clientId=null,started=false} - MDC[] 2023-01-07 23:53:33,852 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@332e4784] - MDC[] 2023-01-07 23:53:33,853 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:53:33,853 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:53:33,853 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom113 stopped - MDC[] 2023-01-07 23:53:33,853 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom113, ID:centos-7-xnkdf-38709-1673135563947-0:112) is shutting down - MDC[] 2023-01-07 23:53:33,854 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom113, ID:centos-7-xnkdf-38709-1673135563947-0:112) uptime 0.010 seconds - MDC[] 2023-01-07 23:53:33,854 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom113, ID:centos-7-xnkdf-38709-1673135563947-0:112) is shutdown - MDC[] 2023-01-07 23:53:33,854 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:53:33,855 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 11.456163 ms - MDC[] 2023-01-07 23:53:33,855 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:33,855 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:33,855 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:33,856 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #114 initialized: null - MDC[] 2023-01-07 23:53:33,857 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2023-01-07 23:53:33,857 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom114, ID:centos-7-xnkdf-38709-1673135563947-0:113) is starting - MDC[] 2023-01-07 23:53:33,858 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom114, ID:centos-7-xnkdf-38709-1673135563947-0:113) started - MDC[] 2023-01-07 23:53:33,858 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2023-01-07 23:53:33,859 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom114 started - MDC[] 2023-01-07 23:53:33,859 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-338:1,clientId=null,started=false} - MDC[] 2023-01-07 23:53:33,864 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@5aa16232] - MDC[] 2023-01-07 23:53:33,865 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:53:33,865 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:53:33,866 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom114 stopped - MDC[] 2023-01-07 23:53:33,866 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom114, ID:centos-7-xnkdf-38709-1673135563947-0:113) is shutting down - MDC[] 2023-01-07 23:53:33,867 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom114, ID:centos-7-xnkdf-38709-1673135563947-0:113) uptime 0.010 seconds - MDC[] 2023-01-07 23:53:33,867 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom114, ID:centos-7-xnkdf-38709-1673135563947-0:113) is shutdown - MDC[] 2023-01-07 23:53:33,867 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:53:33,867 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 11.531456 ms - MDC[] 2023-01-07 23:53:33,867 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:33,868 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:33,868 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:33,869 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #115 initialized: null - MDC[] 2023-01-07 23:53:33,869 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2023-01-07 23:53:33,870 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom115, ID:centos-7-xnkdf-38709-1673135563947-0:114) is starting - MDC[] 2023-01-07 23:53:33,870 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom115, ID:centos-7-xnkdf-38709-1673135563947-0:114) started - MDC[] 2023-01-07 23:53:33,870 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2023-01-07 23:53:33,871 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom115 started - MDC[] 2023-01-07 23:53:33,872 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-341:1,clientId=null,started=false} - MDC[] 2023-01-07 23:53:33,877 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@380d8b0e] - MDC[] 2023-01-07 23:53:33,878 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:53:33,878 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:53:33,879 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom115 stopped - MDC[] 2023-01-07 23:53:33,879 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom115, ID:centos-7-xnkdf-38709-1673135563947-0:114) is shutting down - MDC[] 2023-01-07 23:53:33,879 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom115, ID:centos-7-xnkdf-38709-1673135563947-0:114) uptime 0.010 seconds - MDC[] 2023-01-07 23:53:33,880 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom115, ID:centos-7-xnkdf-38709-1673135563947-0:114) is shutdown - MDC[] 2023-01-07 23:53:33,880 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:53:33,880 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 11.662917 ms - MDC[] 2023-01-07 23:53:33,880 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:33,880 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:33,880 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:33,881 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #116 initialized: null - MDC[] 2023-01-07 23:53:33,881 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2023-01-07 23:53:33,882 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom116, ID:centos-7-xnkdf-38709-1673135563947-0:115) is starting - MDC[] 2023-01-07 23:53:33,882 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom116, ID:centos-7-xnkdf-38709-1673135563947-0:115) started - MDC[] 2023-01-07 23:53:33,882 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2023-01-07 23:53:33,882 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom116 started - MDC[] 2023-01-07 23:53:33,883 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-344:1,clientId=null,started=false} - MDC[] 2023-01-07 23:53:33,888 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@58f28c5e] - MDC[] 2023-01-07 23:53:33,889 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:53:33,889 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:53:33,935 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom116 stopped - MDC[] 2023-01-07 23:53:33,935 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom116, ID:centos-7-xnkdf-38709-1673135563947-0:115) is shutting down - MDC[] 2023-01-07 23:53:33,935 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom116, ID:centos-7-xnkdf-38709-1673135563947-0:115) uptime 0.054 seconds - MDC[] 2023-01-07 23:53:33,936 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom116, ID:centos-7-xnkdf-38709-1673135563947-0:115) is shutdown - MDC[] 2023-01-07 23:53:33,936 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:53:33,936 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 55.548619 ms - MDC[] 2023-01-07 23:53:33,936 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:33,936 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:33,936 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:33,937 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #117 initialized: null - MDC[] 2023-01-07 23:53:33,938 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2023-01-07 23:53:33,939 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom117, ID:centos-7-xnkdf-38709-1673135563947-0:116) is starting - MDC[] 2023-01-07 23:53:33,939 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom117, ID:centos-7-xnkdf-38709-1673135563947-0:116) started - MDC[] 2023-01-07 23:53:33,939 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2023-01-07 23:53:33,939 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom117 started - MDC[] 2023-01-07 23:53:33,940 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-347:1,clientId=null,started=false} - MDC[] 2023-01-07 23:53:33,945 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@1936513a] - MDC[] 2023-01-07 23:53:33,946 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:53:33,946 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:53:33,946 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom117 stopped - MDC[] 2023-01-07 23:53:33,947 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom117, ID:centos-7-xnkdf-38709-1673135563947-0:116) is shutting down - MDC[] 2023-01-07 23:53:33,947 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom117, ID:centos-7-xnkdf-38709-1673135563947-0:116) uptime 0.009 seconds - MDC[] 2023-01-07 23:53:33,947 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom117, ID:centos-7-xnkdf-38709-1673135563947-0:116) is shutdown - MDC[] 2023-01-07 23:53:33,947 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:53:33,947 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 10.797651 ms - MDC[] 2023-01-07 23:53:33,947 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:33,948 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:33,948 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:33,948 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #118 initialized: null - MDC[] 2023-01-07 23:53:33,949 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2023-01-07 23:53:33,949 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom118, ID:centos-7-xnkdf-38709-1673135563947-0:117) is starting - MDC[] 2023-01-07 23:53:33,949 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom118, ID:centos-7-xnkdf-38709-1673135563947-0:117) started - MDC[] 2023-01-07 23:53:33,950 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2023-01-07 23:53:33,950 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom118 started - MDC[] 2023-01-07 23:53:33,950 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-350:1,clientId=null,started=false} - MDC[] 2023-01-07 23:53:33,956 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@6d919a4] - MDC[] 2023-01-07 23:53:33,957 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:53:33,957 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:53:33,958 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom118 stopped - MDC[] 2023-01-07 23:53:33,958 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom118, ID:centos-7-xnkdf-38709-1673135563947-0:117) is shutting down - MDC[] 2023-01-07 23:53:33,958 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom118, ID:centos-7-xnkdf-38709-1673135563947-0:117) uptime 0.009 seconds - MDC[] 2023-01-07 23:53:33,958 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom118, ID:centos-7-xnkdf-38709-1673135563947-0:117) is shutdown - MDC[] 2023-01-07 23:53:33,958 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:53:33,958 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 10.611607 ms - MDC[] 2023-01-07 23:53:33,959 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:33,959 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:33,959 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:33,959 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #119 initialized: null - MDC[] 2023-01-07 23:53:33,960 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2023-01-07 23:53:33,960 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom119, ID:centos-7-xnkdf-38709-1673135563947-0:118) is starting - MDC[] 2023-01-07 23:53:33,960 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom119, ID:centos-7-xnkdf-38709-1673135563947-0:118) started - MDC[] 2023-01-07 23:53:33,961 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2023-01-07 23:53:33,961 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom119 started - MDC[] 2023-01-07 23:53:33,962 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-353:1,clientId=null,started=false} - MDC[] 2023-01-07 23:53:33,968 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@3605d078] - MDC[] 2023-01-07 23:53:33,969 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:53:33,969 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:53:33,969 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom119 stopped - MDC[] 2023-01-07 23:53:33,970 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom119, ID:centos-7-xnkdf-38709-1673135563947-0:118) is shutting down - MDC[] 2023-01-07 23:53:33,970 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom119, ID:centos-7-xnkdf-38709-1673135563947-0:118) uptime 0.010 seconds - MDC[] 2023-01-07 23:53:33,970 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom119, ID:centos-7-xnkdf-38709-1673135563947-0:118) is shutdown - MDC[] 2023-01-07 23:53:33,970 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:53:33,970 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 11.179117 ms - MDC[] 2023-01-07 23:53:33,970 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:33,971 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:33,971 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:33,971 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #120 initialized: null - MDC[] 2023-01-07 23:53:33,971 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2023-01-07 23:53:33,972 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom120, ID:centos-7-xnkdf-38709-1673135563947-0:119) is starting - MDC[] 2023-01-07 23:53:33,972 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom120, ID:centos-7-xnkdf-38709-1673135563947-0:119) started - MDC[] 2023-01-07 23:53:33,972 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2023-01-07 23:53:33,973 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom120 started - MDC[] 2023-01-07 23:53:33,973 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-356:1,clientId=null,started=false} - MDC[] 2023-01-07 23:53:33,978 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@1fa51751] - MDC[] 2023-01-07 23:53:33,979 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:53:33,979 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:53:33,980 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom120 stopped - MDC[] 2023-01-07 23:53:33,980 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom120, ID:centos-7-xnkdf-38709-1673135563947-0:119) is shutting down - MDC[] 2023-01-07 23:53:33,980 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom120, ID:centos-7-xnkdf-38709-1673135563947-0:119) uptime 0.009 seconds - MDC[] 2023-01-07 23:53:33,980 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom120, ID:centos-7-xnkdf-38709-1673135563947-0:119) is shutdown - MDC[] 2023-01-07 23:53:33,980 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:53:33,981 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 9.691549 ms - MDC[] 2023-01-07 23:53:33,981 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:33,981 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:33,981 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:33,982 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #121 initialized: null - MDC[] 2023-01-07 23:53:33,982 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2023-01-07 23:53:33,983 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom121, ID:centos-7-xnkdf-38709-1673135563947-0:120) is starting - MDC[] 2023-01-07 23:53:33,983 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom121, ID:centos-7-xnkdf-38709-1673135563947-0:120) started - MDC[] 2023-01-07 23:53:33,983 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2023-01-07 23:53:33,984 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom121 started - MDC[] 2023-01-07 23:53:33,984 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-359:1,clientId=null,started=false} - MDC[] 2023-01-07 23:53:33,990 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@19e7aa5b] - MDC[] 2023-01-07 23:53:34,035 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:53:34,035 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:53:34,036 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom121 stopped - MDC[] 2023-01-07 23:53:34,036 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom121, ID:centos-7-xnkdf-38709-1673135563947-0:120) is shutting down - MDC[] 2023-01-07 23:53:34,036 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom121, ID:centos-7-xnkdf-38709-1673135563947-0:120) uptime 0.054 seconds - MDC[] 2023-01-07 23:53:34,037 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom121, ID:centos-7-xnkdf-38709-1673135563947-0:120) is shutdown - MDC[] 2023-01-07 23:53:34,037 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:53:34,037 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 55.534411 ms - MDC[] 2023-01-07 23:53:34,037 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:34,038 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:34,038 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:34,039 INFO [scout-thread-17] 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] 2023-01-07 23:53:34,039 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] 2023-01-07 23:53:34,040 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom122, ID:centos-7-xnkdf-38709-1673135563947-0:121) is starting - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:53:34,040 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom122, ID:centos-7-xnkdf-38709-1673135563947-0:121) started - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:53:34,040 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] 2023-01-07 23:53:34,041 INFO [scout-thread-17] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom122 started - MDC[jobName=Running test with support for JUnit timeout] Reply: TheReply 2023-01-07 23:53:34,060 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@126688a7] - MDC[] 2023-01-07 23:53:34,060 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@7d3d7df6[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:53:34,061 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.010125 ms - MDC[] 2023-01-07 23:53:34,062 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom122 stopped - MDC[] 2023-01-07 23:53:34,062 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom122, ID:centos-7-xnkdf-38709-1673135563947-0:121) is shutting down - MDC[] 2023-01-07 23:53:34,062 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom122, ID:centos-7-xnkdf-38709-1673135563947-0:121) uptime 0.023 seconds - MDC[] 2023-01-07 23:53:34,062 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom122, ID:centos-7-xnkdf-38709-1673135563947-0:121) is shutdown - MDC[] 2023-01-07 23:53:34,063 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2023-01-07 23:53:34,063 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 24.738151 ms - MDC[] 2023-01-07 23:53:34,063 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:34,064 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:34,064 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:34,064 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #123 initialized: null - MDC[] 2023-01-07 23:53:34,065 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2023-01-07 23:53:34,065 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom123, ID:centos-7-xnkdf-38709-1673135563947-0:122) is starting - MDC[] 2023-01-07 23:53:34,066 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom123, ID:centos-7-xnkdf-38709-1673135563947-0:122) started - MDC[] 2023-01-07 23:53:34,066 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2023-01-07 23:53:34,066 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom123 started - MDC[] 2023-01-07 23:53:34,067 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-365:1,clientId=null,started=false} - MDC[] 2023-01-07 23:53:34,074 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 3 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@28ee138c, org.eclipse.scout.rt.mom.jms.JmsSubscription@3683c47f, org.eclipse.scout.rt.mom.jms.JmsSubscription@84fd359] - MDC[] 2023-01-07 23:53:34,076 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:53:34,076 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:53:34,077 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom123 stopped - MDC[] 2023-01-07 23:53:34,077 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom123, ID:centos-7-xnkdf-38709-1673135563947-0:122) is shutting down - MDC[] 2023-01-07 23:53:34,078 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom123, ID:centos-7-xnkdf-38709-1673135563947-0:122) uptime 0.013 seconds - MDC[] 2023-01-07 23:53:34,078 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom123, ID:centos-7-xnkdf-38709-1673135563947-0:122) is shutdown - MDC[] 2023-01-07 23:53:34,078 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:53:34,078 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 14.453051 ms - MDC[] 2023-01-07 23:53:34,079 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:34,079 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:34,080 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:34,081 INFO [scout-thread-17] 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] 2023-01-07 23:53:34,081 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] 2023-01-07 23:53:34,082 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom124, ID:centos-7-xnkdf-38709-1673135563947-0:123) is starting - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:53:34,082 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom124, ID:centos-7-xnkdf-38709-1673135563947-0:123) started - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:53:34,082 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] 2023-01-07 23:53:34,083 INFO [scout-thread-17] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom124 started - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:53:34,145 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@2812c4c[name=test/mom/testRequestReply_StringMarshaller_Exception, type=QUEUE, resolveMethod=DEFINE, properties={}]], cid=ec114a5c-1b44-4bbb-9f5f-5039d09d74d8] 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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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) 2023-01-07 23:53:34,150 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@60607fab] - MDC[] 2023-01-07 23:53:34,151 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@30a5cace[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:53:34,151 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.013584 ms - MDC[] 2023-01-07 23:53:34,152 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom124 stopped - MDC[] 2023-01-07 23:53:34,152 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom124, ID:centos-7-xnkdf-38709-1673135563947-0:123) is shutting down - MDC[] 2023-01-07 23:53:34,153 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom124, ID:centos-7-xnkdf-38709-1673135563947-0:123) uptime 0.072 seconds - MDC[] 2023-01-07 23:53:34,153 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom124, ID:centos-7-xnkdf-38709-1673135563947-0:123) is shutdown - MDC[] 2023-01-07 23:53:34,153 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2023-01-07 23:53:34,153 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 73.500857 ms - MDC[] 2023-01-07 23:53:34,153 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:34,154 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:34,154 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:34,155 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 0.722430 ms - MDC[] 2023-01-07 23:53:34,155 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:34,158 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:34,158 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:34,159 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #125 initialized: null - MDC[] 2023-01-07 23:53:34,159 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2023-01-07 23:53:34,160 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom125, ID:centos-7-xnkdf-38709-1673135563947-0:124) is starting - MDC[] 2023-01-07 23:53:34,160 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom125, ID:centos-7-xnkdf-38709-1673135563947-0:124) started - MDC[] 2023-01-07 23:53:34,160 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2023-01-07 23:53:34,161 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom125 started - MDC[] 2023-01-07 23:53:34,161 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-371:1,clientId=null,started=false} - MDC[] 2023-01-07 23:53:34,365 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@67954442] - MDC[] 2023-01-07 23:53:34,366 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:53:34,366 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:53:34,367 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom125 stopped - MDC[] 2023-01-07 23:53:34,367 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom125, ID:centos-7-xnkdf-38709-1673135563947-0:124) is shutting down - MDC[] 2023-01-07 23:53:34,367 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom125, ID:centos-7-xnkdf-38709-1673135563947-0:124) uptime 0.208 seconds - MDC[] 2023-01-07 23:53:34,367 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom125, ID:centos-7-xnkdf-38709-1673135563947-0:124) is shutdown - MDC[] 2023-01-07 23:53:34,367 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:53:34,368 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 209.687045 ms - MDC[] 2023-01-07 23:53:34,368 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:34,368 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:34,368 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:34,369 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #126 initialized: null - MDC[] 2023-01-07 23:53:34,369 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2023-01-07 23:53:34,370 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom126, ID:centos-7-xnkdf-38709-1673135563947-0:125) is starting - MDC[] 2023-01-07 23:53:34,370 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom126, ID:centos-7-xnkdf-38709-1673135563947-0:125) started - MDC[] 2023-01-07 23:53:34,370 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2023-01-07 23:53:34,371 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom126 started - MDC[] 2023-01-07 23:53:34,371 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-374:1,clientId=null,started=false} - MDC[] 2023-01-07 23:53:34,574 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@772ccecf] - MDC[] 2023-01-07 23:53:34,576 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:53:34,576 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:53:34,576 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom126 stopped - MDC[] 2023-01-07 23:53:34,577 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom126, ID:centos-7-xnkdf-38709-1673135563947-0:125) is shutting down - MDC[] 2023-01-07 23:53:34,577 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom126, ID:centos-7-xnkdf-38709-1673135563947-0:125) uptime 0.208 seconds - MDC[] 2023-01-07 23:53:34,577 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom126, ID:centos-7-xnkdf-38709-1673135563947-0:125) is shutdown - MDC[] 2023-01-07 23:53:34,577 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:53:34,577 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 209.055492 ms - MDC[] 2023-01-07 23:53:34,578 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:34,578 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:34,578 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:34,579 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #127 initialized: null - MDC[] 2023-01-07 23:53:34,579 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2023-01-07 23:53:34,580 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom127, ID:centos-7-xnkdf-38709-1673135563947-0:126) is starting - MDC[] 2023-01-07 23:53:34,580 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom127, ID:centos-7-xnkdf-38709-1673135563947-0:126) started - MDC[] 2023-01-07 23:53:34,580 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2023-01-07 23:53:34,580 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom127 started - MDC[] 2023-01-07 23:53:34,581 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-377:1,clientId=null,started=false} - MDC[] 2023-01-07 23:53:34,785 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@39f29540] - MDC[] 2023-01-07 23:53:34,786 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:53:34,786 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:53:34,786 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom127 stopped - MDC[] 2023-01-07 23:53:34,787 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom127, ID:centos-7-xnkdf-38709-1673135563947-0:126) is shutting down - MDC[] 2023-01-07 23:53:34,787 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom127, ID:centos-7-xnkdf-38709-1673135563947-0:126) uptime 0.208 seconds - MDC[] 2023-01-07 23:53:34,787 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom127, ID:centos-7-xnkdf-38709-1673135563947-0:126) is shutdown - MDC[] 2023-01-07 23:53:34,787 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:53:34,788 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 209.473749 ms - MDC[] 2023-01-07 23:53:34,788 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:34,788 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:34,788 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:34,789 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #128 initialized: null - MDC[] 2023-01-07 23:53:34,789 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2023-01-07 23:53:34,790 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom128, ID:centos-7-xnkdf-38709-1673135563947-0:127) is starting - MDC[] 2023-01-07 23:53:34,790 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom128, ID:centos-7-xnkdf-38709-1673135563947-0:127) started - MDC[] 2023-01-07 23:53:34,790 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2023-01-07 23:53:34,791 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom128 started - MDC[] 2023-01-07 23:53:34,791 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-380:1,clientId=null,started=false} - MDC[] 2023-01-07 23:53:34,994 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@6f0a9d4f] - MDC[] 2023-01-07 23:53:34,995 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:53:34,995 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:53:34,996 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom128 stopped - MDC[] 2023-01-07 23:53:34,996 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom128, ID:centos-7-xnkdf-38709-1673135563947-0:127) is shutting down - MDC[] 2023-01-07 23:53:34,997 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom128, ID:centos-7-xnkdf-38709-1673135563947-0:127) uptime 0.207 seconds - MDC[] 2023-01-07 23:53:34,997 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom128, ID:centos-7-xnkdf-38709-1673135563947-0:127) is shutdown - MDC[] 2023-01-07 23:53:34,997 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:53:34,997 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 208.596566 ms - MDC[] 2023-01-07 23:53:34,997 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:34,997 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:34,998 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:34,998 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #129 initialized: null - MDC[] 2023-01-07 23:53:34,999 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2023-01-07 23:53:34,999 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom129, ID:centos-7-xnkdf-38709-1673135563947-0:128) is starting - MDC[] 2023-01-07 23:53:35,000 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom129, ID:centos-7-xnkdf-38709-1673135563947-0:128) started - MDC[] 2023-01-07 23:53:35,000 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2023-01-07 23:53:35,000 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom129 started - MDC[] 2023-01-07 23:53:35,001 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-383:1,clientId=null,started=false} - MDC[] 2023-01-07 23:53:35,205 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@1c179a3e] - MDC[] 2023-01-07 23:53:35,206 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:53:35,206 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:53:35,206 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom129 stopped - MDC[] 2023-01-07 23:53:35,207 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom129, ID:centos-7-xnkdf-38709-1673135563947-0:128) is shutting down - MDC[] 2023-01-07 23:53:35,207 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom129, ID:centos-7-xnkdf-38709-1673135563947-0:128) uptime 0.208 seconds - MDC[] 2023-01-07 23:53:35,207 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom129, ID:centos-7-xnkdf-38709-1673135563947-0:128) is shutdown - MDC[] 2023-01-07 23:53:35,207 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:53:35,207 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 209.830880 ms - MDC[] 2023-01-07 23:53:35,208 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:35,208 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:35,208 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:35,209 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #130 initialized: null - MDC[] 2023-01-07 23:53:35,209 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2023-01-07 23:53:35,210 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom130, ID:centos-7-xnkdf-38709-1673135563947-0:129) is starting - MDC[] 2023-01-07 23:53:35,210 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom130, ID:centos-7-xnkdf-38709-1673135563947-0:129) started - MDC[] 2023-01-07 23:53:35,210 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2023-01-07 23:53:35,211 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom130 started - MDC[] 2023-01-07 23:53:35,211 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-386:1,clientId=null,started=false} - MDC[] 2023-01-07 23:53:35,415 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@162c02a2] - MDC[] 2023-01-07 23:53:35,416 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:53:35,416 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:53:35,416 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom130 stopped - MDC[] 2023-01-07 23:53:35,417 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom130, ID:centos-7-xnkdf-38709-1673135563947-0:129) is shutting down - MDC[] 2023-01-07 23:53:35,417 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom130, ID:centos-7-xnkdf-38709-1673135563947-0:129) uptime 0.208 seconds - MDC[] 2023-01-07 23:53:35,417 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom130, ID:centos-7-xnkdf-38709-1673135563947-0:129) is shutdown - MDC[] 2023-01-07 23:53:35,417 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:53:35,417 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 209.373122 ms - MDC[] 2023-01-07 23:53:35,418 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:35,418 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:35,418 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:35,419 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #131 initialized: null - MDC[] 2023-01-07 23:53:35,419 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2023-01-07 23:53:35,420 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom131, ID:centos-7-xnkdf-38709-1673135563947-0:130) is starting - MDC[] 2023-01-07 23:53:35,420 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom131, ID:centos-7-xnkdf-38709-1673135563947-0:130) started - MDC[] 2023-01-07 23:53:35,420 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2023-01-07 23:53:35,420 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom131 started - MDC[] 2023-01-07 23:53:35,421 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-389:1,clientId=null,started=false} - MDC[] 2023-01-07 23:53:35,625 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@272ee84a] - MDC[] 2023-01-07 23:53:35,626 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:53:35,626 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:53:35,626 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom131 stopped - MDC[] 2023-01-07 23:53:35,626 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom131, ID:centos-7-xnkdf-38709-1673135563947-0:130) is shutting down - MDC[] 2023-01-07 23:53:35,627 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom131, ID:centos-7-xnkdf-38709-1673135563947-0:130) uptime 0.208 seconds - MDC[] 2023-01-07 23:53:35,627 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom131, ID:centos-7-xnkdf-38709-1673135563947-0:130) is shutdown - MDC[] 2023-01-07 23:53:35,627 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:53:35,627 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 209.180452 ms - MDC[] 2023-01-07 23:53:35,627 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:35,628 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:35,628 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:35,628 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #132 initialized: null - MDC[] 2023-01-07 23:53:35,629 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2023-01-07 23:53:35,630 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom132, ID:centos-7-xnkdf-38709-1673135563947-0:131) is starting - MDC[] 2023-01-07 23:53:35,630 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom132, ID:centos-7-xnkdf-38709-1673135563947-0:131) started - MDC[] 2023-01-07 23:53:35,630 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2023-01-07 23:53:35,631 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom132 started - MDC[] 2023-01-07 23:53:35,631 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-392:1,clientId=null,started=false} - MDC[] 2023-01-07 23:53:35,835 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@766c225c] - MDC[] 2023-01-07 23:53:35,836 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:53:35,836 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:53:35,836 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom132 stopped - MDC[] 2023-01-07 23:53:35,836 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom132, ID:centos-7-xnkdf-38709-1673135563947-0:131) is shutting down - MDC[] 2023-01-07 23:53:35,837 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom132, ID:centos-7-xnkdf-38709-1673135563947-0:131) uptime 0.208 seconds - MDC[] 2023-01-07 23:53:35,837 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom132, ID:centos-7-xnkdf-38709-1673135563947-0:131) is shutdown - MDC[] 2023-01-07 23:53:35,837 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:53:35,837 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 209.126618 ms - MDC[] 2023-01-07 23:53:35,837 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:35,838 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:35,838 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:35,838 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #133 initialized: null - MDC[] 2023-01-07 23:53:35,839 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2023-01-07 23:53:35,839 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom133, ID:centos-7-xnkdf-38709-1673135563947-0:132) is starting - MDC[] 2023-01-07 23:53:35,839 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom133, ID:centos-7-xnkdf-38709-1673135563947-0:132) started - MDC[] 2023-01-07 23:53:35,840 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2023-01-07 23:53:35,840 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom133 started - MDC[] 2023-01-07 23:53:35,841 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-395:1,clientId=null,started=false} - MDC[] 2023-01-07 23:53:36,044 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@d158cbe] - MDC[] 2023-01-07 23:53:36,045 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:53:36,045 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:53:36,046 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom133 stopped - MDC[] 2023-01-07 23:53:36,046 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom133, ID:centos-7-xnkdf-38709-1673135563947-0:132) is shutting down - MDC[] 2023-01-07 23:53:36,046 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom133, ID:centos-7-xnkdf-38709-1673135563947-0:132) uptime 0.208 seconds - MDC[] 2023-01-07 23:53:36,046 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom133, ID:centos-7-xnkdf-38709-1673135563947-0:132) is shutdown - MDC[] 2023-01-07 23:53:36,046 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:53:36,047 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 208.806404 ms - MDC[] 2023-01-07 23:53:36,047 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:36,047 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:36,047 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:36,048 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #134 initialized: null - MDC[] 2023-01-07 23:53:36,048 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2023-01-07 23:53:36,049 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom134, ID:centos-7-xnkdf-38709-1673135563947-0:133) is starting - MDC[] 2023-01-07 23:53:36,049 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom134, ID:centos-7-xnkdf-38709-1673135563947-0:133) started - MDC[] 2023-01-07 23:53:36,049 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2023-01-07 23:53:36,050 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom134 started - MDC[] 2023-01-07 23:53:36,050 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-398:1,clientId=null,started=false} - MDC[] 2023-01-07 23:53:36,254 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@291b3e68] - MDC[] 2023-01-07 23:53:36,255 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:53:36,255 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:53:36,255 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom134 stopped - MDC[] 2023-01-07 23:53:36,256 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom134, ID:centos-7-xnkdf-38709-1673135563947-0:133) is shutting down - MDC[] 2023-01-07 23:53:36,256 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom134, ID:centos-7-xnkdf-38709-1673135563947-0:133) uptime 0.208 seconds - MDC[] 2023-01-07 23:53:36,256 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom134, ID:centos-7-xnkdf-38709-1673135563947-0:133) is shutdown - MDC[] 2023-01-07 23:53:36,256 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:53:36,256 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 209.093034 ms - MDC[] 2023-01-07 23:53:36,257 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:36,257 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:36,257 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:36,258 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #135 initialized: null - MDC[] 2023-01-07 23:53:36,258 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2023-01-07 23:53:36,259 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom135, ID:centos-7-xnkdf-38709-1673135563947-0:134) is starting - MDC[] 2023-01-07 23:53:36,259 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom135, ID:centos-7-xnkdf-38709-1673135563947-0:134) started - MDC[] 2023-01-07 23:53:36,259 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2023-01-07 23:53:36,259 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom135 started - MDC[] 2023-01-07 23:53:36,262 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-401:2,clientId=null,started=false} - MDC[] 2023-01-07 23:53:36,265 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@58bbe78f] - MDC[] 2023-01-07 23:53:36,265 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:53:36,266 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:53:36,266 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom135 stopped - MDC[] 2023-01-07 23:53:36,266 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom135, ID:centos-7-xnkdf-38709-1673135563947-0:134) is shutting down - MDC[] 2023-01-07 23:53:36,267 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom135, ID:centos-7-xnkdf-38709-1673135563947-0:134) uptime 0.009 seconds - MDC[] 2023-01-07 23:53:36,267 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom135, ID:centos-7-xnkdf-38709-1673135563947-0:134) is shutdown - MDC[] 2023-01-07 23:53:36,267 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:53:36,267 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 9.853802 ms - MDC[] 2023-01-07 23:53:36,267 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:36,268 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:36,268 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:36,269 INFO [scout-thread-24] 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] 2023-01-07 23:53:36,269 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] 2023-01-07 23:53:36,270 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom136, ID:centos-7-xnkdf-38709-1673135563947-0:135) is starting - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:53:36,270 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom136, ID:centos-7-xnkdf-38709-1673135563947-0:135) started - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:53:36,270 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] 2023-01-07 23:53:36,270 INFO [scout-thread-24] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom136 started - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:53:36,284 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@4d1c2de7, org.eclipse.scout.rt.mom.jms.JmsSubscription@4f3c1cb2] - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:53:36,294 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@34011b0c, org.eclipse.scout.rt.mom.jms.JmsSubscription@758e9e8a] - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:53:36,306 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@4aea586f, org.eclipse.scout.rt.mom.jms.JmsSubscription@7e471251] - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:53:36,339 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@38cdc54e, org.eclipse.scout.rt.mom.jms.JmsSubscription@6ce87df2] - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:53:36,348 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@541e2946, org.eclipse.scout.rt.mom.jms.JmsSubscription@7cf3bc71] - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:53:36,357 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@46e60a26, org.eclipse.scout.rt.mom.jms.JmsSubscription@42ede2d1] - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:53:36,367 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@7e7e488d, org.eclipse.scout.rt.mom.jms.JmsSubscription@42608516] - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:53:36,376 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@51ebf7b8, org.eclipse.scout.rt.mom.jms.JmsSubscription@3b5e2f9] - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:53:36,377 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@7577dfa1[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:53:36,377 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.009000 ms - MDC[] 2023-01-07 23:53:36,378 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom136 stopped - MDC[] 2023-01-07 23:53:36,378 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom136, ID:centos-7-xnkdf-38709-1673135563947-0:135) is shutting down - MDC[] 2023-01-07 23:53:36,379 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom136, ID:centos-7-xnkdf-38709-1673135563947-0:135) uptime 0.110 seconds - MDC[] 2023-01-07 23:53:36,379 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom136, ID:centos-7-xnkdf-38709-1673135563947-0:135) is shutdown - MDC[] 2023-01-07 23:53:36,379 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2023-01-07 23:53:36,379 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 111.300367 ms - MDC[] 2023-01-07 23:53:36,379 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:36,380 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:36,380 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:36,381 INFO [scout-thread-16] 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] 2023-01-07 23:53:36,381 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] 2023-01-07 23:53:36,382 INFO [scout-thread-16] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom137, ID:centos-7-xnkdf-38709-1673135563947-0:136) is starting - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:53:36,382 INFO [scout-thread-16] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom137, ID:centos-7-xnkdf-38709-1673135563947-0:136) started - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:53:36,382 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] 2023-01-07 23:53:36,435 INFO [scout-thread-16] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom137 started - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:53:36,499 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@3c799d53, org.eclipse.scout.rt.mom.jms.JmsSubscription@66ed4881] - MDC[] 2023-01-07 23:53:36,501 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@3e7cf5e8[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:53:36,501 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.014250 ms - MDC[] 2023-01-07 23:53:36,502 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom137 stopped - MDC[] 2023-01-07 23:53:36,502 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom137, ID:centos-7-xnkdf-38709-1673135563947-0:136) is shutting down - MDC[] 2023-01-07 23:53:36,503 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom137, ID:centos-7-xnkdf-38709-1673135563947-0:136) uptime 0.122 seconds - MDC[] 2023-01-07 23:53:36,503 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom137, ID:centos-7-xnkdf-38709-1673135563947-0:136) is shutdown - MDC[] 2023-01-07 23:53:36,503 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2023-01-07 23:53:36,503 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 123.300207 ms - MDC[] 2023-01-07 23:53:36,504 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:36,504 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:36,504 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:36,505 INFO [scout-thread-24] 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] 2023-01-07 23:53:36,505 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] 2023-01-07 23:53:36,506 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom138, ID:centos-7-xnkdf-38709-1673135563947-0:137) is starting - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:53:36,506 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom138, ID:centos-7-xnkdf-38709-1673135563947-0:137) started - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:53:36,506 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] 2023-01-07 23:53:36,506 INFO [scout-thread-24] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom138 started - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:53:36,571 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@1579cf25, org.eclipse.scout.rt.mom.jms.JmsSubscription@77459635] - MDC[] 2023-01-07 23:53:36,573 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@2d25a4f3[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:53:36,573 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.030834 ms - MDC[] 2023-01-07 23:53:36,575 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom138 stopped - MDC[] 2023-01-07 23:53:36,575 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom138, ID:centos-7-xnkdf-38709-1673135563947-0:137) is shutting down - MDC[] 2023-01-07 23:53:36,575 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom138, ID:centos-7-xnkdf-38709-1673135563947-0:137) uptime 0.070 seconds - MDC[] 2023-01-07 23:53:36,575 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom138, ID:centos-7-xnkdf-38709-1673135563947-0:137) is shutdown - MDC[] 2023-01-07 23:53:36,575 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2023-01-07 23:53:36,576 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 71.542822 ms - MDC[] 2023-01-07 23:53:36,576 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:36,576 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:36,576 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:36,577 INFO [scout-thread-15] 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] 2023-01-07 23:53:36,577 INFO [scout-thread-15] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:53:36,578 INFO [scout-thread-15] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom139, ID:centos-7-xnkdf-38709-1673135563947-0:138) is starting - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:53:36,578 INFO [scout-thread-15] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom139, ID:centos-7-xnkdf-38709-1673135563947-0:138) started - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:53:36,578 INFO [scout-thread-15] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:53:36,579 INFO [scout-thread-15] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom139 started - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:53:36,643 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@7e3e1b7b, org.eclipse.scout.rt.mom.jms.JmsSubscription@3fd9c5db] - MDC[] 2023-01-07 23:53:36,645 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@4c64d70f[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:53:36,645 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.043376 ms - MDC[] 2023-01-07 23:53:36,647 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom139 stopped - MDC[] 2023-01-07 23:53:36,647 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom139, ID:centos-7-xnkdf-38709-1673135563947-0:138) is shutting down - MDC[] 2023-01-07 23:53:36,647 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom139, ID:centos-7-xnkdf-38709-1673135563947-0:138) uptime 0.070 seconds - MDC[] 2023-01-07 23:53:36,647 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom139, ID:centos-7-xnkdf-38709-1673135563947-0:138) is shutdown - MDC[] 2023-01-07 23:53:36,647 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2023-01-07 23:53:36,648 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 71.268776 ms - MDC[] 2023-01-07 23:53:36,648 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:36,648 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:36,648 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:36,649 INFO [scout-thread-16] 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] 2023-01-07 23:53:36,649 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] 2023-01-07 23:53:36,650 INFO [scout-thread-16] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom140, ID:centos-7-xnkdf-38709-1673135563947-0:139) is starting - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:53:36,650 INFO [scout-thread-16] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom140, ID:centos-7-xnkdf-38709-1673135563947-0:139) started - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:53:36,650 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] 2023-01-07 23:53:36,651 INFO [scout-thread-16] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom140 started - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:53:36,716 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@1d0c7a03, org.eclipse.scout.rt.mom.jms.JmsSubscription@445eed0b] - MDC[] 2023-01-07 23:53:36,718 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@6fea36f2[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:53:36,718 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.013542 ms - MDC[] 2023-01-07 23:53:36,720 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom140 stopped - MDC[] 2023-01-07 23:53:36,720 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom140, ID:centos-7-xnkdf-38709-1673135563947-0:139) is shutting down - MDC[] 2023-01-07 23:53:36,720 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom140, ID:centos-7-xnkdf-38709-1673135563947-0:139) uptime 0.071 seconds - MDC[] 2023-01-07 23:53:36,720 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom140, ID:centos-7-xnkdf-38709-1673135563947-0:139) is shutdown - MDC[] 2023-01-07 23:53:36,720 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2023-01-07 23:53:36,721 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 72.338170 ms - MDC[] 2023-01-07 23:53:36,721 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:36,721 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:36,721 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:36,722 INFO [scout-thread-24] 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] 2023-01-07 23:53:36,723 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] 2023-01-07 23:53:36,723 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom141, ID:centos-7-xnkdf-38709-1673135563947-0:140) is starting - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:53:36,723 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom141, ID:centos-7-xnkdf-38709-1673135563947-0:140) started - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:53:36,724 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] 2023-01-07 23:53:36,724 INFO [scout-thread-24] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom141 started - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:53:36,795 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@6fe40fa8, org.eclipse.scout.rt.mom.jms.JmsSubscription@37f76752] - MDC[] 2023-01-07 23:53:36,797 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@529fe4dd[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:53:36,797 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.009000 ms - MDC[] 2023-01-07 23:53:36,798 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom141 stopped - MDC[] 2023-01-07 23:53:36,799 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom141, ID:centos-7-xnkdf-38709-1673135563947-0:140) is shutting down - MDC[] 2023-01-07 23:53:36,799 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom141, ID:centos-7-xnkdf-38709-1673135563947-0:140) uptime 0.077 seconds - MDC[] 2023-01-07 23:53:36,799 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom141, ID:centos-7-xnkdf-38709-1673135563947-0:140) is shutdown - MDC[] 2023-01-07 23:53:36,799 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2023-01-07 23:53:36,800 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 78.304943 ms - MDC[] 2023-01-07 23:53:36,800 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:36,800 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:36,800 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:36,801 INFO [scout-thread-15] 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] 2023-01-07 23:53:36,802 INFO [scout-thread-15] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:53:36,802 INFO [scout-thread-15] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom142, ID:centos-7-xnkdf-38709-1673135563947-0:141) is starting - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:53:36,802 INFO [scout-thread-15] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom142, ID:centos-7-xnkdf-38709-1673135563947-0:141) started - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:53:36,803 INFO [scout-thread-15] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:53:36,803 INFO [scout-thread-15] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom142 started - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:53: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@6e9065e2, org.eclipse.scout.rt.mom.jms.JmsSubscription@bdb997f] - MDC[] 2023-01-07 23:53:36,871 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@2cb821bb[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:53:36,871 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.013917 ms - MDC[] 2023-01-07 23:53:36,872 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom142 stopped - MDC[] 2023-01-07 23:53:36,872 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom142, ID:centos-7-xnkdf-38709-1673135563947-0:141) is shutting down - MDC[] 2023-01-07 23:53:36,873 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom142, ID:centos-7-xnkdf-38709-1673135563947-0:141) uptime 0.071 seconds - MDC[] 2023-01-07 23:53:36,873 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom142, ID:centos-7-xnkdf-38709-1673135563947-0:141) is shutdown - MDC[] 2023-01-07 23:53:36,873 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2023-01-07 23:53:36,873 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 73.181769 ms - MDC[] 2023-01-07 23:53:36,873 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:36,874 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:36,874 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:36,875 INFO [scout-thread-16] 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] 2023-01-07 23:53:36,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] 2023-01-07 23:53:36,876 INFO [scout-thread-16] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom143, ID:centos-7-xnkdf-38709-1673135563947-0:142) is starting - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:53:36,876 INFO [scout-thread-16] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom143, ID:centos-7-xnkdf-38709-1673135563947-0:142) started - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:53:36,876 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] 2023-01-07 23:53:36,876 INFO [scout-thread-16] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom143 started - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:53:36,942 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@3c650ad2, org.eclipse.scout.rt.mom.jms.JmsSubscription@74bcff71] - MDC[] 2023-01-07 23:53:36,944 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@12794145[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:53:36,944 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.014834 ms - MDC[] 2023-01-07 23:53:36,945 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom143 stopped - MDC[] 2023-01-07 23:53:36,945 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom143, ID:centos-7-xnkdf-38709-1673135563947-0:142) is shutting down - MDC[] 2023-01-07 23:53:36,946 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom143, ID:centos-7-xnkdf-38709-1673135563947-0:142) uptime 0.070 seconds - MDC[] 2023-01-07 23:53:36,946 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom143, ID:centos-7-xnkdf-38709-1673135563947-0:142) is shutdown - MDC[] 2023-01-07 23:53:36,946 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2023-01-07 23:53:36,946 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 71.771451 ms - MDC[] 2023-01-07 23:53:36,946 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:36,946 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:36,947 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:36,948 INFO [scout-thread-24] 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] 2023-01-07 23:53:36,948 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] 2023-01-07 23:53:36,948 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom144, ID:centos-7-xnkdf-38709-1673135563947-0:143) is starting - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:53:36,949 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom144, ID:centos-7-xnkdf-38709-1673135563947-0:143) started - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:53:36,949 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] 2023-01-07 23:53:36,949 INFO [scout-thread-24] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom144 started - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:53:37,014 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@3e242f6e, org.eclipse.scout.rt.mom.jms.JmsSubscription@23f41ce3] - MDC[] 2023-01-07 23:53:37,016 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@3c2cc318[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:53:37,017 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.050542 ms - MDC[] 2023-01-07 23:53:37,017 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom144 stopped - MDC[] 2023-01-07 23:53:37,018 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom144, ID:centos-7-xnkdf-38709-1673135563947-0:143) is shutting down - MDC[] 2023-01-07 23:53:37,018 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom144, ID:centos-7-xnkdf-38709-1673135563947-0:143) uptime 0.070 seconds - MDC[] 2023-01-07 23:53:37,018 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom144, ID:centos-7-xnkdf-38709-1673135563947-0:143) is shutdown - MDC[] 2023-01-07 23:53:37,018 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2023-01-07 23:53:37,019 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 71.764326 ms - MDC[] 2023-01-07 23:53:37,019 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:37,019 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:37,019 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:37,020 INFO [scout-thread-15] 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] 2023-01-07 23:53:37,021 INFO [scout-thread-15] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:53:37,021 INFO [scout-thread-15] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom145, ID:centos-7-xnkdf-38709-1673135563947-0:144) is starting - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:53:37,021 INFO [scout-thread-15] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom145, ID:centos-7-xnkdf-38709-1673135563947-0:144) started - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:53:37,022 INFO [scout-thread-15] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:53:37,022 INFO [scout-thread-15] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom145 started - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:53:37,088 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@f562214, org.eclipse.scout.rt.mom.jms.JmsSubscription@6dafe488] - MDC[] 2023-01-07 23:53:37,090 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@212b4dcc[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:53:37,091 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.013583 ms - MDC[] 2023-01-07 23:53:37,092 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom145 stopped - MDC[] 2023-01-07 23:53:37,092 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom145, ID:centos-7-xnkdf-38709-1673135563947-0:144) is shutting down - MDC[] 2023-01-07 23:53:37,093 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom145, ID:centos-7-xnkdf-38709-1673135563947-0:144) uptime 0.071 seconds - MDC[] 2023-01-07 23:53:37,093 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom145, ID:centos-7-xnkdf-38709-1673135563947-0:144) is shutdown - MDC[] 2023-01-07 23:53:37,093 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2023-01-07 23:53:37,093 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 73.520816 ms - MDC[] 2023-01-07 23:53:37,093 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:37,093 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:37,093 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:37,094 INFO [scout-thread-16] 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] 2023-01-07 23:53:37,095 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] 2023-01-07 23:53:37,095 INFO [scout-thread-16] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom146, ID:centos-7-xnkdf-38709-1673135563947-0:145) is starting - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:53:37,096 INFO [scout-thread-16] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom146, ID:centos-7-xnkdf-38709-1673135563947-0:145) started - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:53:37,096 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] 2023-01-07 23:53:37,096 INFO [scout-thread-16] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom146 started - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:53:37,162 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@8936d23, org.eclipse.scout.rt.mom.jms.JmsSubscription@73131043] - MDC[] 2023-01-07 23:53:37,164 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@cbc2d5d[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:53:37,165 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.008959 ms - MDC[] 2023-01-07 23:53:37,166 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom146 stopped - MDC[] 2023-01-07 23:53:37,166 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom146, ID:centos-7-xnkdf-38709-1673135563947-0:145) is shutting down - MDC[] 2023-01-07 23:53:37,166 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom146, ID:centos-7-xnkdf-38709-1673135563947-0:145) uptime 0.071 seconds - MDC[] 2023-01-07 23:53:37,167 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom146, ID:centos-7-xnkdf-38709-1673135563947-0:145) is shutdown - MDC[] 2023-01-07 23:53:37,167 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2023-01-07 23:53:37,167 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 73.456857 ms - MDC[] 2023-01-07 23:53:37,167 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:37,168 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:37,168 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:37,168 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #147 initialized: null - MDC[] 2023-01-07 23:53:37,169 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2023-01-07 23:53:37,169 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom147, ID:centos-7-xnkdf-38709-1673135563947-0:146) is starting - MDC[] 2023-01-07 23:53:37,169 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom147, ID:centos-7-xnkdf-38709-1673135563947-0:146) started - MDC[] 2023-01-07 23:53:37,169 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2023-01-07 23:53:37,170 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom147 started - MDC[] 2023-01-07 23:53:37,170 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-437:1,clientId=null,started=false} - MDC[] 2023-01-07 23:53:37,176 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@4127f82a, org.eclipse.scout.rt.mom.jms.JmsSubscription@550d3cd7] - MDC[] 2023-01-07 23:53:37,177 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:53:37,177 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:53:37,178 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom147 stopped - MDC[] 2023-01-07 23:53:37,178 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom147, ID:centos-7-xnkdf-38709-1673135563947-0:146) is shutting down - MDC[] 2023-01-07 23:53:37,178 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom147, ID:centos-7-xnkdf-38709-1673135563947-0:146) uptime 0.010 seconds - MDC[] 2023-01-07 23:53:37,178 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom147, ID:centos-7-xnkdf-38709-1673135563947-0:146) is shutdown - MDC[] 2023-01-07 23:53:37,178 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:53:37,178 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 10.597357 ms - MDC[] 2023-01-07 23:53:37,179 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:37,179 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:37,179 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:37,180 INFO [scout-thread-15] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #148 initialized: null - MDC[jobName=requester (Q)] 2023-01-07 23:53:37,181 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2023-01-07 23:53:37,181 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom148, ID:centos-7-xnkdf-38709-1673135563947-0:147) is starting - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2023-01-07 23:53:37,181 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom148, ID:centos-7-xnkdf-38709-1673135563947-0:147) started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2023-01-07 23:53:37,182 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] 2023-01-07 23:53:37,182 INFO [scout-thread-17] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom148 started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2023-01-07 23:53:37,490 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@19c4c24d] - MDC[] 2023-01-07 23:53:37,491 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@16650251[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:53:37,491 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.006959 ms - MDC[] 2023-01-07 23:53:37,492 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom148 stopped - MDC[] 2023-01-07 23:53:37,492 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom148, ID:centos-7-xnkdf-38709-1673135563947-0:147) is shutting down - MDC[] 2023-01-07 23:53:37,493 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom148, ID:centos-7-xnkdf-38709-1673135563947-0:147) uptime 0.311 seconds - MDC[] 2023-01-07 23:53:37,493 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom148, ID:centos-7-xnkdf-38709-1673135563947-0:147) is shutdown - MDC[] 2023-01-07 23:53:37,493 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2023-01-07 23:53:37,493 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 313.573112 ms - MDC[] 2023-01-07 23:53:37,493 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:37,494 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:37,494 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:37,495 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)] 2023-01-07 23:53:37,495 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2023-01-07 23:53:37,496 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom149, ID:centos-7-xnkdf-38709-1673135563947-0:148) is starting - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2023-01-07 23:53:37,496 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom149, ID:centos-7-xnkdf-38709-1673135563947-0:148) started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2023-01-07 23:53:37,496 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] 2023-01-07 23:53:37,497 INFO [scout-thread-24] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom149 started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2023-01-07 23:53:37,805 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@20531934] - MDC[] 2023-01-07 23:53:37,806 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@6823a91[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:53:37,806 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.009042 ms - MDC[] 2023-01-07 23:53:37,807 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom149 stopped - MDC[] 2023-01-07 23:53:37,807 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom149, ID:centos-7-xnkdf-38709-1673135563947-0:148) is shutting down - MDC[] 2023-01-07 23:53:37,808 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom149, ID:centos-7-xnkdf-38709-1673135563947-0:148) uptime 0.313 seconds - MDC[] 2023-01-07 23:53:37,808 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom149, ID:centos-7-xnkdf-38709-1673135563947-0:148) is shutdown - MDC[] 2023-01-07 23:53:37,808 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2023-01-07 23:53:37,808 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 314.327709 ms - MDC[] 2023-01-07 23:53:37,808 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:37,809 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:37,809 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:37,810 INFO [scout-thread-16] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #150 initialized: null - MDC[jobName=requester (Q)] 2023-01-07 23:53:37,810 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2023-01-07 23:53:37,811 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom150, ID:centos-7-xnkdf-38709-1673135563947-0:149) is starting - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2023-01-07 23:53:37,811 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom150, ID:centos-7-xnkdf-38709-1673135563947-0:149) started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2023-01-07 23:53:37,811 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] 2023-01-07 23:53:37,812 INFO [scout-thread-22] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom150 started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2023-01-07 23:53:38,120 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@6f2c2278] - MDC[] 2023-01-07 23:53:38,121 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@3fe7c5[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:53:38,121 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.013375 ms - MDC[] 2023-01-07 23:53:38,122 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom150 stopped - MDC[] 2023-01-07 23:53:38,122 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom150, ID:centos-7-xnkdf-38709-1673135563947-0:149) is shutting down - MDC[] 2023-01-07 23:53:38,123 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom150, ID:centos-7-xnkdf-38709-1673135563947-0:149) uptime 0.313 seconds - MDC[] 2023-01-07 23:53:38,123 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom150, ID:centos-7-xnkdf-38709-1673135563947-0:149) is shutdown - MDC[] 2023-01-07 23:53:38,123 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2023-01-07 23:53:38,123 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 314.203540 ms - MDC[] 2023-01-07 23:53:38,123 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:38,124 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:38,124 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:38,124 INFO [scout-thread-15] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #151 initialized: null - MDC[jobName=requester (Q)] 2023-01-07 23:53:38,125 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2023-01-07 23:53:38,126 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom151, ID:centos-7-xnkdf-38709-1673135563947-0:150) is starting - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2023-01-07 23:53:38,126 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom151, ID:centos-7-xnkdf-38709-1673135563947-0:150) started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2023-01-07 23:53:38,126 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] 2023-01-07 23:53:38,126 INFO [scout-thread-17] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom151 started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2023-01-07 23:53:38,434 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@2b749404] - MDC[] 2023-01-07 23:53:38,435 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@503392cb[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:53:38,435 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.050293 ms - MDC[] 2023-01-07 23:53:38,436 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom151 stopped - MDC[] 2023-01-07 23:53:38,436 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom151, ID:centos-7-xnkdf-38709-1673135563947-0:150) is shutting down - MDC[] 2023-01-07 23:53:38,437 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom151, ID:centos-7-xnkdf-38709-1673135563947-0:150) uptime 0.311 seconds - MDC[] 2023-01-07 23:53:38,437 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom151, ID:centos-7-xnkdf-38709-1673135563947-0:150) is shutdown - MDC[] 2023-01-07 23:53:38,437 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2023-01-07 23:53:38,437 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 313.347650 ms - MDC[] 2023-01-07 23:53:38,437 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:38,438 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:38,438 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:38,439 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)] 2023-01-07 23:53:38,439 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2023-01-07 23:53:38,440 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom152, ID:centos-7-xnkdf-38709-1673135563947-0:151) is starting - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2023-01-07 23:53:38,440 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom152, ID:centos-7-xnkdf-38709-1673135563947-0:151) started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2023-01-07 23:53:38,440 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] 2023-01-07 23:53:38,440 INFO [scout-thread-24] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom152 started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2023-01-07 23:53:38,749 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@2f940a24] - MDC[] 2023-01-07 23:53:38,750 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@37892f83[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:53:38,750 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.009000 ms - MDC[] 2023-01-07 23:53:38,751 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom152 stopped - MDC[] 2023-01-07 23:53:38,752 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom152, ID:centos-7-xnkdf-38709-1673135563947-0:151) is shutting down - MDC[] 2023-01-07 23:53:38,752 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom152, ID:centos-7-xnkdf-38709-1673135563947-0:151) uptime 0.313 seconds - MDC[] 2023-01-07 23:53:38,752 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom152, ID:centos-7-xnkdf-38709-1673135563947-0:151) is shutdown - MDC[] 2023-01-07 23:53:38,752 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2023-01-07 23:53:38,752 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 314.623215 ms - MDC[] 2023-01-07 23:53:38,752 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:38,753 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:38,753 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:38,754 INFO [scout-thread-16] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #153 initialized: null - MDC[jobName=requester (Q)] 2023-01-07 23:53:38,755 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2023-01-07 23:53:38,756 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom153, ID:centos-7-xnkdf-38709-1673135563947-0:152) is starting - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2023-01-07 23:53:38,756 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom153, ID:centos-7-xnkdf-38709-1673135563947-0:152) started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2023-01-07 23:53:38,756 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] 2023-01-07 23:53:38,756 INFO [scout-thread-22] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom153 started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2023-01-07 23:53:39,064 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@1a4bc0df] - MDC[] 2023-01-07 23:53:39,064 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@40e8d6da[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:53:39,065 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.025917 ms - MDC[] 2023-01-07 23:53:39,066 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom153 stopped - MDC[] 2023-01-07 23:53:39,066 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom153, ID:centos-7-xnkdf-38709-1673135563947-0:152) is shutting down - MDC[] 2023-01-07 23:53:39,066 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom153, ID:centos-7-xnkdf-38709-1673135563947-0:152) uptime 0.311 seconds - MDC[] 2023-01-07 23:53:39,066 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom153, ID:centos-7-xnkdf-38709-1673135563947-0:152) is shutdown - MDC[] 2023-01-07 23:53:39,067 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2023-01-07 23:53:39,067 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 313.819117 ms - MDC[] 2023-01-07 23:53:39,067 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:39,067 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:39,067 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:39,068 INFO [scout-thread-15] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #154 initialized: null - MDC[jobName=requester (Q)] 2023-01-07 23:53:39,069 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2023-01-07 23:53:39,069 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom154, ID:centos-7-xnkdf-38709-1673135563947-0:153) is starting - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2023-01-07 23:53:39,069 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom154, ID:centos-7-xnkdf-38709-1673135563947-0:153) started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2023-01-07 23:53:39,070 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] 2023-01-07 23:53:39,070 INFO [scout-thread-17] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom154 started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2023-01-07 23:53:39,391 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@13d63185] - MDC[] 2023-01-07 23:53:39,392 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@120777e8[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:53:39,392 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.013501 ms - MDC[] 2023-01-07 23:53:39,393 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom154 stopped - MDC[] 2023-01-07 23:53:39,393 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom154, ID:centos-7-xnkdf-38709-1673135563947-0:153) is shutting down - MDC[] 2023-01-07 23:53:39,393 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom154, ID:centos-7-xnkdf-38709-1673135563947-0:153) uptime 0.324 seconds - MDC[] 2023-01-07 23:53:39,394 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom154, ID:centos-7-xnkdf-38709-1673135563947-0:153) is shutdown - MDC[] 2023-01-07 23:53:39,394 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2023-01-07 23:53:39,394 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 326.616095 ms - MDC[] 2023-01-07 23:53:39,394 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:39,394 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:39,395 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:39,396 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)] 2023-01-07 23:53:39,396 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2023-01-07 23:53:39,397 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom155, ID:centos-7-xnkdf-38709-1673135563947-0:154) is starting - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2023-01-07 23:53:39,397 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom155, ID:centos-7-xnkdf-38709-1673135563947-0:154) started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2023-01-07 23:53:39,397 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] 2023-01-07 23:53:39,397 INFO [scout-thread-24] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom155 started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2023-01-07 23:53:39,705 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@4243ed1b] - MDC[] 2023-01-07 23:53:39,705 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@ffd5805[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:53:39,706 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.011500 ms - MDC[] 2023-01-07 23:53:39,706 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom155 stopped - MDC[] 2023-01-07 23:53:39,707 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom155, ID:centos-7-xnkdf-38709-1673135563947-0:154) is shutting down - MDC[] 2023-01-07 23:53:39,707 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom155, ID:centos-7-xnkdf-38709-1673135563947-0:154) uptime 0.311 seconds - MDC[] 2023-01-07 23:53:39,707 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom155, ID:centos-7-xnkdf-38709-1673135563947-0:154) is shutdown - MDC[] 2023-01-07 23:53:39,707 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2023-01-07 23:53:39,707 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 312.786973 ms - MDC[] 2023-01-07 23:53:39,708 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:39,708 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:39,708 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:39,709 INFO [scout-thread-16] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #156 initialized: null - MDC[jobName=requester (Q)] 2023-01-07 23:53:39,710 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2023-01-07 23:53:39,710 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom156, ID:centos-7-xnkdf-38709-1673135563947-0:155) is starting - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2023-01-07 23:53:39,711 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom156, ID:centos-7-xnkdf-38709-1673135563947-0:155) started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2023-01-07 23:53:39,711 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] 2023-01-07 23:53:39,711 INFO [scout-thread-22] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom156 started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2023-01-07 23:53:40,018 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@2633d812] - MDC[] 2023-01-07 23:53:40,019 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@7160ec38[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:53:40,019 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.011291 ms - MDC[] 2023-01-07 23:53:40,020 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom156 stopped - MDC[] 2023-01-07 23:53:40,020 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom156, ID:centos-7-xnkdf-38709-1673135563947-0:155) is shutting down - MDC[] 2023-01-07 23:53:40,020 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom156, ID:centos-7-xnkdf-38709-1673135563947-0:155) uptime 0.310 seconds - MDC[] 2023-01-07 23:53:40,021 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom156, ID:centos-7-xnkdf-38709-1673135563947-0:155) is shutdown - MDC[] 2023-01-07 23:53:40,021 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2023-01-07 23:53:40,021 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 312.588511 ms - MDC[] 2023-01-07 23:53:40,021 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:40,021 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:40,021 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:40,022 INFO [scout-thread-15] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #157 initialized: null - MDC[jobName=requester (Q)] 2023-01-07 23:53:40,023 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2023-01-07 23:53:40,023 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom157, ID:centos-7-xnkdf-38709-1673135563947-0:156) is starting - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2023-01-07 23:53:40,024 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom157, ID:centos-7-xnkdf-38709-1673135563947-0:156) started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2023-01-07 23:53:40,024 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] 2023-01-07 23:53:40,024 INFO [scout-thread-17] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom157 started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2023-01-07 23:53:40,331 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@58b8ee01] - MDC[] 2023-01-07 23:53:40,332 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@43f45b87[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:53:40,332 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.012917 ms - MDC[] 2023-01-07 23:53:40,333 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom157 stopped - MDC[] 2023-01-07 23:53:40,333 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom157, ID:centos-7-xnkdf-38709-1673135563947-0:156) is shutting down - MDC[] 2023-01-07 23:53:40,334 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom157, ID:centos-7-xnkdf-38709-1673135563947-0:156) uptime 0.310 seconds - MDC[] 2023-01-07 23:53:40,334 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom157, ID:centos-7-xnkdf-38709-1673135563947-0:156) is shutdown - MDC[] 2023-01-07 23:53:40,334 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2023-01-07 23:53:40,334 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 312.458050 ms - MDC[] 2023-01-07 23:53:40,334 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:40,335 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:40,335 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:40,335 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 0.186212 ms - MDC[] 2023-01-07 23:53:40,335 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:40,336 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:40,336 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:40,337 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.initRequestReply(JmsMomImplementor.java:207) - Scout JUnit MOM #158: 'request-reply' messaging is disabled - MDC[] 2023-01-07 23:53:40,337 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #158 initialized: null - MDC[] 2023-01-07 23:53:40,337 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2023-01-07 23:53:40,337 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 1.187313 ms - MDC[] 2023-01-07 23:53:40,337 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:40,338 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:40,338 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:40,338 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #159 initialized: null - MDC[] 2023-01-07 23:53:40,339 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2023-01-07 23:53:40,339 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom159, ID:centos-7-xnkdf-38709-1673135563947-0:157) is starting - MDC[] 2023-01-07 23:53:40,340 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom159, ID:centos-7-xnkdf-38709-1673135563947-0:157) started - MDC[] 2023-01-07 23:53:40,340 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2023-01-07 23:53:40,340 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom159 started - MDC[] 2023-01-07 23:53:40,352 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@325410ce, org.eclipse.scout.rt.mom.jms.JmsSubscription@7e7254d1] - MDC[] 2023-01-07 23:53:40,353 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@1d17b20f[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:53:40,353 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.028042 ms - MDC[] 2023-01-07 23:53:40,354 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom159 stopped - MDC[] 2023-01-07 23:53:40,354 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom159, ID:centos-7-xnkdf-38709-1673135563947-0:157) is shutting down - MDC[] 2023-01-07 23:53:40,355 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom159, ID:centos-7-xnkdf-38709-1673135563947-0:157) uptime 0.016 seconds - MDC[] 2023-01-07 23:53:40,355 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom159, ID:centos-7-xnkdf-38709-1673135563947-0:157) is shutdown - MDC[] 2023-01-07 23:53:40,355 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2023-01-07 23:53:40,355 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 17.341644 ms - MDC[] 2023-01-07 23:53:40,355 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:40,356 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:40,356 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:40,357 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #160 initialized: null - MDC[] 2023-01-07 23:53:40,357 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2023-01-07 23:53:40,358 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom160, ID:centos-7-xnkdf-38709-1673135563947-0:158) is starting - MDC[] 2023-01-07 23:53:40,358 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom160, ID:centos-7-xnkdf-38709-1673135563947-0:158) started - MDC[] 2023-01-07 23:53:40,358 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2023-01-07 23:53:40,359 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom160 started - MDC[] 2023-01-07 23:53:40,359 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-473:1,clientId=null,started=false} - MDC[] 2023-01-07 23:53:40,363 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@4ef06fcb, org.eclipse.scout.rt.mom.jms.JmsSubscription@336f70a6] - MDC[] 2023-01-07 23:53:40,367 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@36f2a2a3, org.eclipse.scout.rt.mom.jms.JmsSubscription@2dcfa917] - MDC[] 2023-01-07 23:53:40,371 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@614a720e, org.eclipse.scout.rt.mom.jms.JmsSubscription@134b19ae] - MDC[] 2023-01-07 23:53:40,375 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@32b1d581, org.eclipse.scout.rt.mom.jms.JmsSubscription@726e3907] - MDC[] 2023-01-07 23:53:40,378 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@46d7c4d0, org.eclipse.scout.rt.mom.jms.JmsSubscription@5d4e11ce] - MDC[] 2023-01-07 23:53:40,382 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@aa7bda6, org.eclipse.scout.rt.mom.jms.JmsSubscription@7b28ce3c] - MDC[] 2023-01-07 23:53:40,385 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@7ffe0471, org.eclipse.scout.rt.mom.jms.JmsSubscription@1694aadb] - MDC[] 2023-01-07 23:53:40,435 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@55c0a768, org.eclipse.scout.rt.mom.jms.JmsSubscription@8a5e71b] - MDC[] 2023-01-07 23:53:40,436 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:53:40,436 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:53:40,436 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom160 stopped - MDC[] 2023-01-07 23:53:40,437 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom160, ID:centos-7-xnkdf-38709-1673135563947-0:158) is shutting down - MDC[] 2023-01-07 23:53:40,437 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom160, ID:centos-7-xnkdf-38709-1673135563947-0:158) uptime 0.080 seconds - MDC[] 2023-01-07 23:53:40,437 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom160, ID:centos-7-xnkdf-38709-1673135563947-0:158) is shutdown - MDC[] 2023-01-07 23:53:40,437 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:53:40,437 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 81.056617 ms - MDC[] 2023-01-07 23:53:40,437 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:40,438 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:40,438 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:40,438 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #161 initialized: null - MDC[] 2023-01-07 23:53:40,439 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2023-01-07 23:53:40,439 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom161, ID:centos-7-xnkdf-38709-1673135563947-0:159) is starting - MDC[] 2023-01-07 23:53:40,440 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom161, ID:centos-7-xnkdf-38709-1673135563947-0:159) started - MDC[] 2023-01-07 23:53:40,440 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2023-01-07 23:53:40,440 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom161 started - MDC[] 2023-01-07 23:53:40,441 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-476:1,clientId=null,started=false} - MDC[] 2023-01-07 23:53:40,445 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@6a76eef, org.eclipse.scout.rt.mom.jms.JmsSubscription@244cdad1] - MDC[] 2023-01-07 23:53:40,446 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:53:40,446 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:53:40,447 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom161 stopped - MDC[] 2023-01-07 23:53:40,447 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom161, ID:centos-7-xnkdf-38709-1673135563947-0:159) is shutting down - MDC[] 2023-01-07 23:53:40,447 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom161, ID:centos-7-xnkdf-38709-1673135563947-0:159) uptime 0.008 seconds - MDC[] 2023-01-07 23:53:40,447 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom161, ID:centos-7-xnkdf-38709-1673135563947-0:159) is shutdown - MDC[] 2023-01-07 23:53:40,447 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:53:40,448 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 9.384084 ms - MDC[] 2023-01-07 23:53:40,448 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:40,448 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:40,448 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:40,449 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #162 initialized: null - MDC[] 2023-01-07 23:53:40,449 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2023-01-07 23:53:40,450 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom162, ID:centos-7-xnkdf-38709-1673135563947-0:160) is starting - MDC[] 2023-01-07 23:53:40,450 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom162, ID:centos-7-xnkdf-38709-1673135563947-0:160) started - MDC[] 2023-01-07 23:53:40,450 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2023-01-07 23:53:40,451 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom162 started - MDC[] 2023-01-07 23:53:40,453 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-479:2,clientId=null,started=false} - MDC[cid=cid:abc] 2023-01-07 23:53:40,455 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@3ed3990d] - MDC[] 2023-01-07 23:53:40,456 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:53:40,457 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:53:40,457 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom162 stopped - MDC[] 2023-01-07 23:53:40,457 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom162, ID:centos-7-xnkdf-38709-1673135563947-0:160) is shutting down - MDC[] 2023-01-07 23:53:40,458 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom162, ID:centos-7-xnkdf-38709-1673135563947-0:160) uptime 0.009 seconds - MDC[] 2023-01-07 23:53:40,458 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom162, ID:centos-7-xnkdf-38709-1673135563947-0:160) is shutdown - MDC[] 2023-01-07 23:53:40,458 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:53:40,458 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 9.413044 ms - MDC[] 2023-01-07 23:53:40,458 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:40,459 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:40,459 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:40,459 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #163 initialized: null - MDC[] 2023-01-07 23:53:40,460 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2023-01-07 23:53:40,460 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom163, ID:centos-7-xnkdf-38709-1673135563947-0:161) is starting - MDC[] 2023-01-07 23:53:40,460 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom163, ID:centos-7-xnkdf-38709-1673135563947-0:161) started - MDC[] 2023-01-07 23:53:40,460 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2023-01-07 23:53:40,461 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom163 started - MDC[] 2023-01-07 23:53:40,463 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-482:2,clientId=null,started=false} - MDC[] 2023-01-07 23:53:40,466 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@28459752] - MDC[] 2023-01-07 23:53:40,467 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:53:40,467 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:53:40,467 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom163 stopped - MDC[] 2023-01-07 23:53:40,467 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom163, ID:centos-7-xnkdf-38709-1673135563947-0:161) is shutting down - MDC[] 2023-01-07 23:53:40,468 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom163, ID:centos-7-xnkdf-38709-1673135563947-0:161) uptime 0.009 seconds - MDC[] 2023-01-07 23:53:40,468 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom163, ID:centos-7-xnkdf-38709-1673135563947-0:161) is shutdown - MDC[] 2023-01-07 23:53:40,468 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:53:40,468 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 9.370792 ms - MDC[] 2023-01-07 23:53:40,468 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:40,469 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:40,469 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:40,469 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #164 initialized: null - MDC[] 2023-01-07 23:53:40,470 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2023-01-07 23:53:40,470 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom164, ID:centos-7-xnkdf-38709-1673135563947-0:162) is starting - MDC[] 2023-01-07 23:53:40,471 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom164, ID:centos-7-xnkdf-38709-1673135563947-0:162) started - MDC[] 2023-01-07 23:53:40,471 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2023-01-07 23:53:40,471 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom164 started - MDC[] 2023-01-07 23:53:40,472 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-485:1,clientId=null,started=false} - MDC[] 2023-01-07 23:53:40,476 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@618dbfd4, org.eclipse.scout.rt.mom.jms.JmsSubscription@14fda568] - MDC[] 2023-01-07 23:53:40,477 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:53:40,477 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:53:40,477 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom164 stopped - MDC[] 2023-01-07 23:53:40,477 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom164, ID:centos-7-xnkdf-38709-1673135563947-0:162) is shutting down - MDC[] 2023-01-07 23:53:40,478 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom164, ID:centos-7-xnkdf-38709-1673135563947-0:162) uptime 0.007 seconds - MDC[] 2023-01-07 23:53:40,478 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom164, ID:centos-7-xnkdf-38709-1673135563947-0:162) is shutdown - MDC[] 2023-01-07 23:53:40,478 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:53:40,478 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 8.749532 ms - MDC[] 2023-01-07 23:53:40,478 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:40,479 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:40,479 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:40,479 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #165 initialized: null - MDC[] 2023-01-07 23:53:40,479 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2023-01-07 23:53:40,480 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom165, ID:centos-7-xnkdf-38709-1673135563947-0:163) is starting - MDC[] 2023-01-07 23:53:40,480 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom165, ID:centos-7-xnkdf-38709-1673135563947-0:163) started - MDC[] 2023-01-07 23:53:40,480 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2023-01-07 23:53:40,481 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom165 started - MDC[] 2023-01-07 23:53:40,482 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-488:1,clientId=null,started=false} - MDC[] 2023-01-07 23:53:40,485 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@5d22dd52, org.eclipse.scout.rt.mom.jms.JmsSubscription@227497ef] - MDC[] 2023-01-07 23:53:40,490 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@74a8d26c, org.eclipse.scout.rt.mom.jms.JmsSubscription@7d1647d5] - MDC[] 2023-01-07 23:53:40,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@3890c4da, org.eclipse.scout.rt.mom.jms.JmsSubscription@2c6c67e0] - MDC[] 2023-01-07 23:53:40,537 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@4f29bbde, org.eclipse.scout.rt.mom.jms.JmsSubscription@47d9bdf4] - MDC[] 2023-01-07 23:53:40,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@75e39b41, org.eclipse.scout.rt.mom.jms.JmsSubscription@5fddd0fc] - MDC[] 2023-01-07 23:53:40,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@54f5457e, org.eclipse.scout.rt.mom.jms.JmsSubscription@2f49d34d] - MDC[] 2023-01-07 23:53:40,549 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@5b3915b, org.eclipse.scout.rt.mom.jms.JmsSubscription@6ad019e7] - MDC[] 2023-01-07 23:53:40,553 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@791bdaff, org.eclipse.scout.rt.mom.jms.JmsSubscription@4bdea421] - MDC[] 2023-01-07 23:53:40,553 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:53:40,554 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:53:40,554 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom165 stopped - MDC[] 2023-01-07 23:53:40,554 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom165, ID:centos-7-xnkdf-38709-1673135563947-0:163) is shutting down - MDC[] 2023-01-07 23:53:40,555 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom165, ID:centos-7-xnkdf-38709-1673135563947-0:163) uptime 0.076 seconds - MDC[] 2023-01-07 23:53:40,555 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom165, ID:centos-7-xnkdf-38709-1673135563947-0:163) is shutdown - MDC[] 2023-01-07 23:53:40,555 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:53:40,555 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 76.401993 ms - MDC[] 2023-01-07 23:53:40,555 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:40,556 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:40,556 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:40,556 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #166 initialized: null - MDC[] 2023-01-07 23:53:40,557 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2023-01-07 23:53:40,557 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom166, ID:centos-7-xnkdf-38709-1673135563947-0:164) is starting - MDC[] 2023-01-07 23:53:40,558 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom166, ID:centos-7-xnkdf-38709-1673135563947-0:164) started - MDC[] 2023-01-07 23:53:40,558 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2023-01-07 23:53:40,558 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom166 started - MDC[] 2023-01-07 23:53:40,559 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-491:1,clientId=null,started=false} - MDC[] 2023-01-07 23:53:40,563 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@664bd35e] - MDC[] 2023-01-07 23:53:40,564 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:53:40,564 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:53:40,564 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom166 stopped - MDC[] 2023-01-07 23:53:40,565 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom166, ID:centos-7-xnkdf-38709-1673135563947-0:164) is shutting down - MDC[] 2023-01-07 23:53:40,565 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom166, ID:centos-7-xnkdf-38709-1673135563947-0:164) uptime 0.008 seconds - MDC[] 2023-01-07 23:53:40,565 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom166, ID:centos-7-xnkdf-38709-1673135563947-0:164) is shutdown - MDC[] 2023-01-07 23:53:40,566 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:53:40,566 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 9.738132 ms - MDC[] 2023-01-07 23:53:40,566 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:40,567 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:40,567 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:40,567 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #167 initialized: null - MDC[] 2023-01-07 23:53:40,568 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2023-01-07 23:53:40,568 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom167, ID:centos-7-xnkdf-38709-1673135563947-0:165) is starting - MDC[] 2023-01-07 23:53:40,568 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom167, ID:centos-7-xnkdf-38709-1673135563947-0:165) started - MDC[] 2023-01-07 23:53:40,569 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2023-01-07 23:53:40,569 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom167 started - MDC[] 2023-01-07 23:53:40,573 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-494:3,clientId=null,started=false} - MDC[] 2023-01-07 23:53:40,626 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@51aae61a, org.eclipse.scout.rt.mom.jms.JmsSubscription@2cd9488b] - MDC[] 2023-01-07 23:53:40,627 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:53:40,628 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:53:40,628 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom167 stopped - MDC[] 2023-01-07 23:53:40,628 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom167, ID:centos-7-xnkdf-38709-1673135563947-0:165) is shutting down - MDC[] 2023-01-07 23:53:40,628 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom167, ID:centos-7-xnkdf-38709-1673135563947-0:165) uptime 0.060 seconds - MDC[] 2023-01-07 23:53:40,629 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom167, ID:centos-7-xnkdf-38709-1673135563947-0:165) is shutdown - MDC[] 2023-01-07 23:53:40,629 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:53:40,629 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 62.054402 ms - MDC[] 2023-01-07 23:53:40,629 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:40,629 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:40,629 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:40,630 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #168 initialized: null - MDC[] 2023-01-07 23:53:40,630 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2023-01-07 23:53:40,631 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom168, ID:centos-7-xnkdf-38709-1673135563947-0:166) is starting - MDC[] 2023-01-07 23:53:40,631 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom168, ID:centos-7-xnkdf-38709-1673135563947-0:166) started - MDC[] 2023-01-07 23:53:40,631 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2023-01-07 23:53:40,632 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom168 started - MDC[] 2023-01-07 23:53:40,636 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-497:3,clientId=null,started=false} - MDC[] 2023-01-07 23:53:40,688 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@12ca50a5, org.eclipse.scout.rt.mom.jms.JmsSubscription@4d0dc104] - MDC[] 2023-01-07 23:53:40,690 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:53:40,690 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:53:40,691 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom168 stopped - MDC[] 2023-01-07 23:53:40,691 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom168, ID:centos-7-xnkdf-38709-1673135563947-0:166) is shutting down - MDC[] 2023-01-07 23:53:40,691 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom168, ID:centos-7-xnkdf-38709-1673135563947-0:166) uptime 0.061 seconds - MDC[] 2023-01-07 23:53:40,692 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom168, ID:centos-7-xnkdf-38709-1673135563947-0:166) is shutdown - MDC[] 2023-01-07 23:53:40,692 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:53:40,692 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 62.451951 ms - MDC[] 2023-01-07 23:53:40,692 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:40,692 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:40,693 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:40,693 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #169 initialized: null - MDC[] 2023-01-07 23:53:40,694 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2023-01-07 23:53:40,694 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom169, ID:centos-7-xnkdf-38709-1673135563947-0:167) is starting - MDC[] 2023-01-07 23:53:40,694 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom169, ID:centos-7-xnkdf-38709-1673135563947-0:167) started - MDC[] 2023-01-07 23:53:40,695 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2023-01-07 23:53:40,695 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom169 started - MDC[] 2023-01-07 23:53:40,699 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-500:3,clientId=null,started=false} - MDC[] 2023-01-07 23:53:40,752 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@1305f8e3, org.eclipse.scout.rt.mom.jms.JmsSubscription@51a07eac] - MDC[] 2023-01-07 23:53:40,754 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:53:40,754 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:53:40,755 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom169 stopped - MDC[] 2023-01-07 23:53:40,755 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom169, ID:centos-7-xnkdf-38709-1673135563947-0:167) is shutting down - MDC[] 2023-01-07 23:53:40,755 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom169, ID:centos-7-xnkdf-38709-1673135563947-0:167) uptime 0.062 seconds - MDC[] 2023-01-07 23:53:40,755 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom169, ID:centos-7-xnkdf-38709-1673135563947-0:167) is shutdown - MDC[] 2023-01-07 23:53:40,756 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:53:40,756 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 63.029128 ms - MDC[] 2023-01-07 23:53:40,756 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:40,756 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:40,756 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:40,757 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #170 initialized: null - MDC[] 2023-01-07 23:53:40,757 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2023-01-07 23:53:40,757 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom170, ID:centos-7-xnkdf-38709-1673135563947-0:168) is starting - MDC[] 2023-01-07 23:53:40,758 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom170, ID:centos-7-xnkdf-38709-1673135563947-0:168) started - MDC[] 2023-01-07 23:53:40,758 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2023-01-07 23:53:40,758 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom170 started - MDC[] 2023-01-07 23:53:40,762 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-503:3,clientId=null,started=false} - MDC[] 2023-01-07 23:53:40,814 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@315449e6, org.eclipse.scout.rt.mom.jms.JmsSubscription@1741e4a6] - MDC[] 2023-01-07 23:53:40,816 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:53:40,816 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:53:40,817 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom170 stopped - MDC[] 2023-01-07 23:53:40,817 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom170, ID:centos-7-xnkdf-38709-1673135563947-0:168) is shutting down - MDC[] 2023-01-07 23:53:40,817 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom170, ID:centos-7-xnkdf-38709-1673135563947-0:168) uptime 0.060 seconds - MDC[] 2023-01-07 23:53:40,817 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom170, ID:centos-7-xnkdf-38709-1673135563947-0:168) is shutdown - MDC[] 2023-01-07 23:53:40,818 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:53:40,818 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 61.375390 ms - MDC[] 2023-01-07 23:53:40,818 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:40,818 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:40,818 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:40,819 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #171 initialized: null - MDC[] 2023-01-07 23:53:40,819 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2023-01-07 23:53:40,819 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom171, ID:centos-7-xnkdf-38709-1673135563947-0:169) is starting - MDC[] 2023-01-07 23:53:40,820 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom171, ID:centos-7-xnkdf-38709-1673135563947-0:169) started - MDC[] 2023-01-07 23:53:40,820 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2023-01-07 23:53:40,820 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom171 started - MDC[] 2023-01-07 23:53:40,826 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-506:3,clientId=null,started=false} - MDC[] 2023-01-07 23:53:40,878 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@2c1a48d6, org.eclipse.scout.rt.mom.jms.JmsSubscription@6bcf75d4] - MDC[] 2023-01-07 23:53:40,880 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:53:40,880 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:53:40,881 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom171 stopped - MDC[] 2023-01-07 23:53:40,881 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom171, ID:centos-7-xnkdf-38709-1673135563947-0:169) is shutting down - MDC[] 2023-01-07 23:53:40,881 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom171, ID:centos-7-xnkdf-38709-1673135563947-0:169) uptime 0.062 seconds - MDC[] 2023-01-07 23:53:40,882 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom171, ID:centos-7-xnkdf-38709-1673135563947-0:169) is shutdown - MDC[] 2023-01-07 23:53:40,882 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:53:40,882 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 63.648514 ms - MDC[] 2023-01-07 23:53:40,882 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:40,882 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:40,882 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:40,883 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #172 initialized: null - MDC[] 2023-01-07 23:53:40,884 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2023-01-07 23:53:40,884 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom172, ID:centos-7-xnkdf-38709-1673135563947-0:170) is starting - MDC[] 2023-01-07 23:53:40,884 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom172, ID:centos-7-xnkdf-38709-1673135563947-0:170) started - MDC[] 2023-01-07 23:53:40,884 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2023-01-07 23:53:40,885 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom172 started - MDC[] 2023-01-07 23:53:40,888 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-509:3,clientId=null,started=false} - MDC[] 2023-01-07 23:53:40,941 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@3c053ff2, org.eclipse.scout.rt.mom.jms.JmsSubscription@a59e0e4] - MDC[] 2023-01-07 23:53:40,943 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:53:40,943 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:53:40,944 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom172 stopped - MDC[] 2023-01-07 23:53:40,944 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom172, ID:centos-7-xnkdf-38709-1673135563947-0:170) is shutting down - MDC[] 2023-01-07 23:53:40,944 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom172, ID:centos-7-xnkdf-38709-1673135563947-0:170) uptime 0.061 seconds - MDC[] 2023-01-07 23:53:40,944 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom172, ID:centos-7-xnkdf-38709-1673135563947-0:170) is shutdown - MDC[] 2023-01-07 23:53:40,945 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:53:40,945 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 62.134279 ms - MDC[] 2023-01-07 23:53:40,945 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:40,945 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:40,945 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:40,946 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #173 initialized: null - MDC[] 2023-01-07 23:53:40,946 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2023-01-07 23:53:40,946 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom173, ID:centos-7-xnkdf-38709-1673135563947-0:171) is starting - MDC[] 2023-01-07 23:53:40,947 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom173, ID:centos-7-xnkdf-38709-1673135563947-0:171) started - MDC[] 2023-01-07 23:53:40,947 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2023-01-07 23:53:40,947 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom173 started - MDC[] 2023-01-07 23:53:40,951 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-512:3,clientId=null,started=false} - MDC[] 2023-01-07 23:53:41,004 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@45220c67, org.eclipse.scout.rt.mom.jms.JmsSubscription@272185e8] - MDC[] 2023-01-07 23:53:41,006 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:53:41,006 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:53:41,006 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom173 stopped - MDC[] 2023-01-07 23:53:41,007 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom173, ID:centos-7-xnkdf-38709-1673135563947-0:171) is shutting down - MDC[] 2023-01-07 23:53:41,007 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom173, ID:centos-7-xnkdf-38709-1673135563947-0:171) uptime 0.061 seconds - MDC[] 2023-01-07 23:53:41,007 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom173, ID:centos-7-xnkdf-38709-1673135563947-0:171) is shutdown - MDC[] 2023-01-07 23:53:41,007 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:53:41,007 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 62.078403 ms - MDC[] 2023-01-07 23:53:41,007 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:41,008 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:41,008 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:41,008 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #174 initialized: null - MDC[] 2023-01-07 23:53:41,009 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2023-01-07 23:53:41,009 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom174, ID:centos-7-xnkdf-38709-1673135563947-0:172) is starting - MDC[] 2023-01-07 23:53:41,009 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom174, ID:centos-7-xnkdf-38709-1673135563947-0:172) started - MDC[] 2023-01-07 23:53:41,010 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2023-01-07 23:53:41,010 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom174 started - MDC[] 2023-01-07 23:53:41,014 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-515:3,clientId=null,started=false} - MDC[] 2023-01-07 23:53:41,067 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@1ecf20aa, org.eclipse.scout.rt.mom.jms.JmsSubscription@2d3ff2e8] - MDC[] 2023-01-07 23:53:41,069 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:53:41,069 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:53:41,069 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom174 stopped - MDC[] 2023-01-07 23:53:41,070 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom174, ID:centos-7-xnkdf-38709-1673135563947-0:172) is shutting down - MDC[] 2023-01-07 23:53:41,070 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom174, ID:centos-7-xnkdf-38709-1673135563947-0:172) uptime 0.061 seconds - MDC[] 2023-01-07 23:53:41,070 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom174, ID:centos-7-xnkdf-38709-1673135563947-0:172) is shutdown - MDC[] 2023-01-07 23:53:41,070 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:53:41,071 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 62.662122 ms - MDC[] 2023-01-07 23:53:41,071 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:41,071 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:41,071 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:41,072 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #175 initialized: null - MDC[] 2023-01-07 23:53:41,072 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2023-01-07 23:53:41,073 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom175, ID:centos-7-xnkdf-38709-1673135563947-0:173) is starting - MDC[] 2023-01-07 23:53:41,073 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom175, ID:centos-7-xnkdf-38709-1673135563947-0:173) started - MDC[] 2023-01-07 23:53:41,073 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2023-01-07 23:53:41,073 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom175 started - MDC[] 2023-01-07 23:53:41,078 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-518:3,clientId=null,started=false} - MDC[] 2023-01-07 23:53:41,130 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@5eb39c06, org.eclipse.scout.rt.mom.jms.JmsSubscription@3e691e44] - MDC[] 2023-01-07 23:53:41,132 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:53:41,132 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:53:41,133 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom175 stopped - MDC[] 2023-01-07 23:53:41,133 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom175, ID:centos-7-xnkdf-38709-1673135563947-0:173) is shutting down - MDC[] 2023-01-07 23:53:41,133 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom175, ID:centos-7-xnkdf-38709-1673135563947-0:173) uptime 0.061 seconds - MDC[] 2023-01-07 23:53:41,133 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom175, ID:centos-7-xnkdf-38709-1673135563947-0:173) is shutdown - MDC[] 2023-01-07 23:53:41,133 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:53:41,134 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 62.265739 ms - MDC[] 2023-01-07 23:53:41,134 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:41,134 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:41,134 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:41,135 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #176 initialized: null - MDC[] 2023-01-07 23:53:41,135 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2023-01-07 23:53:41,136 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom176, ID:centos-7-xnkdf-38709-1673135563947-0:174) is starting - MDC[] 2023-01-07 23:53:41,136 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom176, ID:centos-7-xnkdf-38709-1673135563947-0:174) started - MDC[] 2023-01-07 23:53:41,136 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2023-01-07 23:53:41,137 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom176 started - MDC[] 2023-01-07 23:53:41,141 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-521:3,clientId=null,started=false} - MDC[] 2023-01-07 23:53:41,194 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@1c761232, org.eclipse.scout.rt.mom.jms.JmsSubscription@7e765313] - MDC[] 2023-01-07 23:53:41,196 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:53:41,196 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:53:41,196 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom176 stopped - MDC[] 2023-01-07 23:53:41,196 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom176, ID:centos-7-xnkdf-38709-1673135563947-0:174) is shutting down - MDC[] 2023-01-07 23:53:41,197 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom176, ID:centos-7-xnkdf-38709-1673135563947-0:174) uptime 0.062 seconds - MDC[] 2023-01-07 23:53:41,197 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom176, ID:centos-7-xnkdf-38709-1673135563947-0:174) is shutdown - MDC[] 2023-01-07 23:53:41,197 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:53:41,197 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 62.470451 ms - MDC[] 2023-01-07 23:53:41,197 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:41,198 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:41,198 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:41,199 INFO [scout-thread-22] 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] 2023-01-07 23:53:41,199 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] 2023-01-07 23:53:41,200 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom177, ID:centos-7-xnkdf-38709-1673135563947-0:175) is starting - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:53:41,200 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom177, ID:centos-7-xnkdf-38709-1673135563947-0:175) started - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:53:41,200 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] 2023-01-07 23:53:41,200 INFO [scout-thread-22] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom177 started - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:53:46,205 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/testTopicRequestReplyTimeout] 2023-01-07 23:53:46,208 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@7decdae9] - MDC[] 2023-01-07 23:53:46,208 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@6b4c88db[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:53:46,209 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.009000 ms - MDC[] 2023-01-07 23:53:46,210 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom177 stopped - MDC[] 2023-01-07 23:53:46,210 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom177, ID:centos-7-xnkdf-38709-1673135563947-0:175) is shutting down - MDC[] 2023-01-07 23:53:46,210 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom177, ID:centos-7-xnkdf-38709-1673135563947-0:175) uptime 5.011 seconds - MDC[] 2023-01-07 23:53:46,210 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom177, ID:centos-7-xnkdf-38709-1673135563947-0:175) is shutdown - MDC[] 2023-01-07 23:53:46,211 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2023-01-07 23:53:46,211 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 5012.697216 ms - MDC[] 2023-01-07 23:53:46,211 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:46,212 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:46,212 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:46,212 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #178 initialized: null - MDC[] 2023-01-07 23:53:46,212 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2023-01-07 23:53:46,213 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom178, ID:centos-7-xnkdf-38709-1673135563947-0:176) is starting - MDC[] 2023-01-07 23:53:46,213 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom178, ID:centos-7-xnkdf-38709-1673135563947-0:176) started - MDC[] 2023-01-07 23:53:46,213 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2023-01-07 23:53:46,214 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom178 started - MDC[] 2023-01-07 23:53:46,214 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-527:1,clientId=null,started=false} - MDC[] 2023-01-07 23:53:46,219 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@cc4d929, org.eclipse.scout.rt.mom.jms.JmsSubscription@75689d9c] - MDC[] 2023-01-07 23:53:46,220 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:53:46,220 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:53:46,221 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom178 stopped - MDC[] 2023-01-07 23:53:46,221 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom178, ID:centos-7-xnkdf-38709-1673135563947-0:176) is shutting down - MDC[] 2023-01-07 23:53:46,222 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom178, ID:centos-7-xnkdf-38709-1673135563947-0:176) uptime 0.009 seconds - MDC[] 2023-01-07 23:53:46,222 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom178, ID:centos-7-xnkdf-38709-1673135563947-0:176) is shutdown - MDC[] 2023-01-07 23:53:46,222 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:53:46,222 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 10.283726 ms - MDC[] 2023-01-07 23:53:46,222 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:46,223 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:46,223 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:46,224 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2023-01-07 23:53:46,224 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 0.929767 ms - MDC[] 2023-01-07 23:53:46,224 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:46,225 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:46,225 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:46,225 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #180 initialized: null - MDC[] 2023-01-07 23:53:46,225 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2023-01-07 23:53:46,226 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom180, ID:centos-7-xnkdf-38709-1673135563947-0:177) is starting - MDC[] 2023-01-07 23:53:46,226 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom180, ID:centos-7-xnkdf-38709-1673135563947-0:177) started - MDC[] 2023-01-07 23:53:46,226 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2023-01-07 23:53:46,227 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom180 started - MDC[] 2023-01-07 23:53:46,228 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-530:1,clientId=null,started=false} - MDC[] 2023-01-07 23:53:46,238 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@5a885113] - MDC[] 2023-01-07 23:53:46,239 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:53:46,239 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:53:46,240 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom180 stopped - MDC[] 2023-01-07 23:53:46,240 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom180, ID:centos-7-xnkdf-38709-1673135563947-0:177) is shutting down - MDC[] 2023-01-07 23:53:46,241 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom180, ID:centos-7-xnkdf-38709-1673135563947-0:177) uptime 0.015 seconds - MDC[] 2023-01-07 23:53:46,241 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom180, ID:centos-7-xnkdf-38709-1673135563947-0:177) is shutdown - MDC[] 2023-01-07 23:53:46,241 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:53:46,241 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 16.155455 ms - MDC[] 2023-01-07 23:53:46,241 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:46,242 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:46,242 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:46,243 INFO [scout-thread-20] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #181 initialized: null - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:53:46,243 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] 2023-01-07 23:53:46,244 INFO [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom181, ID:centos-7-xnkdf-38709-1673135563947-0:178) is starting - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:53:46,244 INFO [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom181, ID:centos-7-xnkdf-38709-1673135563947-0:178) started - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:53:46,244 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] 2023-01-07 23:53:46,244 INFO [scout-thread-20] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom181 started - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:53:46,260 INFO [ActiveMQ VMTransport: vm://mom181#757-1] org.apache.activemq.broker.region.TempQueue.dispose(TempQueue.java:87) - temp-queue://ID:centos-7-xnkdf-38709-1673135563947-533:4:1 on dispose, purge of 1 pending messages: org.apache.activemq.broker.region.cursors.VMPendingMessageCursor@668b84bd - MDC[] 2023-01-07 23:53:46,262 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@73000a80, org.eclipse.scout.rt.mom.jms.JmsSubscription@6169c15d] - MDC[] 2023-01-07 23:53:46,263 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@34af83a6[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:53:46,263 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.010125 ms - MDC[] 2023-01-07 23:53:46,264 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom181 stopped - MDC[] 2023-01-07 23:53:46,264 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom181, ID:centos-7-xnkdf-38709-1673135563947-0:178) is shutting down - MDC[] 2023-01-07 23:53:46,265 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom181, ID:centos-7-xnkdf-38709-1673135563947-0:178) uptime 0.021 seconds - MDC[] 2023-01-07 23:53:46,265 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom181, ID:centos-7-xnkdf-38709-1673135563947-0:178) is shutdown - MDC[] 2023-01-07 23:53:46,265 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2023-01-07 23:53:46,265 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 22.956786 ms - MDC[] 2023-01-07 23:53:46,265 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:46,266 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:46,266 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:46,266 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #182 initialized: null - MDC[] 2023-01-07 23:53:46,267 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2023-01-07 23:53:46,267 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom182, ID:centos-7-xnkdf-38709-1673135563947-0:179) is starting - MDC[] 2023-01-07 23:53:46,268 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom182, ID:centos-7-xnkdf-38709-1673135563947-0:179) started - MDC[] 2023-01-07 23:53:46,268 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2023-01-07 23:53:46,268 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom182 started - MDC[] 2023-01-07 23:53:46,269 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-536:1,clientId=null,started=false} - MDC[] 2023-01-07 23:53:46,423 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@5556813d] - MDC[] 2023-01-07 23:53:46,424 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:53:46,424 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:53:46,425 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom182 stopped - MDC[] 2023-01-07 23:53:46,425 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom182, ID:centos-7-xnkdf-38709-1673135563947-0:179) is shutting down - MDC[] 2023-01-07 23:53:46,426 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom182, ID:centos-7-xnkdf-38709-1673135563947-0:179) uptime 0.159 seconds - MDC[] 2023-01-07 23:53:46,426 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom182, ID:centos-7-xnkdf-38709-1673135563947-0:179) is shutdown - MDC[] 2023-01-07 23:53:46,426 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:53:46,426 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 160.052406 ms - MDC[] 2023-01-07 23:53:46,426 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:46,427 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:46,427 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:46,427 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #183 initialized: null - MDC[] 2023-01-07 23:53:46,428 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2023-01-07 23:53:46,428 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom183, ID:centos-7-xnkdf-38709-1673135563947-0:180) is starting - MDC[] 2023-01-07 23:53:46,428 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom183, ID:centos-7-xnkdf-38709-1673135563947-0:180) started - MDC[] 2023-01-07 23:53:46,429 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2023-01-07 23:53:46,429 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom183 started - MDC[] 2023-01-07 23:53:46,430 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-539:1,clientId=null,started=false} - MDC[] 2023-01-07 23:53:46,584 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@15d313d3] - MDC[] 2023-01-07 23:53:46,585 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:53:46,585 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:53:46,586 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom183 stopped - MDC[] 2023-01-07 23:53:46,586 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom183, ID:centos-7-xnkdf-38709-1673135563947-0:180) is shutting down - MDC[] 2023-01-07 23:53:46,587 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom183, ID:centos-7-xnkdf-38709-1673135563947-0:180) uptime 0.159 seconds - MDC[] 2023-01-07 23:53:46,587 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom183, ID:centos-7-xnkdf-38709-1673135563947-0:180) is shutdown - MDC[] 2023-01-07 23:53:46,587 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:53:46,587 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 160.503997 ms - MDC[] 2023-01-07 23:53:46,587 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:46,588 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:46,588 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:46,588 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #184 initialized: null - MDC[] 2023-01-07 23:53:46,589 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2023-01-07 23:53:46,589 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom184, ID:centos-7-xnkdf-38709-1673135563947-0:181) is starting - MDC[] 2023-01-07 23:53:46,590 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom184, ID:centos-7-xnkdf-38709-1673135563947-0:181) started - MDC[] 2023-01-07 23:53:46,590 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2023-01-07 23:53:46,590 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom184 started - MDC[] 2023-01-07 23:53:46,591 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-542:1,clientId=null,started=false} - MDC[] 2023-01-07 23:53:46,745 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@1bd95764] - MDC[] 2023-01-07 23:53:46,746 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:53:46,747 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:53:46,747 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom184 stopped - MDC[] 2023-01-07 23:53:46,747 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom184, ID:centos-7-xnkdf-38709-1673135563947-0:181) is shutting down - MDC[] 2023-01-07 23:53:46,748 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom184, ID:centos-7-xnkdf-38709-1673135563947-0:181) uptime 0.159 seconds - MDC[] 2023-01-07 23:53:46,748 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom184, ID:centos-7-xnkdf-38709-1673135563947-0:181) is shutdown - MDC[] 2023-01-07 23:53:46,748 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:53:46,748 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 160.447663 ms - MDC[] 2023-01-07 23:53:46,749 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:46,749 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:46,749 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:46,750 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #185 initialized: null - MDC[] 2023-01-07 23:53:46,750 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2023-01-07 23:53:46,751 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom185, ID:centos-7-xnkdf-38709-1673135563947-0:182) is starting - MDC[] 2023-01-07 23:53:46,751 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom185, ID:centos-7-xnkdf-38709-1673135563947-0:182) started - MDC[] 2023-01-07 23:53:46,751 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2023-01-07 23:53:46,751 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom185 started - MDC[] 2023-01-07 23:53:46,752 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-545:1,clientId=null,started=false} - MDC[] 2023-01-07 23:53:46,906 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@4c2ff77] - MDC[] 2023-01-07 23:53:46,907 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:53:46,907 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:53:46,908 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom185 stopped - MDC[] 2023-01-07 23:53:46,908 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom185, ID:centos-7-xnkdf-38709-1673135563947-0:182) is shutting down - MDC[] 2023-01-07 23:53:46,909 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom185, ID:centos-7-xnkdf-38709-1673135563947-0:182) uptime 0.158 seconds - MDC[] 2023-01-07 23:53:46,909 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom185, ID:centos-7-xnkdf-38709-1673135563947-0:182) is shutdown - MDC[] 2023-01-07 23:53:46,909 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:53:46,909 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 159.516522 ms - MDC[] 2023-01-07 23:53:46,909 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:46,909 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:46,909 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:46,910 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #186 initialized: null - MDC[] 2023-01-07 23:53:46,911 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2023-01-07 23:53:46,912 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom186, ID:centos-7-xnkdf-38709-1673135563947-0:183) is starting - MDC[] 2023-01-07 23:53:46,912 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom186, ID:centos-7-xnkdf-38709-1673135563947-0:183) started - MDC[] 2023-01-07 23:53:46,912 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2023-01-07 23:53:46,913 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom186 started - MDC[] 2023-01-07 23:53:46,913 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-548:1,clientId=null,started=false} - MDC[] 2023-01-07 23:53:47,067 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@1776a497] - MDC[] 2023-01-07 23:53:47,068 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:53:47,068 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:53:47,069 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom186 stopped - MDC[] 2023-01-07 23:53:47,069 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom186, ID:centos-7-xnkdf-38709-1673135563947-0:183) is shutting down - MDC[] 2023-01-07 23:53:47,070 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom186, ID:centos-7-xnkdf-38709-1673135563947-0:183) uptime 0.159 seconds - MDC[] 2023-01-07 23:53:47,070 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom186, ID:centos-7-xnkdf-38709-1673135563947-0:183) is shutdown - MDC[] 2023-01-07 23:53:47,070 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:53:47,070 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 160.545415 ms - MDC[] 2023-01-07 23:53:47,070 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:47,071 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:47,071 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:47,072 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #187 initialized: null - MDC[] 2023-01-07 23:53:47,072 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2023-01-07 23:53:47,072 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom187, ID:centos-7-xnkdf-38709-1673135563947-0:184) is starting - MDC[] 2023-01-07 23:53:47,073 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom187, ID:centos-7-xnkdf-38709-1673135563947-0:184) started - MDC[] 2023-01-07 23:53:47,073 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2023-01-07 23:53:47,073 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom187 started - MDC[] 2023-01-07 23:53:47,074 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-551:1,clientId=null,started=false} - MDC[] 2023-01-07 23:53:47,228 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@70382eb1] - MDC[] 2023-01-07 23:53:47,229 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:53:47,229 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:53:47,230 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom187 stopped - MDC[] 2023-01-07 23:53:47,230 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom187, ID:centos-7-xnkdf-38709-1673135563947-0:184) is shutting down - MDC[] 2023-01-07 23:53:47,231 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom187, ID:centos-7-xnkdf-38709-1673135563947-0:184) uptime 0.159 seconds - MDC[] 2023-01-07 23:53:47,231 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom187, ID:centos-7-xnkdf-38709-1673135563947-0:184) is shutdown - MDC[] 2023-01-07 23:53:47,231 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:53:47,231 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 160.625458 ms - MDC[] 2023-01-07 23:53:47,231 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:47,232 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:47,232 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:47,233 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #188 initialized: null - MDC[] 2023-01-07 23:53:47,233 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2023-01-07 23:53:47,234 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom188, ID:centos-7-xnkdf-38709-1673135563947-0:185) is starting - MDC[] 2023-01-07 23:53:47,234 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom188, ID:centos-7-xnkdf-38709-1673135563947-0:185) started - MDC[] 2023-01-07 23:53:47,235 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2023-01-07 23:53:47,235 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom188 started - MDC[] 2023-01-07 23:53:47,236 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-554:1,clientId=null,started=false} - MDC[] 2023-01-07 23:53:47,389 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@1e418480] - MDC[] 2023-01-07 23:53:47,390 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:53:47,391 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:53:47,391 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom188 stopped - MDC[] 2023-01-07 23:53:47,391 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom188, ID:centos-7-xnkdf-38709-1673135563947-0:185) is shutting down - MDC[] 2023-01-07 23:53:47,392 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom188, ID:centos-7-xnkdf-38709-1673135563947-0:185) uptime 0.159 seconds - MDC[] 2023-01-07 23:53:47,392 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom188, ID:centos-7-xnkdf-38709-1673135563947-0:185) is shutdown - MDC[] 2023-01-07 23:53:47,392 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:53:47,393 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 160.209118 ms - MDC[] 2023-01-07 23:53:47,393 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:47,393 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:47,393 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:47,394 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #189 initialized: null - MDC[] 2023-01-07 23:53:47,394 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2023-01-07 23:53:47,394 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom189, ID:centos-7-xnkdf-38709-1673135563947-0:186) is starting - MDC[] 2023-01-07 23:53:47,395 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom189, ID:centos-7-xnkdf-38709-1673135563947-0:186) started - MDC[] 2023-01-07 23:53:47,395 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2023-01-07 23:53:47,395 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom189 started - MDC[] 2023-01-07 23:53:47,396 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-557:1,clientId=null,started=false} - MDC[] 2023-01-07 23:53:47,550 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@716f968a] - MDC[] 2023-01-07 23:53:47,551 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:53:47,551 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:53:47,552 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom189 stopped - MDC[] 2023-01-07 23:53:47,552 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom189, ID:centos-7-xnkdf-38709-1673135563947-0:186) is shutting down - MDC[] 2023-01-07 23:53:47,553 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom189, ID:centos-7-xnkdf-38709-1673135563947-0:186) uptime 0.159 seconds - MDC[] 2023-01-07 23:53:47,553 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom189, ID:centos-7-xnkdf-38709-1673135563947-0:186) is shutdown - MDC[] 2023-01-07 23:53:47,553 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:53:47,553 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 159.738067 ms - MDC[] 2023-01-07 23:53:47,553 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:47,553 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:47,554 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:47,554 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #190 initialized: null - MDC[] 2023-01-07 23:53:47,554 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2023-01-07 23:53:47,555 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom190, ID:centos-7-xnkdf-38709-1673135563947-0:187) is starting - MDC[] 2023-01-07 23:53:47,555 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom190, ID:centos-7-xnkdf-38709-1673135563947-0:187) started - MDC[] 2023-01-07 23:53:47,555 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2023-01-07 23:53:47,556 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom190 started - MDC[] 2023-01-07 23:53:47,556 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-560:1,clientId=null,started=false} - MDC[] 2023-01-07 23:53:47,710 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@3dc961f5] - MDC[] 2023-01-07 23:53:47,711 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:53:47,711 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:53:47,712 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom190 stopped - MDC[] 2023-01-07 23:53:47,712 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom190, ID:centos-7-xnkdf-38709-1673135563947-0:187) is shutting down - MDC[] 2023-01-07 23:53:47,713 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom190, ID:centos-7-xnkdf-38709-1673135563947-0:187) uptime 0.159 seconds - MDC[] 2023-01-07 23:53:47,713 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom190, ID:centos-7-xnkdf-38709-1673135563947-0:187) is shutdown - MDC[] 2023-01-07 23:53:47,713 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:53:47,713 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 159.488771 ms - MDC[] 2023-01-07 23:53:47,713 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:47,714 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:47,714 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:47,714 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #191 initialized: null - MDC[] 2023-01-07 23:53:47,714 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2023-01-07 23:53:47,715 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom191, ID:centos-7-xnkdf-38709-1673135563947-0:188) is starting - MDC[] 2023-01-07 23:53:47,715 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom191, ID:centos-7-xnkdf-38709-1673135563947-0:188) started - MDC[] 2023-01-07 23:53:47,715 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2023-01-07 23:53:47,716 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom191 started - MDC[] 2023-01-07 23:53:47,716 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-563:1,clientId=null,started=false} - MDC[] 2023-01-07 23:53:47,870 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@1492d58d] - MDC[] 2023-01-07 23:53:47,871 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:53:47,871 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:53:47,872 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom191 stopped - MDC[] 2023-01-07 23:53:47,872 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom191, ID:centos-7-xnkdf-38709-1673135563947-0:188) is shutting down - MDC[] 2023-01-07 23:53:47,873 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom191, ID:centos-7-xnkdf-38709-1673135563947-0:188) uptime 0.159 seconds - MDC[] 2023-01-07 23:53:47,873 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom191, ID:centos-7-xnkdf-38709-1673135563947-0:188) is shutdown - MDC[] 2023-01-07 23:53:47,873 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:53:47,873 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 159.598315 ms - MDC[] 2023-01-07 23:53:47,874 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:47,874 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:47,874 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:47,875 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #192 initialized: null - MDC[] 2023-01-07 23:53:47,875 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2023-01-07 23:53:47,876 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom192, ID:centos-7-xnkdf-38709-1673135563947-0:189) is starting - MDC[] 2023-01-07 23:53:47,876 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom192, ID:centos-7-xnkdf-38709-1673135563947-0:189) started - MDC[] 2023-01-07 23:53:47,876 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2023-01-07 23:53:47,877 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom192 started - MDC[] 2023-01-07 23:53:47,878 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-566:1,clientId=null,started=false} - MDC[] 2023-01-07 23:53:48,886 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@387f581e, org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@6ef25c03] - MDC[] 2023-01-07 23:53:48,886 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:53:48,887 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:53:48,887 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom192 stopped - MDC[] 2023-01-07 23:53:48,887 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom192, ID:centos-7-xnkdf-38709-1673135563947-0:189) is shutting down - MDC[] 2023-01-07 23:53:48,888 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom192, ID:centos-7-xnkdf-38709-1673135563947-0:189) uptime 1.013 seconds - MDC[] 2023-01-07 23:53:48,888 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom192, ID:centos-7-xnkdf-38709-1673135563947-0:189) is shutdown - MDC[] 2023-01-07 23:53:48,888 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:53:48,888 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 1013.762436 ms - MDC[] 2023-01-07 23:53:48,888 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:48,889 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:48,889 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:48,890 INFO [scout-thread-23] 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] 2023-01-07 23:53:48,890 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] 2023-01-07 23:53:48,891 INFO [scout-thread-23] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom193, ID:centos-7-xnkdf-38709-1673135563947-0:190) is starting - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:53:48,891 INFO [scout-thread-23] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom193, ID:centos-7-xnkdf-38709-1673135563947-0:190) started - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:53:48,891 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] 2023-01-07 23:53:48,892 INFO [scout-thread-23] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom193 started - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:53:48,899 ERROR [scout-thread-21] 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=c1bf1b02-2cdd-4473-a8dc-c5d37ff5b668] 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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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) 2023-01-07 23:53:48,905 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@274ac029] - MDC[] 2023-01-07 23:53:48,906 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@382cafc[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:53:48,906 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.009042 ms - MDC[] 2023-01-07 23:53:48,907 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom193 stopped - MDC[] 2023-01-07 23:53:48,907 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom193, ID:centos-7-xnkdf-38709-1673135563947-0:190) is shutting down - MDC[] 2023-01-07 23:53:48,908 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom193, ID:centos-7-xnkdf-38709-1673135563947-0:190) uptime 0.017 seconds - MDC[] 2023-01-07 23:53:48,908 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom193, ID:centos-7-xnkdf-38709-1673135563947-0:190) is shutdown - MDC[] 2023-01-07 23:53:48,908 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2023-01-07 23:53:48,908 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 18.797961 ms - MDC[] 2023-01-07 23:53:48,908 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:48,909 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:48,909 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:48,910 INFO [scout-thread-19] 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] 2023-01-07 23:53:48,910 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] 2023-01-07 23:53:48,911 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom194, ID:centos-7-xnkdf-38709-1673135563947-0:191) is starting - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:53:48,911 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom194, ID:centos-7-xnkdf-38709-1673135563947-0:191) started - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:53:48,911 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] 2023-01-07 23:53:48,912 INFO [scout-thread-19] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom194 started - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:53:48,925 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@6b57b1c7] - MDC[] 2023-01-07 23:53:48,926 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@4ad2d17d[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:53:48,926 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.009083 ms - MDC[] 2023-01-07 23:53:48,927 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom194 stopped - MDC[] 2023-01-07 23:53:48,928 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom194, ID:centos-7-xnkdf-38709-1673135563947-0:191) is shutting down - MDC[] 2023-01-07 23:53:48,928 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom194, ID:centos-7-xnkdf-38709-1673135563947-0:191) uptime 0.018 seconds - MDC[] 2023-01-07 23:53:48,928 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom194, ID:centos-7-xnkdf-38709-1673135563947-0:191) is shutdown - MDC[] 2023-01-07 23:53:48,928 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2023-01-07 23:53:48,928 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 19.240886 ms - MDC[] 2023-01-07 23:53:48,928 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:48,929 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:48,929 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:48,930 INFO [scout-thread-17] 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] 2023-01-07 23:53:48,931 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] 2023-01-07 23:53:48,931 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom195, ID:centos-7-xnkdf-38709-1673135563947-0:192) is starting - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:53:48,932 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom195, ID:centos-7-xnkdf-38709-1673135563947-0:192) started - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:53:48,932 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] 2023-01-07 23:53:48,933 INFO [scout-thread-17] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom195 started - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:53:48,944 INFO [scout-thread-21] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.requestImpl(JmsMomImplementor.java:434) - Request job canceled; java.lang.InterruptedException - MDC[jobName=request on test/mom/testQueueRequestReplyCancellation] 2023-01-07 23:53:48,949 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@1ccb0482] - MDC[] 2023-01-07 23:53:48,950 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@9f63445[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:53:48,950 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.009000 ms - MDC[] 2023-01-07 23:53:48,951 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom195 stopped - MDC[] 2023-01-07 23:53:48,951 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom195, ID:centos-7-xnkdf-38709-1673135563947-0:192) is shutting down - MDC[] 2023-01-07 23:53:48,952 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom195, ID:centos-7-xnkdf-38709-1673135563947-0:192) uptime 0.021 seconds - MDC[] 2023-01-07 23:53:48,952 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom195, ID:centos-7-xnkdf-38709-1673135563947-0:192) is shutdown - MDC[] 2023-01-07 23:53:48,952 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2023-01-07 23:53:48,953 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 23.199998 ms - MDC[] 2023-01-07 23:53:48,953 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:48,953 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:48,953 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:48,954 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #196 initialized: null - MDC[] 2023-01-07 23:53:48,954 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2023-01-07 23:53:48,955 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom196, ID:centos-7-xnkdf-38709-1673135563947-0:193) is starting - MDC[] 2023-01-07 23:53:48,955 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom196, ID:centos-7-xnkdf-38709-1673135563947-0:193) started - MDC[] 2023-01-07 23:53:48,955 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2023-01-07 23:53:48,956 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom196 started - MDC[] 2023-01-07 23:53:48,968 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-578:3,clientId=null,started=false} - MDC[] 2023-01-07 23:53:48,970 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@4aebeda8, org.eclipse.scout.rt.mom.jms.JmsSubscription@7e634ead] - MDC[] 2023-01-07 23:53:48,971 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:53:48,971 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:53:48,972 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom196 stopped - MDC[] 2023-01-07 23:53:48,972 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom196, ID:centos-7-xnkdf-38709-1673135563947-0:193) is shutting down - MDC[] 2023-01-07 23:53:48,972 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom196, ID:centos-7-xnkdf-38709-1673135563947-0:193) uptime 0.018 seconds - MDC[] 2023-01-07 23:53:48,973 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom196, ID:centos-7-xnkdf-38709-1673135563947-0:193) is shutdown - MDC[] 2023-01-07 23:53:48,973 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:53:48,973 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 19.398014 ms - MDC[] 2023-01-07 23:53:48,973 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:48,973 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:48,974 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:48,974 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #197 initialized: null - MDC[] 2023-01-07 23:53:48,975 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2023-01-07 23:53:48,975 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom197, ID:centos-7-xnkdf-38709-1673135563947-0:194) is starting - MDC[] 2023-01-07 23:53:48,975 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom197, ID:centos-7-xnkdf-38709-1673135563947-0:194) started - MDC[] 2023-01-07 23:53:48,976 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2023-01-07 23:53:48,976 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom197 started - MDC[] 2023-01-07 23:53:50,983 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@5fce034f, org.eclipse.scout.rt.mom.jms.JmsSubscription@373743f] - MDC[] 2023-01-07 23:53:50,985 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom197 stopped - MDC[] 2023-01-07 23:53:50,985 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom197, ID:centos-7-xnkdf-38709-1673135563947-0:194) is shutting down - MDC[] 2023-01-07 23:53:50,986 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom197, ID:centos-7-xnkdf-38709-1673135563947-0:194) uptime 2.010 seconds - MDC[] 2023-01-07 23:53:50,986 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom197, ID:centos-7-xnkdf-38709-1673135563947-0:194) is shutdown - MDC[] 2023-01-07 23:53:50,986 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2023-01-07 23:53:50,986 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 2012.445185 ms - MDC[] 2023-01-07 23:53:50,986 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:50,987 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:50,987 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:50,989 INFO [scout-thread-19] 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] 2023-01-07 23:53:50,989 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] 2023-01-07 23:53:50,990 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom198, ID:centos-7-xnkdf-38709-1673135563947-0:195) is starting - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:53:50,990 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom198, ID:centos-7-xnkdf-38709-1673135563947-0:195) started - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:53:50,990 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] 2023-01-07 23:53:50,991 INFO [scout-thread-19] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom198 started - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:53:56,088 INFO [scout-thread-17] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.requestImpl(JmsMomImplementor.java:434) - Request job canceled; java.lang.InterruptedException - MDC[jobName=request on test/mom/testQueueRequestReplyTimeout] 2023-01-07 23:53:56,091 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@5ce0b14f] - MDC[] 2023-01-07 23:53:56,091 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@70f2ba7c[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:53:56,092 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.013917 ms - MDC[] 2023-01-07 23:53:56,093 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom198 stopped - MDC[] 2023-01-07 23:53:56,093 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom198, ID:centos-7-xnkdf-38709-1673135563947-0:195) is shutting down - MDC[] 2023-01-07 23:53:56,093 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom198, ID:centos-7-xnkdf-38709-1673135563947-0:195) uptime 5.104 seconds - MDC[] 2023-01-07 23:53:56,093 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom198, ID:centos-7-xnkdf-38709-1673135563947-0:195) is shutdown - MDC[] 2023-01-07 23:53:56,093 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2023-01-07 23:53:56,093 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 5105.465877 ms - MDC[] 2023-01-07 23:53:56,093 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:56,094 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:56,094 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:56,095 INFO [scout-thread-23] 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] 2023-01-07 23:53:56,095 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] 2023-01-07 23:53:56,096 INFO [scout-thread-23] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom199, ID:centos-7-xnkdf-38709-1673135563947-0:196) is starting - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:53:56,096 INFO [scout-thread-23] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom199, ID:centos-7-xnkdf-38709-1673135563947-0:196) started - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:53:56,096 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] 2023-01-07 23:53:56,096 INFO [scout-thread-23] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom199 started - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:53:56,104 ERROR [scout-thread-21] 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=bd7bab58-077e-47ea-97de-5fdfbc2b47bc] 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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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) 2023-01-07 23:53:56,109 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@2b6d4eeb] - MDC[] 2023-01-07 23:53:56,110 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@350fe27e[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:53:56,110 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.009917 ms - MDC[] 2023-01-07 23:53:56,111 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom199 stopped - MDC[] 2023-01-07 23:53:56,112 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom199, ID:centos-7-xnkdf-38709-1673135563947-0:196) is shutting down - MDC[] 2023-01-07 23:53:56,112 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom199, ID:centos-7-xnkdf-38709-1673135563947-0:196) uptime 0.017 seconds - MDC[] 2023-01-07 23:53:56,112 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom199, ID:centos-7-xnkdf-38709-1673135563947-0:196) is shutdown - MDC[] 2023-01-07 23:53:56,112 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2023-01-07 23:53:56,112 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 18.083824 ms - MDC[] 2023-01-07 23:53:56,112 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:56,113 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:56,113 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:56,114 INFO [scout-thread-14] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #200 initialized: null - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:53:56,114 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] 2023-01-07 23:53:56,115 INFO [scout-thread-14] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom200, ID:centos-7-xnkdf-38709-1673135563947-0:197) is starting - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:53:56,115 INFO [scout-thread-14] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom200, ID:centos-7-xnkdf-38709-1673135563947-0:197) started - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:53:56,115 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] 2023-01-07 23:53:56,115 INFO [scout-thread-14] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom200 started - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:53:56,123 INFO [scout-thread-21] 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=389c85a1-c84f-4ad8-a0e5-7d7a32a28854] 2023-01-07 23:53:56,127 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@1572b7e4] - MDC[] 2023-01-07 23:53:56,128 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@281b0e28[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:53:56,128 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.010501 ms - MDC[] 2023-01-07 23:53:56,129 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom200 stopped - MDC[] 2023-01-07 23:53:56,130 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom200, ID:centos-7-xnkdf-38709-1673135563947-0:197) is shutting down - MDC[] 2023-01-07 23:53:56,130 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom200, ID:centos-7-xnkdf-38709-1673135563947-0:197) uptime 0.016 seconds - MDC[] 2023-01-07 23:53:56,130 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom200, ID:centos-7-xnkdf-38709-1673135563947-0:197) is shutdown - MDC[] 2023-01-07 23:53:56,130 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2023-01-07 23:53:56,130 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 17.386394 ms - MDC[] 2023-01-07 23:53:56,131 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:56,131 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:56,131 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:56,132 INFO [scout-thread-19] 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] 2023-01-07 23:53:56,132 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] 2023-01-07 23:53:56,133 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom201, ID:centos-7-xnkdf-38709-1673135563947-0:198) is starting - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:53:56,133 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom201, ID:centos-7-xnkdf-38709-1673135563947-0:198) started - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:53:56,133 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] 2023-01-07 23:53:56,134 INFO [scout-thread-19] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom201 started - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:53:56,145 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@2247d95c, org.eclipse.scout.rt.mom.jms.JmsSubscription@78f8d16c] - MDC[] 2023-01-07 23:53:56,146 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@28ec34d8[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:53:56,146 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.009000 ms - MDC[] 2023-01-07 23:53:56,147 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom201 stopped - MDC[] 2023-01-07 23:53:56,147 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom201, ID:centos-7-xnkdf-38709-1673135563947-0:198) is shutting down - MDC[] 2023-01-07 23:53:56,148 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom201, ID:centos-7-xnkdf-38709-1673135563947-0:198) uptime 0.016 seconds - MDC[] 2023-01-07 23:53:56,148 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom201, ID:centos-7-xnkdf-38709-1673135563947-0:198) is shutdown - MDC[] 2023-01-07 23:53:56,148 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2023-01-07 23:53:56,148 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 16.806218 ms - MDC[] 2023-01-07 23:53:56,148 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:56,149 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:56,149 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:56,150 INFO [scout-thread-23] 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] 2023-01-07 23:53:56,150 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] 2023-01-07 23:53:56,150 INFO [scout-thread-23] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom202, ID:centos-7-xnkdf-38709-1673135563947-0:199) is starting - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:53:56,151 INFO [scout-thread-23] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom202, ID:centos-7-xnkdf-38709-1673135563947-0:199) started - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:53:56,151 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] 2023-01-07 23:53:56,151 INFO [scout-thread-23] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom202 started - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:53:56,163 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@732a8a22] - MDC[] 2023-01-07 23:53:56,163 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@65018f2f[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:53:56,163 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.013584 ms - MDC[] 2023-01-07 23:53:56,164 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom202 stopped - MDC[] 2023-01-07 23:53:56,164 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom202, ID:centos-7-xnkdf-38709-1673135563947-0:199) is shutting down - MDC[] 2023-01-07 23:53:56,165 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom202, ID:centos-7-xnkdf-38709-1673135563947-0:199) uptime 0.015 seconds - MDC[] 2023-01-07 23:53:56,165 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom202, ID:centos-7-xnkdf-38709-1673135563947-0:199) is shutdown - MDC[] 2023-01-07 23:53:56,165 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2023-01-07 23:53:56,165 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 16.139873 ms - MDC[] 2023-01-07 23:53:56,165 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:56,166 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:56,166 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:56,167 INFO [scout-thread-14] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #203 initialized: null - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:53:56,167 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] 2023-01-07 23:53:56,167 INFO [scout-thread-14] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom203, ID:centos-7-xnkdf-38709-1673135563947-0:200) is starting - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:53:56,168 INFO [scout-thread-14] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom203, ID:centos-7-xnkdf-38709-1673135563947-0:200) started - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:53:56,168 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] 2023-01-07 23:53:56,168 INFO [scout-thread-14] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom203 started - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:53:56,176 INFO [scout-thread-21] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.requestImpl(JmsMomImplementor.java:434) - Request job canceled; java.lang.InterruptedException - MDC[jobName=request on test/mom/testTopicRequestReplyCancellation] 2023-01-07 23:53:56,182 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@1253fada] - MDC[] 2023-01-07 23:53:56,182 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@665a6d3c[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:53:56,183 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.011583 ms - MDC[] 2023-01-07 23:53:56,183 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom203 stopped - MDC[] 2023-01-07 23:53:56,183 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom203, ID:centos-7-xnkdf-38709-1673135563947-0:200) is shutting down - MDC[] 2023-01-07 23:53:56,184 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom203, ID:centos-7-xnkdf-38709-1673135563947-0:200) uptime 0.017 seconds - MDC[] 2023-01-07 23:53:56,184 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom203, ID:centos-7-xnkdf-38709-1673135563947-0:200) is shutdown - MDC[] 2023-01-07 23:53:56,184 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2023-01-07 23:53:56,184 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 18.201118 ms - MDC[] 2023-01-07 23:53:56,184 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:56,185 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:56,185 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:56,186 INFO [scout-thread-19] 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] 2023-01-07 23:53:56,186 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] 2023-01-07 23:53:56,187 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom204, ID:centos-7-xnkdf-38709-1673135563947-0:201) is starting - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:53:56,187 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom204, ID:centos-7-xnkdf-38709-1673135563947-0:201) started - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:53:56,187 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] 2023-01-07 23:53:56,187 INFO [scout-thread-19] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom204 started - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:53:56,197 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@15b37fb6, org.eclipse.scout.rt.mom.jms.JmsSubscription@e2d14d5] - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:53:56,206 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@f51e21e, org.eclipse.scout.rt.mom.jms.JmsSubscription@24011759] - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:53:56,242 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@2c962992, org.eclipse.scout.rt.mom.jms.JmsSubscription@3cef1e23] - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:53:56,250 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@5703e98d, org.eclipse.scout.rt.mom.jms.JmsSubscription@3a15b756] - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:53:56,259 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@38b228db, org.eclipse.scout.rt.mom.jms.JmsSubscription@53209278] - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:53:56,267 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@48e7bcc9, org.eclipse.scout.rt.mom.jms.JmsSubscription@57ae56b] - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:53:56,277 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@496a4737, org.eclipse.scout.rt.mom.jms.JmsSubscription@175bded3] - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:53:56,286 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@25d7584a, org.eclipse.scout.rt.mom.jms.JmsSubscription@56cf1fb4] - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:53:56,286 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@15fe4512[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:53:56,287 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.033958 ms - MDC[] 2023-01-07 23:53:56,288 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom204 stopped - MDC[] 2023-01-07 23:53:56,288 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom204, ID:centos-7-xnkdf-38709-1673135563947-0:201) is shutting down - MDC[] 2023-01-07 23:53:56,288 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom204, ID:centos-7-xnkdf-38709-1673135563947-0:201) uptime 0.102 seconds - MDC[] 2023-01-07 23:53:56,288 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom204, ID:centos-7-xnkdf-38709-1673135563947-0:201) is shutdown - MDC[] 2023-01-07 23:53:56,334 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2023-01-07 23:53:56,335 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 149.768388 ms - MDC[] 2023-01-07 23:53:56,335 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:56,336 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:56,336 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:56,337 INFO [scout-thread-23] 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] 2023-01-07 23:53:56,337 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] 2023-01-07 23:53:56,338 INFO [scout-thread-23] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom205, ID:centos-7-xnkdf-38709-1673135563947-0:202) is starting - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:53:56,338 INFO [scout-thread-23] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom205, ID:centos-7-xnkdf-38709-1673135563947-0:202) started - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:53:56,338 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] 2023-01-07 23:53:56,339 INFO [scout-thread-23] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom205 started - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:53:56,352 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@1f8825a, org.eclipse.scout.rt.mom.jms.JmsSubscription@55117fea] - MDC[] 2023-01-07 23:53:56,352 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@55d44ed5[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:53:56,352 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.009000 ms - MDC[] 2023-01-07 23:53:56,353 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom205 stopped - MDC[] 2023-01-07 23:53:56,354 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom205, ID:centos-7-xnkdf-38709-1673135563947-0:202) is shutting down - MDC[] 2023-01-07 23:53:56,354 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom205, ID:centos-7-xnkdf-38709-1673135563947-0:202) uptime 0.017 seconds - MDC[] 2023-01-07 23:53:56,354 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom205, ID:centos-7-xnkdf-38709-1673135563947-0:202) is shutdown - MDC[] 2023-01-07 23:53:56,354 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2023-01-07 23:53:56,354 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 18.199117 ms - MDC[] 2023-01-07 23:53:56,354 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:56,355 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:56,355 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:56,356 INFO [scout-thread-19] 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] 2023-01-07 23:53:56,356 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] 2023-01-07 23:53:56,357 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom206, ID:centos-7-xnkdf-38709-1673135563947-0:203) is starting - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:53:56,357 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom206, ID:centos-7-xnkdf-38709-1673135563947-0:203) started - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:53:56,357 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] 2023-01-07 23:53:56,357 INFO [scout-thread-19] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom206 started - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:53:56,368 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@7672ea5f] - MDC[] 2023-01-07 23:53:56,369 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@5b8703f1[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:53:56,369 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.013292 ms - MDC[] 2023-01-07 23:53:56,370 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom206 stopped - MDC[] 2023-01-07 23:53:56,370 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom206, ID:centos-7-xnkdf-38709-1673135563947-0:203) is shutting down - MDC[] 2023-01-07 23:53:56,370 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom206, ID:centos-7-xnkdf-38709-1673135563947-0:203) uptime 0.014 seconds - MDC[] 2023-01-07 23:53:56,370 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom206, ID:centos-7-xnkdf-38709-1673135563947-0:203) is shutdown - MDC[] 2023-01-07 23:53:56,370 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2023-01-07 23:53:56,371 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 15.330608 ms - MDC[] 2023-01-07 23:53:56,371 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:56,371 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:56,371 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:56,372 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #207 initialized: null - MDC[] 2023-01-07 23:53:56,372 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2023-01-07 23:53:56,373 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom207, ID:centos-7-xnkdf-38709-1673135563947-0:204) is starting - MDC[] 2023-01-07 23:53:56,373 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom207, ID:centos-7-xnkdf-38709-1673135563947-0:204) started - MDC[] 2023-01-07 23:53:56,373 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2023-01-07 23:53:56,373 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom207 started - MDC[] 2023-01-07 23:53:56,376 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-611:2,clientId=null,started=false} - MDC[cid=cid:abc] 2023-01-07 23:53:56,377 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@62ec0967] - MDC[] 2023-01-07 23:53:56,378 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:53:56,378 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:53:56,379 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom207 stopped - MDC[] 2023-01-07 23:53:56,379 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom207, ID:centos-7-xnkdf-38709-1673135563947-0:204) is shutting down - MDC[] 2023-01-07 23:53:56,379 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom207, ID:centos-7-xnkdf-38709-1673135563947-0:204) uptime 0.007 seconds - MDC[] 2023-01-07 23:53:56,379 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom207, ID:centos-7-xnkdf-38709-1673135563947-0:204) is shutdown - MDC[] 2023-01-07 23:53:56,380 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:53:56,380 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 8.263231 ms - MDC[] 2023-01-07 23:53:56,380 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:56,380 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:56,380 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:56,381 INFO [scout-thread-14] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #208 initialized: null - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:53:56,381 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] 2023-01-07 23:53:56,382 INFO [scout-thread-14] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom208, ID:centos-7-xnkdf-38709-1673135563947-0:205) is starting - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:53:56,382 INFO [scout-thread-14] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom208, ID:centos-7-xnkdf-38709-1673135563947-0:205) started - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:53:56,382 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] 2023-01-07 23:53:56,383 INFO [scout-thread-14] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom208 started - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:53:56,436 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/testQueueRequestReplyCancellation] 2023-01-07 23:53:56,438 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@3c16f821, org.eclipse.scout.rt.mom.jms.JmsSubscription@466644c3] - MDC[] 2023-01-07 23:53:56,440 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@65790b68[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:53:56,440 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.013167 ms - MDC[] 2023-01-07 23:53:56,441 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom208 stopped - MDC[] 2023-01-07 23:53:56,441 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom208, ID:centos-7-xnkdf-38709-1673135563947-0:205) is shutting down - MDC[] 2023-01-07 23:53:56,441 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom208, ID:centos-7-xnkdf-38709-1673135563947-0:205) uptime 0.060 seconds - MDC[] 2023-01-07 23:53:56,441 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom208, ID:centos-7-xnkdf-38709-1673135563947-0:205) is shutdown - MDC[] 2023-01-07 23:53:56,441 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2023-01-07 23:53:56,442 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 61.164178 ms - MDC[] 2023-01-07 23:53:56,442 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:56,443 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:56,443 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:56,443 INFO [scout-thread-19] 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] 2023-01-07 23:53:56,444 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] 2023-01-07 23:53:56,445 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom209, ID:centos-7-xnkdf-38709-1673135563947-0:206) is starting - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:53:56,445 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom209, ID:centos-7-xnkdf-38709-1673135563947-0:206) started - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:53:56,445 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] 2023-01-07 23:53:56,445 INFO [scout-thread-19] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom209 started - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:53:56,457 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@649ded12] - MDC[] 2023-01-07 23:53:56,458 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@49763e3f[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:53:56,458 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.009042 ms - MDC[] 2023-01-07 23:53:56,459 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom209 stopped - MDC[] 2023-01-07 23:53:56,459 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom209, ID:centos-7-xnkdf-38709-1673135563947-0:206) is shutting down - MDC[] 2023-01-07 23:53:56,460 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom209, ID:centos-7-xnkdf-38709-1673135563947-0:206) uptime 0.016 seconds - MDC[] 2023-01-07 23:53:56,460 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom209, ID:centos-7-xnkdf-38709-1673135563947-0:206) is shutdown - MDC[] 2023-01-07 23:53:56,460 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2023-01-07 23:53:56,460 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 17.446104 ms - MDC[] 2023-01-07 23:53:56,460 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:56,461 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:56,461 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:56,461 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #210 initialized: null - MDC[] 2023-01-07 23:53:56,462 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2023-01-07 23:53:56,462 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom210, ID:centos-7-xnkdf-38709-1673135563947-0:207) is starting - MDC[] 2023-01-07 23:53:56,462 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom210, ID:centos-7-xnkdf-38709-1673135563947-0:207) started - MDC[] 2023-01-07 23:53:56,462 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2023-01-07 23:53:56,463 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom210 started - MDC[] 2023-01-07 23:53:56,468 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-620:4,clientId=null,started=false} - MDC[] 2023-01-07 23:53:58,469 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 3 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@79ca51cb, org.eclipse.scout.rt.mom.jms.JmsSubscription@160423e0, org.eclipse.scout.rt.mom.jms.JmsSubscription@3fc8a6c0] - MDC[] 2023-01-07 23:53:58,471 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:53:58,471 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:53:58,471 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom210 stopped - MDC[] 2023-01-07 23:53:58,471 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom210, ID:centos-7-xnkdf-38709-1673135563947-0:207) is shutting down - MDC[] 2023-01-07 23:53:58,472 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom210, ID:centos-7-xnkdf-38709-1673135563947-0:207) uptime 2.010 seconds - MDC[] 2023-01-07 23:53:58,472 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom210, ID:centos-7-xnkdf-38709-1673135563947-0:207) is shutdown - MDC[] 2023-01-07 23:53:58,472 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:53:58,472 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 2010.965408 ms - MDC[] 2023-01-07 23:53:58,472 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:58,473 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:58,473 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:58,473 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #211 initialized: null - MDC[] 2023-01-07 23:53:58,473 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2023-01-07 23:53:58,474 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom211, ID:centos-7-xnkdf-38709-1673135563947-0:208) is starting - MDC[] 2023-01-07 23:53:58,474 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom211, ID:centos-7-xnkdf-38709-1673135563947-0:208) started - MDC[] 2023-01-07 23:53:58,474 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2023-01-07 23:53:58,475 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom211 started - MDC[] 2023-01-07 23:53:58,475 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-623:1,clientId=null,started=false} - MDC[] 2023-01-07 23:53:58,480 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@be1f747, org.eclipse.scout.rt.mom.jms.JmsSubscription@164ca703] - MDC[] 2023-01-07 23:53:58,481 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:53:58,481 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:53:58,481 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom211 stopped - MDC[] 2023-01-07 23:53:58,481 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom211, ID:centos-7-xnkdf-38709-1673135563947-0:208) is shutting down - MDC[] 2023-01-07 23:53:58,482 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom211, ID:centos-7-xnkdf-38709-1673135563947-0:208) uptime 0.009 seconds - MDC[] 2023-01-07 23:53:58,482 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom211, ID:centos-7-xnkdf-38709-1673135563947-0:208) is shutdown - MDC[] 2023-01-07 23:53:58,482 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:53:58,482 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 9.393626 ms - MDC[] 2023-01-07 23:53:58,482 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:58,483 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:58,483 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:58,484 INFO [scout-thread-19] 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] 2023-01-07 23:53:58,484 INFO [scout-thread-19] 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] 2023-01-07 23:53:58,485 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] 2023-01-07 23:53:58,485 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom212, ID:centos-7-xnkdf-38709-1673135563947-0:209) is starting - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:53:58,486 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom212, ID:centos-7-xnkdf-38709-1673135563947-0:209) started - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:53:58,486 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] 2023-01-07 23:53:58,486 INFO [scout-thread-19] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom212 started - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:53:58,498 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/testQueueRequestReplyCancellation] 2023-01-07 23:53:59,501 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 3 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@1a212395, org.eclipse.scout.rt.mom.jms.JmsSubscription@c2e9e33, org.eclipse.scout.rt.mom.jms.JmsSubscription@5aae7f30] - MDC[] 2023-01-07 23:53:59,502 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@bba84f4[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:53:59,502 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.011667 ms - MDC[] 2023-01-07 23:53:59,503 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom212 stopped - MDC[] 2023-01-07 23:53:59,503 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom212, ID:centos-7-xnkdf-38709-1673135563947-0:209) is shutting down - MDC[] 2023-01-07 23:53:59,504 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom212, ID:centos-7-xnkdf-38709-1673135563947-0:209) uptime 1.018 seconds - MDC[] 2023-01-07 23:53:59,504 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom212, ID:centos-7-xnkdf-38709-1673135563947-0:209) is shutdown - MDC[] 2023-01-07 23:53:59,504 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2023-01-07 23:53:59,504 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 1020.939273 ms - MDC[] 2023-01-07 23:53:59,504 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:53:59,505 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:53:59,505 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:53:59,505 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #213 initialized: null - MDC[] 2023-01-07 23:53:59,506 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2023-01-07 23:53:59,506 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom213, ID:centos-7-xnkdf-38709-1673135563947-0:210) is starting - MDC[] 2023-01-07 23:53:59,507 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom213, ID:centos-7-xnkdf-38709-1673135563947-0:210) started - MDC[] 2023-01-07 23:53:59,507 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2023-01-07 23:53:59,507 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom213 started - MDC[] 2023-01-07 23:53:59,508 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-629:1,clientId=null,started=false} - MDC[] 2023-01-07 23:54:02,516 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@5f385ee9] - MDC[] 2023-01-07 23:54:02,517 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:02,517 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:02,517 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom213 stopped - MDC[] 2023-01-07 23:54:02,517 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom213, ID:centos-7-xnkdf-38709-1673135563947-0:210) is shutting down - MDC[] 2023-01-07 23:54:02,518 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom213, ID:centos-7-xnkdf-38709-1673135563947-0:210) uptime 3.012 seconds - MDC[] 2023-01-07 23:54:02,518 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom213, ID:centos-7-xnkdf-38709-1673135563947-0:210) is shutdown - MDC[] 2023-01-07 23:54:02,518 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:02,518 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 3013.221097 ms - MDC[] 2023-01-07 23:54:02,518 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:02,519 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:02,519 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:02,519 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #214 initialized: null - MDC[] 2023-01-07 23:54:02,519 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2023-01-07 23:54:02,520 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom214, ID:centos-7-xnkdf-38709-1673135563947-0:211) is starting - MDC[] 2023-01-07 23:54:02,520 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom214, ID:centos-7-xnkdf-38709-1673135563947-0:211) started - MDC[] 2023-01-07 23:54:02,520 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2023-01-07 23:54:02,521 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom214 started - MDC[] 2023-01-07 23:54:02,521 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-632:1,clientId=null,started=false} - MDC[] 2023-01-07 23:54:02,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@39088acb, org.eclipse.scout.rt.mom.jms.JmsSubscription@70dd4172] - MDC[] 2023-01-07 23:54:02,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@3bf47d1e, org.eclipse.scout.rt.mom.jms.JmsSubscription@2956985b] - MDC[] 2023-01-07 23:54:02,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@26664caa, org.eclipse.scout.rt.mom.jms.JmsSubscription@6b3eb57] - MDC[] 2023-01-07 23:54:02,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@357e6334, org.eclipse.scout.rt.mom.jms.JmsSubscription@31809f2b] - MDC[] 2023-01-07 23:54:02,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@6087f264, org.eclipse.scout.rt.mom.jms.JmsSubscription@584d9b19] - MDC[] 2023-01-07 23:54:02,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@2f3809cf, org.eclipse.scout.rt.mom.jms.JmsSubscription@4a8afff2] - MDC[] 2023-01-07 23:54:02,548 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@604125bd, org.eclipse.scout.rt.mom.jms.JmsSubscription@39a4bd89] - MDC[] 2023-01-07 23:54:02,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@5e4168dd, org.eclipse.scout.rt.mom.jms.JmsSubscription@5a3783e4] - MDC[] 2023-01-07 23:54:02,553 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:02,553 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:02,554 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom214 stopped - MDC[] 2023-01-07 23:54:02,554 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom214, ID:centos-7-xnkdf-38709-1673135563947-0:211) is shutting down - MDC[] 2023-01-07 23:54:02,554 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom214, ID:centos-7-xnkdf-38709-1673135563947-0:211) uptime 0.035 seconds - MDC[] 2023-01-07 23:54:02,554 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom214, ID:centos-7-xnkdf-38709-1673135563947-0:211) is shutdown - MDC[] 2023-01-07 23:54:02,555 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:02,555 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 35.827808 ms - MDC[] 2023-01-07 23:54:02,555 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:02,556 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:02,556 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:02,556 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #215 initialized: null - MDC[] 2023-01-07 23:54:02,557 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2023-01-07 23:54:02,558 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom215, ID:centos-7-xnkdf-38709-1673135563947-0:212) is starting - MDC[] 2023-01-07 23:54:02,558 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom215, ID:centos-7-xnkdf-38709-1673135563947-0:212) started - MDC[] 2023-01-07 23:54:02,558 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2023-01-07 23:54:02,559 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom215 started - MDC[] 2023-01-07 23:54:02,563 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-635:2,clientId=null,started=false} - MDC[] 2023-01-07 23:54:02,565 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@79571cc5] - MDC[] 2023-01-07 23:54:02,566 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:02,566 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:02,567 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom215 stopped - MDC[] 2023-01-07 23:54:02,567 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom215, ID:centos-7-xnkdf-38709-1673135563947-0:212) is shutting down - MDC[] 2023-01-07 23:54:02,567 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom215, ID:centos-7-xnkdf-38709-1673135563947-0:212) uptime 0.010 seconds - MDC[] 2023-01-07 23:54:02,567 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom215, ID:centos-7-xnkdf-38709-1673135563947-0:212) is shutdown - MDC[] 2023-01-07 23:54:02,567 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:02,568 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 11.612083 ms - MDC[] 2023-01-07 23:54:02,568 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:02,568 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:02,568 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:02,569 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #216 initialized: null - MDC[] 2023-01-07 23:54:02,569 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2023-01-07 23:54:02,569 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom216, ID:centos-7-xnkdf-38709-1673135563947-0:213) is starting - MDC[] 2023-01-07 23:54:02,570 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom216, ID:centos-7-xnkdf-38709-1673135563947-0:213) started - MDC[] 2023-01-07 23:54:02,570 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2023-01-07 23:54:02,570 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom216 started - MDC[] 2023-01-07 23:54:02,571 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-xnkdf-38709-1673135563947-638:1,clientId=null,started=false} - MDC[] 2023-01-07 23:54:02,576 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@440f434f, org.eclipse.scout.rt.mom.jms.JmsSubscription@47690183] - MDC[] 2023-01-07 23:54:02,577 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:02,577 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:02,577 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom216 stopped - MDC[] 2023-01-07 23:54:02,577 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom216, ID:centos-7-xnkdf-38709-1673135563947-0:213) is shutting down - MDC[] 2023-01-07 23:54:02,578 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom216, ID:centos-7-xnkdf-38709-1673135563947-0:213) uptime 0.009 seconds - MDC[] 2023-01-07 23:54:02,578 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom216, ID:centos-7-xnkdf-38709-1673135563947-0:213) is shutdown - MDC[] 2023-01-07 23:54:02,578 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:02,578 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 10.147015 ms - MDC[] 2023-01-07 23:54:02,578 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:02,579 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:02,579 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:02,852 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2023-01-07 23:54:02,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@33ab9bbf - MDC[] 2023-01-07 23:54:04,094 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@396d5c73, org.eclipse.scout.rt.mom.jms.JmsSubscription@5ac30b75] - MDC[] 2023-01-07 23:54:04,097 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:04,097 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:04,100 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:04,100 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 1520.507464 ms - MDC[] 2023-01-07 23:54:04,100 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:04,101 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:04,101 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:04,103 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] 2023-01-07 23:54:04,107 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@2a0cf60c - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:54:04,152 INFO [scout-thread-15] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@62835399, org.eclipse.scout.rt.mom.jms.JmsSubscription@6d9d762] - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:54:04,182 INFO [scout-thread-15] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@54daa0af, org.eclipse.scout.rt.mom.jms.JmsSubscription@4c5642a0] - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:54:04,237 INFO [scout-thread-15] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@7752f411, org.eclipse.scout.rt.mom.jms.JmsSubscription@2f7795f9] - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:54:04,261 INFO [scout-thread-15] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@2db2e139, org.eclipse.scout.rt.mom.jms.JmsSubscription@241a6b03] - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:54:04,284 INFO [scout-thread-15] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@1d65652d, org.eclipse.scout.rt.mom.jms.JmsSubscription@615f870] - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:54:04,346 INFO [scout-thread-15] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@2f679395, org.eclipse.scout.rt.mom.jms.JmsSubscription@677d7c57] - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:54:04,366 INFO [scout-thread-15] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@1c2115ee, org.eclipse.scout.rt.mom.jms.JmsSubscription@252a1f71] - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:54:04,385 INFO [scout-thread-15] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@112f2c4f, org.eclipse.scout.rt.mom.jms.JmsSubscription@75c95484] - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:54:04,388 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@6fa214ab[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:54:04,388 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.009042 ms - MDC[] 2023-01-07 23:54:04,391 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:04,391 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:04,439 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:04,439 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 337.705336 ms - MDC[] 2023-01-07 23:54:04,439 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:04,440 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:04,440 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:04,441 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2023-01-07 23:54:04,442 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@cc6baae - MDC[] 2023-01-07 23:54:04,455 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@1d2cb328] - MDC[] 2023-01-07 23:54:04,457 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:04,457 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:04,457 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:04,457 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 17.626899 ms - MDC[] 2023-01-07 23:54:04,457 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:04,458 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:04,458 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:04,459 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2023-01-07 23:54:04,461 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@689ef61d - MDC[] 2023-01-07 23:54:04,470 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@51512c6c] - MDC[] 2023-01-07 23:54:04,473 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:04,473 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:04,474 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:04,474 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 15.910744 ms - MDC[] 2023-01-07 23:54:04,474 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:04,474 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:04,475 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:04,476 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2023-01-07 23:54:04,478 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@f7269a2 - MDC[] 2023-01-07 23:54:04,486 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@6643c174] - MDC[] 2023-01-07 23:54:04,487 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:04,488 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:04,488 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:04,489 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 13.823664 ms - MDC[] 2023-01-07 23:54:04,489 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:04,489 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:04,490 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:04,491 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2023-01-07 23:54:04,493 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@75440613 - MDC[] 2023-01-07 23:54:04,542 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@46a4370c] - MDC[] 2023-01-07 23:54:04,544 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:04,545 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:04,545 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:04,545 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 55.719414 ms - MDC[] 2023-01-07 23:54:04,546 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:04,546 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:04,546 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:04,548 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2023-01-07 23:54:04,549 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@672e3f24 - MDC[] 2023-01-07 23:54:04,558 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@47bdfc41] - MDC[] 2023-01-07 23:54:04,559 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:04,560 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:04,560 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:04,561 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 14.021585 ms - MDC[] 2023-01-07 23:54:04,561 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:04,561 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:04,561 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:04,563 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2023-01-07 23:54:04,566 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@4cc69f5c - MDC[] 2023-01-07 23:54:04,578 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@10a55edc] - MDC[] 2023-01-07 23:54:04,580 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:04,580 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:04,580 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:04,580 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 18.751586 ms - MDC[] 2023-01-07 23:54:04,580 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:04,581 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:04,581 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:04,582 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2023-01-07 23:54:04,583 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@52dc358a - MDC[] 2023-01-07 23:54:04,592 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@108b47b4] - MDC[] 2023-01-07 23:54:04,593 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:04,594 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:04,594 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:04,594 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 13.331406 ms - MDC[] 2023-01-07 23:54:04,634 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:04,635 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:04,635 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:04,637 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2023-01-07 23:54:04,638 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@482f1b64 - MDC[] 2023-01-07 23:54:04,646 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@549db1c6] - MDC[] 2023-01-07 23:54:04,649 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:04,649 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:04,649 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:04,649 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 13.959792 ms - MDC[] 2023-01-07 23:54:04,649 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:04,650 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:04,650 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:04,651 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2023-01-07 23:54:04,653 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@6a5a00b3 - MDC[] 2023-01-07 23:54:04,661 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@20deb6f5] - MDC[] 2023-01-07 23:54:04,663 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:04,663 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:04,663 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:04,663 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 13.403740 ms - MDC[] 2023-01-07 23:54:04,664 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:04,664 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:04,664 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:04,665 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2023-01-07 23:54:04,667 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@351b70c1 - MDC[] 2023-01-07 23:54:04,674 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@67cb11de] - MDC[] 2023-01-07 23:54:04,676 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:04,676 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:04,677 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:04,677 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 12.783103 ms - MDC[] 2023-01-07 23:54:04,677 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:04,678 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:04,678 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:04,679 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] 2023-01-07 23:54:04,681 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@26d9e10a - MDC[jobName=JMS reply cancel message listener] Reply: TheReply 2023-01-07 23:54:04,747 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@1640a06f] - MDC[] 2023-01-07 23:54:04,751 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@74b2add5[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:54:04,751 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.014667 ms - MDC[] 2023-01-07 23:54:04,752 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:04,752 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:04,755 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:04,755 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 77.372301 ms - MDC[] 2023-01-07 23:54:04,756 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:04,756 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:04,756 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:04,757 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2023-01-07 23:54:04,763 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@770f3c94 - MDC[] 2023-01-07 23:54:04,778 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 3 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@2f6d684d, org.eclipse.scout.rt.mom.jms.JmsSubscription@5877a9e7, org.eclipse.scout.rt.mom.jms.JmsSubscription@2d0584c0] - MDC[] 2023-01-07 23:54:04,780 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:04,780 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:04,781 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:04,781 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 24.511105 ms - MDC[] 2023-01-07 23:54:04,781 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:04,782 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:04,782 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:04,783 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] 2023-01-07 23:54:04,785 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@f9db0fa - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:54:04,848 ERROR [scout-thread-19] org.eclipse.scout.rt.platform.exception.ExceptionHandler.handleThrowable(ExceptionHandler.java:121) - SomethingWrongException:expected-expected-junit-exception - MDC[jobName=Receiving JMS message [dest=Destination@2812c4c[name=test/mom/testRequestReply_StringMarshaller_Exception, type=QUEUE, resolveMethod=DEFINE, properties={}]], cid=cdd9087a-aab6-4999-90bf-3d5337521599] 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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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) 2023-01-07 23:54:04,853 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@61f5ee9d] - MDC[] 2023-01-07 23:54:04,856 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@1518c183[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:54:04,856 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.061127 ms - MDC[] 2023-01-07 23:54:04,857 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:04,857 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:04,860 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:04,860 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 77.860519 ms - MDC[] 2023-01-07 23:54:04,860 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:04,860 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:04,861 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:04,863 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2023-01-07 23:54:04,866 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@7f3c6bdf - MDC[jobName=JMS subscriber] simulateConnectionDown 2023-01-07 23:54:04,872 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[] 2023-01-07 23:54:04,872 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.invalidate(JmsConnectionWrapper.java:180) - invalidating session 1 of 1 - MDC[] 2023-01-07 23:54:04,872 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsSessionProviderWrapper.invalidate(JmsSessionProviderWrapper.java:101) - Invalidate sessionProvider org.eclipse.scout.rt.mom.jms.JmsSessionProvider@2dfb8de3 - MDC[] 2023-01-07 23:54:04,875 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.invalidate(JmsConnectionWrapper.java:188) - invalidating connection - MDC[] 2023-01-07 23:54:04,877 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.invalidate(JmsConnectionWrapper.java:190) - connection invalidated - MDC[] 2023-01-07 23:54:04,877 INFO [scout-thread-15] 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] 2023-01-07 23:54:05,877 INFO [scout-thread-15] 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] 2023-01-07 23:54:06,878 INFO [scout-thread-15] 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] 2023-01-07 23:54:07,878 INFO [scout-thread-15] 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] 2023-01-07 23:54:08,879 INFO [scout-thread-15] 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] 2023-01-07 23:54:09,879 WARN [scout-thread-15] 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] 2023-01-07 23:54:09,879 INFO [scout-thread-15] 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 2023-01-07 23:54:11,882 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@31f5fccc - MDC[jobName=JMS subscriber] 2023-01-07 23:54:11,893 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@4178535a, org.eclipse.scout.rt.mom.jms.JmsSubscription@2d23561e] - MDC[] 2023-01-07 23:54:11,895 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:11,895 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:11,895 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:11,896 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 7035.106413 ms - MDC[] 2023-01-07 23:54:11,896 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:11,896 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:11,897 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:11,898 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2023-01-07 23:54:11,900 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@17abb5bb - MDC[] 2023-01-07 23:54:12,107 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@45bd83de] - MDC[] 2023-01-07 23:54:12,108 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:12,108 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:12,109 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:12,109 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 212.644139 ms - MDC[] 2023-01-07 23:54:12,109 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:12,110 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:12,110 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:12,111 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2023-01-07 23:54:12,113 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@38b9a64b - MDC[] 2023-01-07 23:54:12,321 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@6b3321fe] - MDC[] 2023-01-07 23:54:12,323 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:12,323 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:12,323 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:12,323 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 213.189816 ms - MDC[] 2023-01-07 23:54:12,324 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:12,324 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:12,324 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:12,325 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2023-01-07 23:54:12,327 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@4991d624 - MDC[] 2023-01-07 23:54:12,536 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@727366da] - MDC[] 2023-01-07 23:54:12,537 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:12,537 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:12,538 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:12,538 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 214.002080 ms - MDC[] 2023-01-07 23:54:12,538 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:12,539 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:12,539 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:12,540 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2023-01-07 23:54:12,541 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@1bdbfdcd - MDC[] 2023-01-07 23:54:12,748 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@227d25d6] - MDC[] 2023-01-07 23:54:12,750 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:12,750 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:12,750 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:12,750 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 211.468493 ms - MDC[] 2023-01-07 23:54:12,751 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:12,751 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:12,751 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:12,752 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2023-01-07 23:54:12,753 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@3e5d28ee - MDC[] 2023-01-07 23:54:12,960 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@6a9f41ff] - MDC[] 2023-01-07 23:54:12,961 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:12,961 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:12,962 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:12,962 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 211.105278 ms - MDC[] 2023-01-07 23:54:12,962 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:12,963 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:12,963 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:12,964 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2023-01-07 23:54:12,965 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@4e1210de - MDC[] 2023-01-07 23:54:13,171 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@7dcc6b08] - MDC[] 2023-01-07 23:54:13,173 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:13,173 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:13,173 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:13,174 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 210.612353 ms - MDC[] 2023-01-07 23:54:13,174 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:13,174 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:13,174 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:13,175 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2023-01-07 23:54:13,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@b025f2f - MDC[] 2023-01-07 23:54:13,383 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@16c44a77] - MDC[] 2023-01-07 23:54:13,385 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:13,385 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:13,386 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:13,386 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 211.761832 ms - MDC[] 2023-01-07 23:54:13,386 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:13,386 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:13,386 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:13,387 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2023-01-07 23:54:13,389 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@10353925 - MDC[] 2023-01-07 23:54:13,595 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@17e7fe9] - MDC[] 2023-01-07 23:54:13,597 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:13,597 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:13,597 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:13,597 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 210.874024 ms - MDC[] 2023-01-07 23:54:13,597 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:13,598 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:13,598 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:13,599 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2023-01-07 23:54:13,600 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@4136d4da - MDC[] 2023-01-07 23:54:13,806 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@555cc0ba] - MDC[] 2023-01-07 23:54:13,807 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:13,808 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:13,808 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:13,808 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 210.239305 ms - MDC[] 2023-01-07 23:54:13,808 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:13,809 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:13,809 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:13,810 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2023-01-07 23:54:13,811 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@4236a610 - MDC[] 2023-01-07 23:54:14,016 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@2b833ee7] - MDC[] 2023-01-07 23:54:14,018 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:14,018 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:14,019 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:14,019 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 209.723462 ms - MDC[] 2023-01-07 23:54:14,019 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:14,019 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:14,019 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:14,020 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2023-01-07 23:54:14,021 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@52ebaadf - MDC[jobName=JMS subscriber] 2023-01-07 23:54:14,029 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@6a8129d1] - MDC[] 2023-01-07 23:54:14,030 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:14,030 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:14,031 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:14,032 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 12.133092 ms - MDC[] 2023-01-07 23:54:14,032 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:14,032 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:14,032 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:14,034 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] 2023-01-07 23:54:14,035 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@2474891e - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:54:14,050 INFO [scout-thread-15] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@c58c8ae, org.eclipse.scout.rt.mom.jms.JmsSubscription@744785c2] - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:54:14,075 INFO [scout-thread-15] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@71171be5, org.eclipse.scout.rt.mom.jms.JmsSubscription@7b6e466a] - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:54:14,091 INFO [scout-thread-15] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@4c4017d9, org.eclipse.scout.rt.mom.jms.JmsSubscription@44319df] - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:54:14,104 INFO [scout-thread-15] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@1275d0c7, org.eclipse.scout.rt.mom.jms.JmsSubscription@1dbe5ee3] - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:54:14,117 INFO [scout-thread-15] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@13f272b5, org.eclipse.scout.rt.mom.jms.JmsSubscription@17688246] - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:54:14,141 INFO [scout-thread-15] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@3451ff, org.eclipse.scout.rt.mom.jms.JmsSubscription@224d2d02] - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:54:14,155 INFO [scout-thread-15] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@76d8cbd4, org.eclipse.scout.rt.mom.jms.JmsSubscription@66f8c9f4] - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:54:14,170 INFO [scout-thread-15] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@1ca7fd56, org.eclipse.scout.rt.mom.jms.JmsSubscription@54f18052] - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:54:14,173 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@1a891a97[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:54:14,173 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.007166 ms - MDC[] 2023-01-07 23:54:14,174 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:14,175 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:14,183 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:14,183 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 150.588987 ms - MDC[] 2023-01-07 23:54:14,183 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:14,184 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:14,184 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:14,185 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] 2023-01-07 23:54:14,187 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@324f304f - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:54:14,253 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@2966d68, org.eclipse.scout.rt.mom.jms.JmsSubscription@61ba034a] - MDC[] 2023-01-07 23:54:14,256 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@257fcbd9[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:54:14,257 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.010542 ms - MDC[] 2023-01-07 23:54:14,258 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:14,258 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:14,260 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:14,260 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 75.865983 ms - MDC[] 2023-01-07 23:54:14,260 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:14,261 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:14,261 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:14,262 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] 2023-01-07 23:54:14,263 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@6f0637b9 - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:54:14,330 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@5332ebea, org.eclipse.scout.rt.mom.jms.JmsSubscription@627e21c9] - MDC[] 2023-01-07 23:54:14,334 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@5a0b6d29[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:54:14,334 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.009042 ms - MDC[] 2023-01-07 23:54:14,335 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:14,335 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:14,338 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:14,338 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 77.247049 ms - MDC[] 2023-01-07 23:54:14,338 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:14,339 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:14,339 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:14,340 INFO [scout-thread-23] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:54:14,342 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@648a429e - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:54:14,406 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@6d7453ad, org.eclipse.scout.rt.mom.jms.JmsSubscription@295d8852] - MDC[] 2023-01-07 23:54:14,409 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@19c71b23[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:54:14,410 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.009000 ms - MDC[] 2023-01-07 23:54:14,411 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:14,411 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:14,412 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:14,413 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 73.632901 ms - MDC[] 2023-01-07 23:54:14,413 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:14,413 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:14,413 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:14,414 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] 2023-01-07 23:54:14,416 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@2fe858f4 - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:54:14,480 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@1788be37, org.eclipse.scout.rt.mom.jms.JmsSubscription@58ae7e50] - MDC[] 2023-01-07 23:54:14,483 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@3a266d2a[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:54:14,483 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.032792 ms - MDC[] 2023-01-07 23:54:14,484 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:14,485 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:14,486 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:14,486 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 73.010265 ms - MDC[] 2023-01-07 23:54:14,487 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:14,487 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:14,487 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:14,489 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] 2023-01-07 23:54:14,490 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@47f4d01c - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:54:14,555 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@53222524, org.eclipse.scout.rt.mom.jms.JmsSubscription@1894071] - MDC[] 2023-01-07 23:54:14,558 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@1ec4dbc[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:54:14,559 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.009000 ms - MDC[] 2023-01-07 23:54:14,560 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:14,560 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:14,563 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:14,563 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 75.832357 ms - MDC[] 2023-01-07 23:54:14,563 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:14,564 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:14,564 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:14,565 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] 2023-01-07 23:54:14,568 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@9f21b73 - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:54:14,633 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@142409b4, org.eclipse.scout.rt.mom.jms.JmsSubscription@56ed0511] - MDC[] 2023-01-07 23:54:14,636 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@3ea4f377[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:54:14,637 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.024042 ms - MDC[] 2023-01-07 23:54:14,638 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:14,638 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:14,640 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:14,640 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 76.109196 ms - MDC[] 2023-01-07 23:54:14,640 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:14,641 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:14,641 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:14,643 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] 2023-01-07 23:54:14,644 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@96d06e8 - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:54:14,709 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@401835ac, org.eclipse.scout.rt.mom.jms.JmsSubscription@7445fdb2] - MDC[] 2023-01-07 23:54:14,713 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@6dcf5ade[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:54:14,713 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.011251 ms - MDC[] 2023-01-07 23:54:14,715 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:14,715 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:14,716 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:14,717 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 75.327473 ms - MDC[] 2023-01-07 23:54:14,717 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:14,717 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:14,717 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:14,719 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] 2023-01-07 23:54:14,720 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@44c70ca5 - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:54:14,784 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@35069061, org.eclipse.scout.rt.mom.jms.JmsSubscription@34327638] - MDC[] 2023-01-07 23:54:14,787 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@5a720df5[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:54:14,787 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.009041 ms - MDC[] 2023-01-07 23:54:14,789 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:14,789 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:14,790 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:14,791 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 73.251812 ms - MDC[] 2023-01-07 23:54:14,791 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:14,791 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:14,791 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:14,793 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] 2023-01-07 23:54:14,794 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@4b6c5634 - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:54:14,859 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@501dd0b4, org.eclipse.scout.rt.mom.jms.JmsSubscription@5199d74e] - MDC[] 2023-01-07 23:54:14,862 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@5e2cdbe4[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:54:14,863 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.009001 ms - MDC[] 2023-01-07 23:54:14,863 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:14,864 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:14,865 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:14,865 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 73.845405 ms - MDC[] 2023-01-07 23:54:14,865 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:14,866 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:14,866 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:14,867 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] 2023-01-07 23:54:14,868 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@7d881958 - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:54:14,934 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@1435a1f8, org.eclipse.scout.rt.mom.jms.JmsSubscription@2a934bba] - MDC[] 2023-01-07 23:54:14,937 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@5c904948[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:54:14,937 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.004542 ms - MDC[] 2023-01-07 23:54:14,938 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:14,938 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:14,941 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:14,941 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 74.819423 ms - MDC[] 2023-01-07 23:54:14,941 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:14,941 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:14,941 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:14,942 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2023-01-07 23:54:14,944 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@20b6e853 - MDC[] 2023-01-07 23:54:14,951 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@e125b5, org.eclipse.scout.rt.mom.jms.JmsSubscription@26c9521a] - MDC[] 2023-01-07 23:54:14,952 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:14,952 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:14,952 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:14,952 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 10.939029 ms - MDC[] 2023-01-07 23:54:14,953 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:14,953 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:14,953 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:14,955 INFO [scout-thread-23] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=requester (Q)] 2023-01-07 23:54:14,956 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@32bd5a3f - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2023-01-07 23:54:15,261 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@41366811] - MDC[] 2023-01-07 23:54:15,262 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@549db99a[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:54:15,262 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.009042 ms - MDC[] 2023-01-07 23:54:15,263 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:15,263 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:15,264 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:15,265 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 311.312613 ms - MDC[] 2023-01-07 23:54:15,265 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:15,265 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:15,265 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:15,266 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)] 2023-01-07 23:54:15,268 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@1cae15fb - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2023-01-07 23:54:15,573 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@24c6f389] - MDC[] 2023-01-07 23:54:15,574 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@5417978d[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:54:15,575 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.009042 ms - MDC[] 2023-01-07 23:54:15,576 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:15,576 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:15,579 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:15,579 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 313.471819 ms - MDC[] 2023-01-07 23:54:15,579 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:15,579 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:15,579 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:15,581 INFO [scout-thread-14] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=requester (Q)] 2023-01-07 23:54:15,582 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@1a80cc6b - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2023-01-07 23:54:15,887 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@2159137c] - MDC[] 2023-01-07 23:54:15,888 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@445481be[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:54:15,888 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.011250 ms - MDC[] 2023-01-07 23:54:15,889 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:15,889 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:15,891 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:15,891 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 311.707038 ms - MDC[] 2023-01-07 23:54:15,891 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:15,892 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:15,892 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:15,893 INFO [scout-thread-23] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=requester (Q)] 2023-01-07 23:54:15,894 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@5bbec27a - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2023-01-07 23:54:16,199 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@633a4a3d] - MDC[] 2023-01-07 23:54:16,200 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@7d854bd3[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:54:16,201 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.012625 ms - MDC[] 2023-01-07 23:54:16,201 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:16,202 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:16,203 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:16,203 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 311.579035 ms - MDC[] 2023-01-07 23:54:16,203 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:16,204 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:16,204 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:16,205 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)] 2023-01-07 23:54:16,207 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@5eb2217f - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2023-01-07 23:54:16,512 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@350c7188] - MDC[] 2023-01-07 23:54:16,513 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@4c0b4a43[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:54:16,513 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.004542 ms - MDC[] 2023-01-07 23:54:16,514 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:16,514 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:16,516 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:16,516 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 311.904457 ms - MDC[] 2023-01-07 23:54:16,516 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:16,516 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:16,516 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:16,518 INFO [scout-thread-14] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=requester (Q)] 2023-01-07 23:54:16,519 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@4e3fa024 - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2023-01-07 23:54:16,824 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@69e0d31d] - MDC[] 2023-01-07 23:54:16,825 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@4f78d9c7[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:54:16,825 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.004500 ms - MDC[] 2023-01-07 23:54:16,826 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:16,826 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:16,828 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:16,828 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 311.129611 ms - MDC[] 2023-01-07 23:54:16,828 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:16,828 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:16,828 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:16,830 INFO [scout-thread-23] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=requester (Q)] 2023-01-07 23:54:16,831 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@5fc0614c - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2023-01-07 23:54:17,137 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@592bc6a7] - MDC[] 2023-01-07 23:54:17,138 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@56a77824[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:54:17,138 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.004500 ms - MDC[] 2023-01-07 23:54:17,139 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:17,139 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:17,141 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:17,141 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 312.822932 ms - MDC[] 2023-01-07 23:54:17,141 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:17,142 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:17,142 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:17,143 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)] 2023-01-07 23:54:17,145 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@25e25f89 - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2023-01-07 23:54:17,449 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@3e821bba] - MDC[] 2023-01-07 23:54:17,450 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@7e3860cf[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:54:17,450 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.005125 ms - MDC[] 2023-01-07 23:54:17,451 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:17,451 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:17,453 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:17,453 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 311.491075 ms - MDC[] 2023-01-07 23:54:17,453 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:17,454 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:17,454 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:17,455 INFO [scout-thread-14] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=requester (Q)] 2023-01-07 23:54:17,457 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@39e1deca - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2023-01-07 23:54:17,762 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@5db553f9] - MDC[] 2023-01-07 23:54:17,763 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@38545c00[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:54:17,763 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.011500 ms - MDC[] 2023-01-07 23:54:17,764 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:17,765 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:17,767 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:17,768 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 313.590529 ms - MDC[] 2023-01-07 23:54:17,768 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:17,768 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:17,768 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:17,770 INFO [scout-thread-23] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=requester (Q)] 2023-01-07 23:54:17,771 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@3da430b8 - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2023-01-07 23:54:18,075 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@83ffa7b] - MDC[] 2023-01-07 23:54:18,076 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@705b59a4[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:54:18,077 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.012583 ms - MDC[] 2023-01-07 23:54:18,078 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:18,078 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:18,080 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:18,080 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 311.832539 ms - MDC[] 2023-01-07 23:54:18,080 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:18,081 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:18,081 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:18,082 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2023-01-07 23:54:18,083 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@54e71881 - MDC[jobName=JMS subscriber] 2023-01-07 23:54:22,120 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 4 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@7da7b071, org.eclipse.scout.rt.mom.jms.JmsSubscription@572b031f, org.eclipse.scout.rt.mom.jms.JmsSubscription@23685592, org.eclipse.scout.rt.mom.jms.JmsSubscription@495590a7] - MDC[] 2023-01-07 23:54:22,121 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:22,121 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:22,122 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:22,123 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 4041.576835 ms - MDC[] 2023-01-07 23:54:22,123 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:22,123 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:22,123 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:22,124 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.initRequestReply(JmsMomImplementor.java:207) - Scout JUnit MOM [artemis]: 'request-reply' messaging is disabled - MDC[] 2023-01-07 23:54:22,124 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2023-01-07 23:54:22,125 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2023-01-07 23:54:22,125 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 1.376608 ms - MDC[] 2023-01-07 23:54:22,125 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:22,125 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:22,126 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:22,126 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2023-01-07 23:54:22,128 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@439a5154 - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:54:22,143 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@6b869242, org.eclipse.scout.rt.mom.jms.JmsSubscription@4ee706ff] - MDC[] 2023-01-07 23:54:22,145 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@60d5c16[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:54:22,146 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.004500 ms - MDC[] 2023-01-07 23:54:22,147 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:22,147 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:22,149 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:22,149 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 23.090663 ms - MDC[] 2023-01-07 23:54:22,149 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:22,149 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:22,150 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:22,151 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2023-01-07 23:54:22,152 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@3aeb6a57 - MDC[] 2023-01-07 23:54:22,157 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@3976dacd, org.eclipse.scout.rt.mom.jms.JmsSubscription@5f580241] - MDC[] 2023-01-07 23:54:22,163 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@7625ce5a, org.eclipse.scout.rt.mom.jms.JmsSubscription@7787fce1] - MDC[] 2023-01-07 23:54:22,169 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@5dd12d01, org.eclipse.scout.rt.mom.jms.JmsSubscription@31813ea8] - MDC[] 2023-01-07 23:54:22,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@1e732fc2, org.eclipse.scout.rt.mom.jms.JmsSubscription@7e983867] - MDC[] 2023-01-07 23:54:22,191 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@5e1b425, org.eclipse.scout.rt.mom.jms.JmsSubscription@1558b8e7] - MDC[] 2023-01-07 23:54:22,197 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@6baf95f9, org.eclipse.scout.rt.mom.jms.JmsSubscription@29063116] - MDC[] 2023-01-07 23:54:22,204 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@5b30b332, org.eclipse.scout.rt.mom.jms.JmsSubscription@711df813] - MDC[] 2023-01-07 23:54: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@153af60c, org.eclipse.scout.rt.mom.jms.JmsSubscription@1b0efaf8] - MDC[] 2023-01-07 23:54:22,211 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:22,212 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:22,212 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:22,212 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 62.553369 ms - MDC[] 2023-01-07 23:54:22,212 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:22,235 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:22,235 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:22,236 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2023-01-07 23:54:22,237 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@220ebbef - MDC[] 2023-01-07 23:54:22,242 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@1417fb4, org.eclipse.scout.rt.mom.jms.JmsSubscription@2ebff011] - MDC[] 2023-01-07 23:54:22,243 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:22,243 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:22,244 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:22,244 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 9.042162 ms - MDC[] 2023-01-07 23:54:22,244 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:22,245 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:22,245 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:22,246 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2023-01-07 23:54:22,247 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@618ca9ce - MDC[jobName=JMS subscriber] 2023-01-07 23:54:22,253 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@19bdf520] - MDC[] 2023-01-07 23:54:22,255 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:22,256 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:22,257 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:22,257 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 12.138509 ms - MDC[] 2023-01-07 23:54:22,257 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:22,258 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:22,258 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:22,259 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2023-01-07 23:54:22,260 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@36a2d4eb - MDC[jobName=JMS subscriber] 2023-01-07 23:54:22,266 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@2ee02596] - MDC[] 2023-01-07 23:54:22,269 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:22,269 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:22,270 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:22,270 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 12.168968 ms - MDC[] 2023-01-07 23:54:22,270 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:22,271 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:22,271 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:22,272 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2023-01-07 23:54:22,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@38128db7 - MDC[] 2023-01-07 23:54:22,278 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@2d0a7a6, org.eclipse.scout.rt.mom.jms.JmsSubscription@108a77d6] - MDC[] 2023-01-07 23:54:22,279 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:22,279 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:22,280 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:22,280 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 8.902451 ms - MDC[] 2023-01-07 23:54:22,280 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:22,281 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:22,281 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:22,282 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2023-01-07 23:54:22,283 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@7a203af7 - MDC[] 2023-01-07 23:54:22,287 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@77b1ba0b, org.eclipse.scout.rt.mom.jms.JmsSubscription@1c057fc8] - MDC[] 2023-01-07 23:54:22,294 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@7e24f4e2, org.eclipse.scout.rt.mom.jms.JmsSubscription@362f4176] - MDC[] 2023-01-07 23:54:22,338 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@14f31f10, org.eclipse.scout.rt.mom.jms.JmsSubscription@719d7341] - MDC[] 2023-01-07 23:54:22,344 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@390645a, org.eclipse.scout.rt.mom.jms.JmsSubscription@1ed5cb12] - MDC[] 2023-01-07 23:54:22,351 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@7ab9ef6c, org.eclipse.scout.rt.mom.jms.JmsSubscription@1f8c7cd7] - MDC[] 2023-01-07 23:54:22,357 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@1af6ad68, org.eclipse.scout.rt.mom.jms.JmsSubscription@730325d9] - MDC[] 2023-01-07 23:54:22,368 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@5fe8810d, org.eclipse.scout.rt.mom.jms.JmsSubscription@7fa72332] - MDC[] 2023-01-07 23:54:22,377 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@dfea3ca, org.eclipse.scout.rt.mom.jms.JmsSubscription@611bf705] - MDC[] 2023-01-07 23:54:22,379 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:22,379 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:22,379 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:22,379 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 98.228425 ms - MDC[] 2023-01-07 23:54:22,379 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:22,380 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:22,380 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:22,381 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2023-01-07 23:54:22,382 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@43aa4e0d - MDC[] 2023-01-07 23:54:22,390 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@bc86ac] - MDC[] 2023-01-07 23:54:22,391 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:22,391 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:22,391 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:22,392 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 11.434330 ms - MDC[] 2023-01-07 23:54:22,392 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:22,392 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:22,392 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:22,393 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2023-01-07 23:54:22,394 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@76aacf04 - MDC[jobName=JMS subscriber] 2023-01-07 23:54:22,451 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@7a8efb4, org.eclipse.scout.rt.mom.jms.JmsSubscription@8d94d1e] - MDC[] 2023-01-07 23:54:22,455 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:22,455 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:22,456 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:22,456 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 63.606972 ms - MDC[] 2023-01-07 23:54:22,456 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:22,456 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:22,456 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:22,457 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2023-01-07 23:54:22,458 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@3a700520 - MDC[jobName=JMS subscriber] 2023-01-07 23:54:22,516 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@7424796c, org.eclipse.scout.rt.mom.jms.JmsSubscription@2d8c51c9] - MDC[] 2023-01-07 23:54:22,519 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:22,519 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:22,520 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:22,520 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 63.867184 ms - MDC[] 2023-01-07 23:54:22,520 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:22,521 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:22,521 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:22,521 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2023-01-07 23:54:22,523 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@716b8908 - MDC[jobName=JMS subscriber] 2023-01-07 23:54:22,581 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@12418bf, org.eclipse.scout.rt.mom.jms.JmsSubscription@cfef34] - MDC[] 2023-01-07 23:54:22,584 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:22,584 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:22,585 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:22,585 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 64.361193 ms - MDC[] 2023-01-07 23:54:22,585 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:22,586 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:22,586 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:22,587 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2023-01-07 23:54:22,588 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@6979bf3f - MDC[jobName=JMS subscriber] 2023-01-07 23:54:22,645 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@7f0bd5ed, org.eclipse.scout.rt.mom.jms.JmsSubscription@5d30303] - MDC[] 2023-01-07 23:54:22,648 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:22,648 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:22,649 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:22,649 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 63.274383 ms - MDC[] 2023-01-07 23:54:22,649 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:22,650 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:22,650 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:22,651 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2023-01-07 23:54:22,652 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@611a00fe - MDC[jobName=JMS subscriber] 2023-01-07 23:54:22,708 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@58554818, org.eclipse.scout.rt.mom.jms.JmsSubscription@30e6c577] - MDC[] 2023-01-07 23:54:22,711 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:22,712 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:22,713 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:22,713 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 62.969794 ms - MDC[] 2023-01-07 23:54:22,713 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:22,713 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:22,713 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:22,714 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2023-01-07 23:54:22,715 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@93deb4a - MDC[jobName=JMS subscriber] 2023-01-07 23:54:22,772 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@5b8de87b, org.eclipse.scout.rt.mom.jms.JmsSubscription@515f104c] - MDC[] 2023-01-07 23:54:22,776 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:22,776 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:22,777 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:22,778 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 64.278525 ms - MDC[] 2023-01-07 23:54:22,778 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:22,778 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:22,778 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:22,779 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2023-01-07 23:54:22,785 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@396d4b49 - MDC[jobName=JMS subscriber] 2023-01-07 23:54:22,847 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@147c3a88, org.eclipse.scout.rt.mom.jms.JmsSubscription@47c8ced] - MDC[] 2023-01-07 23:54:22,850 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:22,850 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:22,851 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:22,851 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 72.855387 ms - MDC[] 2023-01-07 23:54:22,851 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:22,852 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:22,852 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:22,853 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2023-01-07 23:54:22,855 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@1cb97aaf - MDC[jobName=JMS subscriber] 2023-01-07 23:54:22,914 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@35c7c803, org.eclipse.scout.rt.mom.jms.JmsSubscription@43549693] - MDC[] 2023-01-07 23:54:22,918 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:22,918 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:22,919 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:22,920 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 67.187286 ms - MDC[] 2023-01-07 23:54:22,920 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:22,920 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:22,920 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:22,921 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2023-01-07 23:54:22,924 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@5b1bff3b - MDC[jobName=JMS subscriber] 2023-01-07 23:54:22,992 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@67d9abfb, org.eclipse.scout.rt.mom.jms.JmsSubscription@8b2f35c] - MDC[] 2023-01-07 23:54:23,001 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:23,001 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:23,007 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:23,007 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 86.837888 ms - MDC[] 2023-01-07 23:54:23,007 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:23,008 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:23,008 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:23,009 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2023-01-07 23:54:23,036 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@b9fa6c - MDC[jobName=JMS subscriber] 2023-01-07 23:54:23,150 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@749afabf, org.eclipse.scout.rt.mom.jms.JmsSubscription@2c73dfd0] - MDC[] 2023-01-07 23:54:23,153 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:23,153 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:23,154 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:23,154 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 145.904403 ms - MDC[] 2023-01-07 23:54:23,154 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:23,155 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:23,155 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:23,156 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] 2023-01-07 23:54:23,158 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@6460aea8 - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:54:28,166 ERROR [scout-thread-23] org.eclipse.scout.rt.platform.exception.ExceptionHandler.handleThrowable(ExceptionHandler.java:121) - ActiveMQInterruptedException:java.lang.InterruptedException - MDC[jobName=request on test/mom/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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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 2023-01-07 23:54:28,168 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@4054e55b] - MDC[] 2023-01-07 23:54:28,169 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@76adc8ac[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:54:28,169 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.005500 ms - MDC[] 2023-01-07 23:54:28,170 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:28,170 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:28,172 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:28,172 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 5016.848582 ms - MDC[] 2023-01-07 23:54:28,172 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:28,172 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:28,173 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:28,173 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2023-01-07 23:54:28,175 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@3382adc2 - MDC[] 2023-01-07 23:54:28,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@703b2538, org.eclipse.scout.rt.mom.jms.JmsSubscription@8e51ef8] - MDC[] 2023-01-07 23:54:28,181 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:28,181 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:28,182 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:28,182 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 9.169539 ms - MDC[] 2023-01-07 23:54:28,182 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:28,183 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:28,183 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:28,184 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2023-01-07 23:54:28,184 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 1.446235 ms - MDC[] 2023-01-07 23:54:28,184 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:28,185 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:28,185 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:28,186 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2023-01-07 23:54:28,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@7a3a8ee0 - MDC[] 2023-01-07 23:54:28,221 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@187ee61a] - MDC[] 2023-01-07 23:54:28,225 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:28,226 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:28,226 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:28,226 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 40.934816 ms - MDC[] 2023-01-07 23:54:28,226 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:28,227 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:28,227 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:28,228 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] 2023-01-07 23:54:28,229 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@3524898 - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:54:28,240 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@2c997fdb, org.eclipse.scout.rt.mom.jms.JmsSubscription@536efbfe] - MDC[] 2023-01-07 23:54:28,242 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@3b58a46b[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:54:28,242 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.009500 ms - MDC[] 2023-01-07 23:54:28,243 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:28,243 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:28,244 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:28,244 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 17.230600 ms - MDC[] 2023-01-07 23:54:28,244 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:28,245 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:28,245 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:28,246 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2023-01-07 23:54:28,247 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@13312ba2 - MDC[] 2023-01-07 23:54:28,403 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@232a935] - MDC[] 2023-01-07 23:54:28,405 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:28,405 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:28,406 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:28,406 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 161.080758 ms - MDC[] 2023-01-07 23:54:28,406 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:28,407 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:28,407 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:28,408 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2023-01-07 23:54:28,409 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@70f0bd97 - MDC[] 2023-01-07 23:54:28,564 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@11553864] - MDC[] 2023-01-07 23:54:28,566 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:28,566 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:28,567 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:28,567 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 160.246785 ms - MDC[] 2023-01-07 23:54:28,567 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:28,568 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:28,568 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:28,568 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2023-01-07 23:54:28,570 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@7e532896 - MDC[] 2023-01-07 23:54:28,725 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@5034ef6c] - MDC[] 2023-01-07 23:54:28,727 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:28,727 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:28,728 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:28,728 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 160.228743 ms - MDC[] 2023-01-07 23:54:28,728 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:28,728 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:28,728 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:28,729 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2023-01-07 23:54:28,730 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@5c61cfd0 - MDC[] 2023-01-07 23:54:28,885 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@1c511e32] - MDC[] 2023-01-07 23:54:28,887 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:28,887 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:28,888 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:28,888 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 159.503814 ms - MDC[] 2023-01-07 23:54:28,888 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:28,889 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:28,889 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:28,890 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2023-01-07 23:54:28,891 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@33a8ae90 - MDC[] 2023-01-07 23:54:29,045 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@704091b4] - MDC[] 2023-01-07 23:54:29,048 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:29,048 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:29,048 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:29,049 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 159.833861 ms - MDC[] 2023-01-07 23:54:29,049 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:29,049 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:29,049 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:29,050 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2023-01-07 23:54:29,051 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@4506f295 - MDC[] 2023-01-07 23:54:29,206 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@650ddfda] - MDC[] 2023-01-07 23:54:29,208 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:29,208 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:29,209 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:29,209 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 160.258077 ms - MDC[] 2023-01-07 23:54:29,210 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:29,210 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:29,210 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:29,211 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2023-01-07 23:54:29,213 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@19f7179 - MDC[] 2023-01-07 23:54:29,368 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@5a6d931c] - MDC[] 2023-01-07 23:54:29,370 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:29,370 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:29,371 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:29,371 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 161.086716 ms - MDC[] 2023-01-07 23:54:29,371 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:29,372 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:29,372 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:29,373 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2023-01-07 23:54:29,374 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@63f8fded - MDC[] 2023-01-07 23:54:29,529 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@7157b2d4] - MDC[] 2023-01-07 23:54:29,532 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:29,532 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:29,532 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:29,533 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 160.690168 ms - MDC[] 2023-01-07 23:54:29,533 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:29,533 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:29,533 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:29,534 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2023-01-07 23:54:29,535 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@7c5c3132 - MDC[] 2023-01-07 23:54:29,689 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@fb089f4] - MDC[] 2023-01-07 23:54:29,692 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:29,692 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:29,693 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:29,693 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 159.595648 ms - MDC[] 2023-01-07 23:54:29,693 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:29,693 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:29,693 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:29,694 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2023-01-07 23:54:29,695 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@76c08ef3 - MDC[] 2023-01-07 23:54:29,851 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@32dca84b] - MDC[] 2023-01-07 23:54:29,853 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:29,853 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:29,854 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:29,854 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 160.503414 ms - MDC[] 2023-01-07 23:54:29,854 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:29,855 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:29,855 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:29,856 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2023-01-07 23:54:29,856 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@106dbf5f - MDC[] 2023-01-07 23:54:30,870 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@38e26e29, org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@52b2aa6e] - MDC[] 2023-01-07 23:54:30,870 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:30,870 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:30,870 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:30,871 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 1015.649761 ms - MDC[] 2023-01-07 23:54:30,871 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:30,871 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:30,871 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:30,873 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] 2023-01-07 23:54:30,874 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@61ef702f - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:54:30,883 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@82e90c7a[name=test/mom/testRequestReply_ObjectMarshaller_Exception, type=QUEUE, resolveMethod=DEFINE, properties={}]], cid=e5e4e738-03fe-42bb-8e7e-1c8f562d8f2f] 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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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) 2023-01-07 23:54:30,887 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@39ae8a75] - MDC[] 2023-01-07 23:54:30,889 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@7c04bea[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:54:30,890 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.012750 ms - MDC[] 2023-01-07 23:54:30,890 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:30,891 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:30,892 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:30,892 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 20.119735 ms - MDC[] 2023-01-07 23:54:30,892 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:30,892 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:30,893 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:30,894 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] 2023-01-07 23:54:30,895 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@374c4257 - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:54:30,905 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@553011a9] - MDC[] 2023-01-07 23:54:30,906 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@6d08ce49[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:54:30,906 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.009042 ms - MDC[] 2023-01-07 23:54:30,907 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:30,907 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:30,908 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:30,909 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 15.887743 ms - MDC[] 2023-01-07 23:54:30,909 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:30,909 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:30,909 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:30,910 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] 2023-01-07 23:54:30,912 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@255b03c5 - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:54:30,922 ERROR [scout-thread-23] org.eclipse.scout.rt.platform.exception.ExceptionHandler.handleThrowable(ExceptionHandler.java:121) - ActiveMQInterruptedException:java.lang.InterruptedException - MDC[jobName=request on test/mom/testQueueRequestReplyCancellation] 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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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 2023-01-07 23:54:30,935 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@7bbdaf51] - MDC[] 2023-01-07 23:54:30,937 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@49438337[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:54:30,937 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.004542 ms - MDC[] 2023-01-07 23:54:30,938 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:30,938 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:30,940 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:30,940 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 30.491796 ms - MDC[] 2023-01-07 23:54:30,940 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:30,941 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:30,941 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:30,942 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2023-01-07 23:54:30,943 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@571698f8 - MDC[jobName=JMS subscriber] 2023-01-07 23:54:30,948 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@385936f3, org.eclipse.scout.rt.mom.jms.JmsSubscription@6fbdee75] - MDC[] 2023-01-07 23:54:30,950 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:30,950 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:30,951 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:30,951 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 9.831343 ms - MDC[] 2023-01-07 23:54:30,951 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:30,952 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:30,952 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:30,953 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2023-01-07 23:54:30,954 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@2bf833b5 - MDC[] 2023-01-07 23:54:32,965 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@5381deec, org.eclipse.scout.rt.mom.jms.JmsSubscription@711d66e0] - MDC[] 2023-01-07 23:54:32,966 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:32,966 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:32,967 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:32,967 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 2015.074732 ms - MDC[] 2023-01-07 23:54:32,967 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:32,968 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:32,968 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:32,969 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] 2023-01-07 23:54:32,970 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@68e1acd2 - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:54:37,977 ERROR [scout-thread-21] org.eclipse.scout.rt.platform.exception.ExceptionHandler.handleThrowable(ExceptionHandler.java:121) - ActiveMQInterruptedException:java.lang.InterruptedException - MDC[jobName=request on test/mom/testQueueRequestReplyTimeout] 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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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 2023-01-07 23:54:37,983 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@41ef53a9] - MDC[] 2023-01-07 23:54:37,985 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@1e0946a8[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:54:37,985 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.013542 ms - MDC[] 2023-01-07 23:54:37,987 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:37,987 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:37,988 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:37,988 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 5020.213267 ms - MDC[] 2023-01-07 23:54:37,988 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:37,989 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:37,989 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:37,990 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] 2023-01-07 23:54:37,991 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@655d277 - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:54:38,000 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@dbe9510c[name=test/mom/testRequestReply_JsonMarshaller_Exception1, type=QUEUE, resolveMethod=DEFINE, properties={}]], cid=f195c16b-57f1-4392-9605-cfd8cee91516] 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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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) 2023-01-07 23:54:38,004 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@6f4ccc8] - MDC[] 2023-01-07 23:54:38,006 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@1d1c72f7[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:54:38,007 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.010459 ms - MDC[] 2023-01-07 23:54:38,007 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:38,008 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:38,009 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:38,009 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 20.203279 ms - MDC[] 2023-01-07 23:54:38,009 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:38,010 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:38,010 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:38,042 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] 2023-01-07 23:54:38,043 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@2e958fb3 - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:54:38,052 INFO [scout-thread-23] 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=6a5d9735-cea2-4d57-89f9-88d0a0b5eff7] 2023-01-07 23:54:38,055 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@4a686b43] - MDC[] 2023-01-07 23:54:38,058 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@3fd4b3c3[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:54:38,058 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.004541 ms - MDC[] 2023-01-07 23:54:38,059 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:38,059 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:38,061 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:38,061 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 50.860619 ms - MDC[] 2023-01-07 23:54:38,061 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:38,061 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:38,062 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:38,065 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] 2023-01-07 23:54:38,066 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@5645f158 - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:54:38,076 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@52381b6e, org.eclipse.scout.rt.mom.jms.JmsSubscription@2b067248] - MDC[] 2023-01-07 23:54:38,078 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@31c0f0a9[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:54:38,078 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.029001 ms - MDC[] 2023-01-07 23:54:38,079 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:38,079 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:38,080 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:38,080 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 18.671668 ms - MDC[] 2023-01-07 23:54:38,081 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:38,081 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:38,081 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:38,082 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] 2023-01-07 23:54:38,083 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@244ceda1 - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:54:38,093 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@ce2077] - MDC[] 2023-01-07 23:54:38,096 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@3058cf7e[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:54:38,096 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.004542 ms - MDC[] 2023-01-07 23:54:38,097 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:38,097 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:38,098 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:38,098 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 17.090139 ms - MDC[] 2023-01-07 23:54:38,098 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:38,135 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:38,136 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:38,137 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] 2023-01-07 23:54:38,138 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@247e0af1 - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:54:38,147 ERROR [scout-thread-23] org.eclipse.scout.rt.platform.exception.ExceptionHandler.handleThrowable(ExceptionHandler.java:121) - ActiveMQInterruptedException:java.lang.InterruptedException - MDC[jobName=request on test/mom/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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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 2023-01-07 23:54:38,149 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@ab30c56] - MDC[] 2023-01-07 23:54:38,150 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@12c1763c[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:54:38,150 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.013500 ms - MDC[] 2023-01-07 23:54:38,151 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:38,151 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:38,152 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:38,152 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 16.401085 ms - MDC[] 2023-01-07 23:54:38,152 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:38,153 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:38,153 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:38,154 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] 2023-01-07 23:54:38,155 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@f4aac12 - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:54:38,165 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@1923e9d9, org.eclipse.scout.rt.mom.jms.JmsSubscription@652450d5] - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:54:38,172 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@2ad9898f, org.eclipse.scout.rt.mom.jms.JmsSubscription@587a3619] - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:54:38,180 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@6b715672, org.eclipse.scout.rt.mom.jms.JmsSubscription@55c0453b] - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:54:38,189 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@1ef4382c, org.eclipse.scout.rt.mom.jms.JmsSubscription@24fe46ab] - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:54:38,196 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@343e022e, org.eclipse.scout.rt.mom.jms.JmsSubscription@5e78f75c] - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:54:38,242 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@6f18b7e3, org.eclipse.scout.rt.mom.jms.JmsSubscription@6e3665b0] - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:54:38,249 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@750389e, org.eclipse.scout.rt.mom.jms.JmsSubscription@2e8cd910] - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:54:38,256 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@22efdc21, org.eclipse.scout.rt.mom.jms.JmsSubscription@1d24be92] - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:54:38,257 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@4a325b52[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:54:38,257 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.004500 ms - MDC[] 2023-01-07 23:54:38,258 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:38,258 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:38,262 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:38,262 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 109.466418 ms - MDC[] 2023-01-07 23:54:38,263 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:38,263 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:38,263 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:38,264 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] 2023-01-07 23:54:38,265 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@4216c4f4 - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:54:38,279 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@5f5ab1ad, org.eclipse.scout.rt.mom.jms.JmsSubscription@4d99d7ac] - MDC[] 2023-01-07 23:54:38,281 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@5536d355[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:54:38,281 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.007125 ms - MDC[] 2023-01-07 23:54:38,282 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:38,282 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:38,283 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:38,283 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 20.193611 ms - MDC[] 2023-01-07 23:54:38,284 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:38,284 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:38,284 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:38,285 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] 2023-01-07 23:54:38,286 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@4dbab233 - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:54:38,295 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@5ed84d6d] - MDC[] 2023-01-07 23:54:38,296 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@4bb794d5[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:54:38,296 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.009000 ms - MDC[] 2023-01-07 23:54:38,297 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:38,297 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:38,299 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:38,299 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 14.460592 ms - MDC[] 2023-01-07 23:54:38,299 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:38,299 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:38,299 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:38,300 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2023-01-07 23:54:38,335 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@18789dfe - MDC[jobName=JMS subscriber] 2023-01-07 23:54:38,339 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@7b004765] - MDC[] 2023-01-07 23:54:38,340 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:38,340 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:38,341 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:38,341 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 41.429991 ms - MDC[] 2023-01-07 23:54:38,341 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:38,342 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:38,342 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:38,343 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] 2023-01-07 23:54:38,345 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@3c9f38ab - MDC[jobName=JMS subscriber] 2023-01-07 23:54:38,358 ERROR [scout-thread-23] org.eclipse.scout.rt.platform.exception.ExceptionHandler.handleThrowable(ExceptionHandler.java:121) - ActiveMQInterruptedException:java.lang.InterruptedException - MDC[jobName=request on test/mom/testQueueRequestReplyCancellation] 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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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 2023-01-07 23:54:38,360 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@69b74dc2, org.eclipse.scout.rt.mom.jms.JmsSubscription@17c45a57] - MDC[] 2023-01-07 23:54:38,363 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@871a4d9[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:54:38,364 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.012833 ms - MDC[] 2023-01-07 23:54:38,365 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:38,365 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:38,366 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:38,366 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 24.339310 ms - MDC[] 2023-01-07 23:54:38,366 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:38,367 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:38,367 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:38,368 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] 2023-01-07 23:54:38,370 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@1327ef53 - MDC[jobName=JMS reply cancel message listener] 2023-01-07 23:54:38,381 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@5a187cd4] - MDC[] 2023-01-07 23:54:38,383 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@4b9775d8[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:54:38,383 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.030334 ms - MDC[] 2023-01-07 23:54:38,384 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:38,384 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:38,385 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:38,385 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 18.128617 ms - MDC[] 2023-01-07 23:54:38,385 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:38,386 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:38,386 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:38,387 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2023-01-07 23:54:38,435 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@52509ec - MDC[jobName=JMS subscriber] 2023-01-07 23:54:40,460 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 3 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@b97bc80, org.eclipse.scout.rt.mom.jms.JmsSubscription@2090d3d1, org.eclipse.scout.rt.mom.jms.JmsSubscription@172194b9] - MDC[] 2023-01-07 23:54:40,463 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:40,463 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:40,464 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:40,464 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 2077.995400 ms - MDC[] 2023-01-07 23:54:40,464 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:40,465 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:40,465 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:40,466 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2023-01-07 23:54:40,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@1425f44b - MDC[] 2023-01-07 23:54:40,475 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@463aa3da, org.eclipse.scout.rt.mom.jms.JmsSubscription@770ad1f0] - MDC[] 2023-01-07 23:54:40,476 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:40,476 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:40,477 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:40,477 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 11.841587 ms - MDC[] 2023-01-07 23:54:40,477 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:40,477 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:40,477 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:40,478 INFO [scout-thread-20] 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] 2023-01-07 23:54:40,480 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] 2023-01-07 23:54:40,481 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@3b8c46a6 - MDC[jobName=JMS subscriber] 2023-01-07 23:54:40,493 ERROR [scout-thread-14] 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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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 2023-01-07 23:54:41,494 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 3 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@78b9ef0c, org.eclipse.scout.rt.mom.jms.JmsSubscription@6b8eb7b2, org.eclipse.scout.rt.mom.jms.JmsSubscription@4aaa6e62] - MDC[] 2023-01-07 23:54:41,505 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@3020ce26[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:54:41,505 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.004500 ms - MDC[] 2023-01-07 23:54:41,506 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:41,506 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:41,507 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:41,507 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 1029.600969 ms - MDC[] 2023-01-07 23:54:41,507 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:41,508 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:41,508 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:41,509 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2023-01-07 23:54:41,510 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@6169de0c - MDC[] 2023-01-07 23:54:44,542 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@9215bfb] - MDC[] 2023-01-07 23:54:44,547 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:44,547 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:44,548 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:44,548 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 3040.168037 ms - MDC[] 2023-01-07 23:54:44,548 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:44,549 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:44,549 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:44,550 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2023-01-07 23:54:44,551 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@5e88cef1 - MDC[] 2023-01-07 23:54:44,555 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@417cdc6c, org.eclipse.scout.rt.mom.jms.JmsSubscription@48409124] - MDC[] 2023-01-07 23:54:44,561 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@669603c5, org.eclipse.scout.rt.mom.jms.JmsSubscription@36823faf] - MDC[] 2023-01-07 23:54:44,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@453d15d7, org.eclipse.scout.rt.mom.jms.JmsSubscription@60d6d8d0] - MDC[] 2023-01-07 23:54:44,574 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@6e3f108c, org.eclipse.scout.rt.mom.jms.JmsSubscription@7a447c5d] - MDC[] 2023-01-07 23:54:44,580 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@18e26ed4, org.eclipse.scout.rt.mom.jms.JmsSubscription@31725710] - MDC[] 2023-01-07 23:54:44,587 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@6796a69f, org.eclipse.scout.rt.mom.jms.JmsSubscription@60bf2a90] - MDC[] 2023-01-07 23:54:44,594 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@4e3b6e, org.eclipse.scout.rt.mom.jms.JmsSubscription@433ec38c] - MDC[] 2023-01-07 23:54:44,600 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@2dd72304, org.eclipse.scout.rt.mom.jms.JmsSubscription@58e21dde] - MDC[] 2023-01-07 23:54:44,601 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:44,601 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:44,602 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:44,602 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 52.829570 ms - MDC[] 2023-01-07 23:54:44,602 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:44,602 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:44,603 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:44,603 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2023-01-07 23:54:44,605 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@6f96e025 - MDC[jobName=JMS subscriber] 2023-01-07 23:54:44,609 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@247d6992] - MDC[] 2023-01-07 23:54:44,610 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:44,610 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:44,611 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:44,611 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 8.055519 ms - MDC[] 2023-01-07 23:54:44,611 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:44,611 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:44,611 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:44,612 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2023-01-07 23:54:44,613 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@791fc5c3 - MDC[] 2023-01-07 23:54:44,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@5d585ca0, org.eclipse.scout.rt.mom.jms.JmsSubscription@7827b580] - MDC[] 2023-01-07 23:54:44,619 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:44,619 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:44,620 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:44,620 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 8.380275 ms - MDC[] 2023-01-07 23:54:44,620 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:44,634 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:44,635 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:44,636 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2023-01-07 23:54:44,637 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@331ad1ee - MDC[] 2023-01-07 23:54:45,653 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@2a7bc863, org.eclipse.scout.rt.mom.jms.JmsSubscription@36214f40] - MDC[] 2023-01-07 23:54:45,654 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:45,654 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:45,655 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:45,655 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 1020.274053 ms - MDC[] 2023-01-07 23:54:45,655 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:45,656 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:45,656 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:45,657 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] 2023-01-07 23:54:45,672 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@1faf6993, org.eclipse.scout.rt.mom.jms.JmsSubscription@1b42658f] - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:54:45,685 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@47510b14, org.eclipse.scout.rt.mom.jms.JmsSubscription@2cc6afab] - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:54:45,697 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@7a820db7, org.eclipse.scout.rt.mom.jms.JmsSubscription@c1c5626] - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:54:45,708 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@b16ea1f, org.eclipse.scout.rt.mom.jms.JmsSubscription@553ca29f] - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:54:45,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@6766d71a, org.eclipse.scout.rt.mom.jms.JmsSubscription@25c109d3] - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:54:45,749 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@48f99d31, org.eclipse.scout.rt.mom.jms.JmsSubscription@4ea1912c] - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:54:45,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@61b0ddb5, org.eclipse.scout.rt.mom.jms.JmsSubscription@14e22146] - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:54:45,776 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@114b0e5f, org.eclipse.scout.rt.mom.jms.JmsSubscription@668a8691] - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:54:45,778 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@458e2cb4[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:54:45,778 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.007084 ms - MDC[] 2023-01-07 23:54:45,779 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2023-01-07 23:54:45,779 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 123.546128 ms - MDC[] 2023-01-07 23:54:45,779 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:45,780 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:45,780 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:45,781 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2023-01-07 23:54:45,781 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@1525f2da - MDC[] 2023-01-07 23:54:45,786 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@2cc78e6a] - MDC[] 2023-01-07 23:54:45,787 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:45,787 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:45,788 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:45,788 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 8.080811 ms - MDC[] 2023-01-07 23:54:45,788 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:45,789 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:45,789 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:45,789 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2023-01-07 23:54:45,790 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@5fa78e0a - MDC[] 2023-01-07 23:54:45,836 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@575e8860] - MDC[] 2023-01-07 23:54:45,837 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:45,838 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:45,838 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:45,838 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 49.295799 ms - MDC[] 2023-01-07 23:54:45,838 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:45,838 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:45,838 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:45,839 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2023-01-07 23:54:45,840 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@6614a420 - MDC[] 2023-01-07 23:54:45,845 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@1efe7598] - MDC[] 2023-01-07 23:54:45,846 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:45,846 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:45,847 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:45,847 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 8.175522 ms - MDC[] 2023-01-07 23:54:45,847 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:45,847 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:45,847 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:45,848 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2023-01-07 23:54:45,849 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@6f42c61f - MDC[] 2023-01-07 23:54:45,853 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@5a963a90] - MDC[] 2023-01-07 23:54:45,855 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:45,855 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:45,855 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:45,855 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 8.108645 ms - MDC[] 2023-01-07 23:54:45,856 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:45,856 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:45,856 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:45,857 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2023-01-07 23:54:45,858 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@7b5de23c - MDC[] 2023-01-07 23:54:45,863 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@1f122485] - MDC[] 2023-01-07 23:54:45,864 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:45,864 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:45,865 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:45,865 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 8.580778 ms - MDC[] 2023-01-07 23:54:45,865 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:45,865 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:45,865 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:45,866 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2023-01-07 23:54:45,867 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@23ac7377 - MDC[] 2023-01-07 23:54:46,023 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@2e7011b5] - MDC[] 2023-01-07 23:54:46,024 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:46,024 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:46,025 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:46,025 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 159.444853 ms - MDC[] 2023-01-07 23:54:46,025 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:46,025 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:46,025 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:46,026 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2023-01-07 23:54:46,027 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@6cfd694a - MDC[] 2023-01-07 23:54:46,032 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@1f22d7e4] - MDC[] 2023-01-07 23:54:46,033 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:46,033 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:46,034 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:46,034 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 8.262732 ms - MDC[] 2023-01-07 23:54:46,034 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:46,034 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:46,034 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:46,035 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2023-01-07 23:54:46,035 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@35e817e9 - MDC[] 2023-01-07 23:54:46,040 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@15c24b0c] - MDC[] 2023-01-07 23:54:46,041 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:46,041 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:46,041 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:46,042 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 7.464592 ms - MDC[] 2023-01-07 23:54:46,042 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:46,042 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:46,042 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:46,043 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2023-01-07 23:54:46,043 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@18444e11 - MDC[] 2023-01-07 23:54:46,047 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@669a3dd8] - MDC[] 2023-01-07 23:54:46,049 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:46,049 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:46,049 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:46,050 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 7.481384 ms - MDC[] 2023-01-07 23:54:46,050 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:46,050 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:46,050 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:46,051 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2023-01-07 23:54:46,052 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@6d6b2fbc - MDC[] 2023-01-07 23:54:46,056 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@78acee6c] - MDC[] 2023-01-07 23:54:46,057 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:46,057 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:46,058 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:46,058 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 7.502051 ms - MDC[] 2023-01-07 23:54:46,058 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:46,058 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:46,058 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:46,059 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] Reply: TheReply 2023-01-07 23:54:46,073 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@4782e182] - MDC[] 2023-01-07 23:54:46,075 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@6de192e2[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:54:46,075 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.007000 ms - MDC[] 2023-01-07 23:54:46,076 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2023-01-07 23:54:46,077 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 18.021864 ms - MDC[] 2023-01-07 23:54:46,077 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:46,077 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:46,077 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:46,078 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2023-01-07 23:54:46,079 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@4a16ae0b - MDC[] 2023-01-07 23:54:46,087 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 3 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@27330f99, org.eclipse.scout.rt.mom.jms.JmsSubscription@5eac24de, org.eclipse.scout.rt.mom.jms.JmsSubscription@15d94f22] - MDC[] 2023-01-07 23:54:46,090 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:46,091 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:46,091 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:46,091 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 13.868373 ms - MDC[] 2023-01-07 23:54:46,091 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:46,092 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:46,092 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:46,093 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] 2023-01-07 23:54:46,104 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=5284adb4-8484-499d-8ce9-103eef169969] 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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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) 2023-01-07 23:54:46,135 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@7a612530] - MDC[] 2023-01-07 23:54:46,138 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@346600e4[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:54:46,138 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.010417 ms - MDC[] 2023-01-07 23:54:46,140 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2023-01-07 23:54:46,140 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 47.952400 ms - MDC[] 2023-01-07 23:54:46,140 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:46,140 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:46,140 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:46,141 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 0.250005 ms - MDC[] 2023-01-07 23:54:46,141 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:46,141 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:46,142 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:46,142 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2023-01-07 23:54:46,143 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@af88ccf - MDC[] 2023-01-07 23:54:46,347 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@14295dca] - MDC[] 2023-01-07 23:54:46,349 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:46,349 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:46,349 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:46,350 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 207.818011 ms - MDC[] 2023-01-07 23:54:46,350 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:46,350 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:46,350 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:46,351 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2023-01-07 23:54:46,352 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@4d98763f - MDC[] 2023-01-07 23:54:46,556 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@7105c023] - MDC[] 2023-01-07 23:54:46,557 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:46,557 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:46,558 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:46,558 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 207.735634 ms - MDC[] 2023-01-07 23:54:46,558 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:46,558 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:46,559 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:46,560 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2023-01-07 23:54:46,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@418a5228 - MDC[] 2023-01-07 23:54:46,765 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@5e8f7cf4] - MDC[] 2023-01-07 23:54:46,767 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:46,767 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:46,767 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:46,767 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 208.771320 ms - MDC[] 2023-01-07 23:54:46,768 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:46,768 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:46,768 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:46,769 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2023-01-07 23:54:46,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@f9c0e80 - MDC[] 2023-01-07 23:54:46,974 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@a404535] - MDC[] 2023-01-07 23:54:46,975 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:46,976 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:46,976 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:46,976 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 208.146350 ms - MDC[] 2023-01-07 23:54:46,976 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:46,977 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:46,977 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:46,978 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2023-01-07 23:54:46,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@3952be1b - MDC[] 2023-01-07 23:54:47,183 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@318d491] - MDC[] 2023-01-07 23:54:47,184 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:47,184 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:47,185 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:47,185 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 207.712135 ms - MDC[] 2023-01-07 23:54:47,185 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:47,185 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:47,185 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:47,186 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2023-01-07 23:54:47,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@6b283550 - MDC[] 2023-01-07 23:54:47,391 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@47effce0] - MDC[] 2023-01-07 23:54:47,392 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:47,392 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:47,393 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:47,393 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 207.947430 ms - MDC[] 2023-01-07 23:54:47,393 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:47,394 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:47,394 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:47,394 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2023-01-07 23:54:47,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@4611fe60 - MDC[] 2023-01-07 23:54:47,600 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@555df150] - MDC[] 2023-01-07 23:54:47,601 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:47,601 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:47,602 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:47,602 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 207.941846 ms - MDC[] 2023-01-07 23:54:47,602 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:47,602 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:47,602 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:47,603 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2023-01-07 23:54:47,604 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@4925e32d - MDC[] 2023-01-07 23:54:47,808 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@28d78140] - MDC[] 2023-01-07 23:54:47,810 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:47,810 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:47,810 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:47,811 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 208.181018 ms - MDC[] 2023-01-07 23:54:47,811 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:47,811 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:47,811 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:47,812 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2023-01-07 23:54:47,813 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@342686f4 - MDC[] 2023-01-07 23:54:48,017 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@7dc88f5c] - MDC[] 2023-01-07 23:54:48,018 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:48,018 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:48,019 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:48,019 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 207.529923 ms - MDC[] 2023-01-07 23:54:48,019 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:48,019 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:48,019 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:48,020 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2023-01-07 23:54:48,021 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@7b96476b - MDC[] 2023-01-07 23:54:48,225 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@7057c234] - MDC[] 2023-01-07 23:54:48,227 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:48,227 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:48,227 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:48,228 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 208.396605 ms - MDC[] 2023-01-07 23:54:48,228 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:48,228 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:48,228 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:48,229 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2023-01-07 23:54:48,231 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@27787083 - MDC[] 2023-01-07 23:54:48,234 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@2b14a654] - MDC[] 2023-01-07 23:54:48,235 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:48,235 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:48,236 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:48,236 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 8.207481 ms - MDC[] 2023-01-07 23:54:48,237 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:48,237 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:48,237 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:48,238 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] 2023-01-07 23:54:48,252 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@6c9f85d4, org.eclipse.scout.rt.mom.jms.JmsSubscription@33cb9ad0] - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:54:48,264 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@1a5e4202, org.eclipse.scout.rt.mom.jms.JmsSubscription@613640ed] - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:54:48,277 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@36071920, org.eclipse.scout.rt.mom.jms.JmsSubscription@5b9e161d] - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:54:48,289 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@2af31d46, org.eclipse.scout.rt.mom.jms.JmsSubscription@229584b6] - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:54:48,341 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@3a8cf5ee, org.eclipse.scout.rt.mom.jms.JmsSubscription@34465f42] - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:54:48,354 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@42c32d37, org.eclipse.scout.rt.mom.jms.JmsSubscription@5ef42c9a] - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:54:48,365 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@67309ed, org.eclipse.scout.rt.mom.jms.JmsSubscription@70596e3a] - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:54:48,377 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@18c122ad, org.eclipse.scout.rt.mom.jms.JmsSubscription@3076fc8b] - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:54:48,380 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@5f5c9a0d[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:54:48,380 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.004500 ms - MDC[] 2023-01-07 23:54:48,381 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2023-01-07 23:54:48,381 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 143.791740 ms - MDC[] 2023-01-07 23:54:48,381 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:48,382 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:48,382 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:48,383 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] 2023-01-07 23:54:48,446 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@2133c523, org.eclipse.scout.rt.mom.jms.JmsSubscription@21e896f6] - MDC[] 2023-01-07 23:54:48,450 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@731c9b7c[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:54:48,450 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.004500 ms - MDC[] 2023-01-07 23:54:48,451 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2023-01-07 23:54:48,451 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 69.361158 ms - MDC[] 2023-01-07 23:54:48,451 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:48,452 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:48,452 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:48,452 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] 2023-01-07 23:54:48,516 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@9d037dc, org.eclipse.scout.rt.mom.jms.JmsSubscription@4052305e] - MDC[] 2023-01-07 23:54:48,519 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@148f32eb[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:54:48,519 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.009001 ms - MDC[] 2023-01-07 23:54:48,520 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2023-01-07 23:54:48,521 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 68.734272 ms - MDC[] 2023-01-07 23:54:48,521 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:48,521 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:48,521 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:48,522 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] 2023-01-07 23:54:48,586 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@1ba311d0, org.eclipse.scout.rt.mom.jms.JmsSubscription@64f5cec8] - MDC[] 2023-01-07 23:54:48,589 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@5bd4a01a[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:54:48,590 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.007250 ms - MDC[] 2023-01-07 23:54:48,591 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2023-01-07 23:54:48,591 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 69.471952 ms - MDC[] 2023-01-07 23:54:48,591 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:48,591 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:48,591 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:48,593 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] 2023-01-07 23:54:48,657 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@65a90c60, org.eclipse.scout.rt.mom.jms.JmsSubscription@6368ed64] - MDC[] 2023-01-07 23:54:48,660 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@753de8d5[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:54:48,661 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.009000 ms - MDC[] 2023-01-07 23:54:48,662 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2023-01-07 23:54:48,662 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 70.791142 ms - MDC[] 2023-01-07 23:54:48,662 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:48,663 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:48,663 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:48,664 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] 2023-01-07 23:54:48,728 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@b8b6de6, org.eclipse.scout.rt.mom.jms.JmsSubscription@5341eab4] - MDC[] 2023-01-07 23:54:48,731 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@23e9569d[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:54:48,731 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.004500 ms - MDC[] 2023-01-07 23:54:48,732 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2023-01-07 23:54:48,732 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 69.307074 ms - MDC[] 2023-01-07 23:54:48,732 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:48,733 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:48,733 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:48,734 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] 2023-01-07 23:54:48,797 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@35af404f, org.eclipse.scout.rt.mom.jms.JmsSubscription@571f1e9d] - MDC[] 2023-01-07 23:54:48,800 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@20e7760b[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:54:48,801 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.029792 ms - MDC[] 2023-01-07 23:54:48,802 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2023-01-07 23:54:48,802 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 69.505577 ms - MDC[] 2023-01-07 23:54:48,802 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:48,803 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:48,803 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:48,804 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] 2023-01-07 23:54:48,868 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@3bdc78d8, org.eclipse.scout.rt.mom.jms.JmsSubscription@49b6704a] - MDC[] 2023-01-07 23:54:48,872 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@42d0f022[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:54:48,872 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.007334 ms - MDC[] 2023-01-07 23:54:48,873 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2023-01-07 23:54:48,873 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 70.411677 ms - MDC[] 2023-01-07 23:54:48,873 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:48,874 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:48,874 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:48,875 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] 2023-01-07 23:54:48,938 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@3f520f7b, org.eclipse.scout.rt.mom.jms.JmsSubscription@7bcccbd2] - MDC[] 2023-01-07 23:54:48,941 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@31d06cba[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:54:48,941 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.004541 ms - MDC[] 2023-01-07 23:54:48,942 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2023-01-07 23:54:48,942 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 68.655063 ms - MDC[] 2023-01-07 23:54:48,942 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:48,943 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:48,943 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:48,944 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] 2023-01-07 23:54:49,009 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@7050e135, org.eclipse.scout.rt.mom.jms.JmsSubscription@2c4bee34] - MDC[] 2023-01-07 23:54:49,013 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@42b8c299[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:54:49,013 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.012542 ms - MDC[] 2023-01-07 23:54:49,014 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2023-01-07 23:54:49,014 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 71.121356 ms - MDC[] 2023-01-07 23:54:49,014 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:49,015 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:49,015 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:49,016 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] 2023-01-07 23:54:49,078 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@75e6907c, org.eclipse.scout.rt.mom.jms.JmsSubscription@10b87c58] - MDC[] 2023-01-07 23:54:49,081 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@45c8184[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:54:49,082 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.008958 ms - MDC[] 2023-01-07 23:54:49,083 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2023-01-07 23:54:49,083 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 67.810756 ms - MDC[] 2023-01-07 23:54:49,083 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:49,083 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:49,083 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:49,084 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2023-01-07 23:54:49,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@5eaa3349 - MDC[] 2023-01-07 23:54:49,090 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@3715c959, org.eclipse.scout.rt.mom.jms.JmsSubscription@2e92c6f3] - MDC[] 2023-01-07 23:54:49,091 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:49,092 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:49,092 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:49,092 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 8.609988 ms - MDC[] 2023-01-07 23:54:49,092 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:49,093 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:49,093 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:49,094 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)] 2023-01-07 23:54:49,401 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@1e2bba00] - MDC[] 2023-01-07 23:54:49,415 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@2acf2160[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:54:49,416 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.009000 ms - MDC[] 2023-01-07 23:54:49,417 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2023-01-07 23:54:49,417 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 324.124842 ms - MDC[] 2023-01-07 23:54:49,417 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:49,418 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:49,418 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:49,419 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)] 2023-01-07 23:54:49,726 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@2cbd2385] - MDC[] 2023-01-07 23:54:49,727 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@2eb07798[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:54:49,727 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.004500 ms - MDC[] 2023-01-07 23:54:49,728 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2023-01-07 23:54:49,728 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 310.213094 ms - MDC[] 2023-01-07 23:54:49,728 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:49,729 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:49,729 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:49,730 INFO [scout-thread-21] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=requester (Q)] 2023-01-07 23:54:50,036 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@15804891] - MDC[] 2023-01-07 23:54:50,037 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@6a8154b8[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:54:50,037 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.009751 ms - MDC[] 2023-01-07 23:54:50,038 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2023-01-07 23:54:50,038 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 309.382037 ms - MDC[] 2023-01-07 23:54:50,038 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:50,039 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:50,039 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:50,040 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)] 2023-01-07 23:54:50,347 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@61fe303d] - MDC[] 2023-01-07 23:54:50,349 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@575ca49e[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:54:50,349 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.009000 ms - MDC[] 2023-01-07 23:54:50,350 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2023-01-07 23:54:50,350 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 311.213695 ms - MDC[] 2023-01-07 23:54:50,350 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:50,351 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:50,351 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:50,352 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)] 2023-01-07 23:54:50,660 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@298734a9] - MDC[] 2023-01-07 23:54:50,661 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@61a7c27d[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:54:50,661 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.004500 ms - MDC[] 2023-01-07 23:54:50,662 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2023-01-07 23:54:50,662 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 311.462533 ms - MDC[] 2023-01-07 23:54:50,662 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:50,663 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:50,663 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:50,664 INFO [scout-thread-21] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=requester (Q)] 2023-01-07 23:54:50,971 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@4cf973ec] - MDC[] 2023-01-07 23:54:50,973 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@152bcc79[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:54:50,973 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.008959 ms - MDC[] 2023-01-07 23:54:50,974 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2023-01-07 23:54:50,975 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 311.748872 ms - MDC[] 2023-01-07 23:54:50,975 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:50,975 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:50,975 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:50,976 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)] 2023-01-07 23:54:51,283 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@2021c352] - MDC[] 2023-01-07 23:54:51,284 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@daf6724[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:54:51,284 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.004500 ms - MDC[] 2023-01-07 23:54:51,285 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2023-01-07 23:54:51,285 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 310.240469 ms - MDC[] 2023-01-07 23:54:51,286 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:51,286 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:51,286 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:51,287 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)] 2023-01-07 23:54:51,594 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@2303832d] - MDC[] 2023-01-07 23:54:51,596 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@1768593e[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:54:51,597 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.009000 ms - MDC[] 2023-01-07 23:54:51,598 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2023-01-07 23:54:51,598 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 311.604619 ms - MDC[] 2023-01-07 23:54:51,598 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:51,598 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:51,598 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:51,599 INFO [scout-thread-21] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=requester (Q)] 2023-01-07 23:54:51,906 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@6bf9c657] - MDC[] 2023-01-07 23:54:51,907 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@68d14d7[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:54:51,907 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.004501 ms - MDC[] 2023-01-07 23:54:51,908 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2023-01-07 23:54:51,908 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 309.567040 ms - MDC[] 2023-01-07 23:54:51,908 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:51,908 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:51,909 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:51,910 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)] 2023-01-07 23:54:52,216 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@4992ebdc] - MDC[] 2023-01-07 23:54:52,217 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@26155384[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:54:52,218 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.004500 ms - MDC[] 2023-01-07 23:54:52,219 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2023-01-07 23:54:52,219 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 310.025049 ms - MDC[] 2023-01-07 23:54:52,219 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:52,219 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:52,220 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:52,220 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 0.209504 ms - MDC[] 2023-01-07 23:54:52,220 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:52,220 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:52,221 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:52,222 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.initRequestReply(JmsMomImplementor.java:207) - Scout JUnit MOM [artemis]: 'request-reply' messaging is disabled - MDC[] 2023-01-07 23:54:52,222 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2023-01-07 23:54:52,222 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2023-01-07 23:54:52,222 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 1.336524 ms - MDC[] 2023-01-07 23:54:52,222 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:52,223 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:52,223 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:52,224 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2023-01-07 23:54:52,236 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@22626d92, org.eclipse.scout.rt.mom.jms.JmsSubscription@6f37fb78] - MDC[] 2023-01-07 23:54:52,239 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@2ad404c0[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:54:52,239 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.004500 ms - MDC[] 2023-01-07 23:54:52,240 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2023-01-07 23:54:52,241 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 17.407978 ms - MDC[] 2023-01-07 23:54:52,241 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:52,241 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:52,241 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:52,242 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2023-01-07 23:54:52,243 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@669c6f9a - MDC[] 2023-01-07 23:54:52,246 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@6d9a46d7, org.eclipse.scout.rt.mom.jms.JmsSubscription@102abf66] - MDC[] 2023-01-07 23:54:52,253 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@77841797, org.eclipse.scout.rt.mom.jms.JmsSubscription@773eb14c] - MDC[] 2023-01-07 23:54:52,259 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@167ad13a, org.eclipse.scout.rt.mom.jms.JmsSubscription@5ceca60] - MDC[] 2023-01-07 23:54:52,265 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@5fbd0979, org.eclipse.scout.rt.mom.jms.JmsSubscription@8ecd699] - MDC[] 2023-01-07 23:54:52,271 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@355bffcf, org.eclipse.scout.rt.mom.jms.JmsSubscription@3b44d50b] - MDC[] 2023-01-07 23:54:52,278 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@16c5e7ad, org.eclipse.scout.rt.mom.jms.JmsSubscription@160a3238] - MDC[] 2023-01-07 23:54:52,284 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@67dd1ef, org.eclipse.scout.rt.mom.jms.JmsSubscription@3b5d1662] - MDC[] 2023-01-07 23:54:52,290 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@33bbedab, org.eclipse.scout.rt.mom.jms.JmsSubscription@34d27e12] - MDC[] 2023-01-07 23:54:52,292 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:52,292 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:52,293 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:52,293 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 51.443088 ms - MDC[] 2023-01-07 23:54:52,293 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:52,293 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:52,293 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:52,294 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2023-01-07 23:54:52,295 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@6125b27a - MDC[] 2023-01-07 23:54:52,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@3369fe5c, org.eclipse.scout.rt.mom.jms.JmsSubscription@101e75ab] - MDC[] 2023-01-07 23:54:52,301 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:52,301 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:52,301 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:52,301 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 7.716430 ms - MDC[] 2023-01-07 23:54:52,301 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:52,302 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:52,302 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:52,303 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2023-01-07 23:54:52,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@25ae8911 - MDC[cid=cid:abc] 2023-01-07 23:54:52,308 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@ab85d63] - MDC[] 2023-01-07 23:54:52,311 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:52,311 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:52,311 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:52,311 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 9.107079 ms - MDC[] 2023-01-07 23:54:52,311 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:52,312 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:52,312 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:52,313 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2023-01-07 23:54:52,314 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@40151a6b - MDC[] 2023-01-07 23:54:52,317 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@2032dad7] - MDC[] 2023-01-07 23:54:52,320 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:52,320 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:52,320 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:52,320 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 8.119146 ms - MDC[] 2023-01-07 23:54:52,320 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:52,321 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:52,321 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:52,335 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2023-01-07 23:54:52,336 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@12f40682 - MDC[] 2023-01-07 23:54:52,340 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@69bd4edb, org.eclipse.scout.rt.mom.jms.JmsSubscription@5e0a1954] - MDC[] 2023-01-07 23:54:52,341 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:52,341 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:52,342 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:52,342 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 20.812290 ms - MDC[] 2023-01-07 23:54:52,342 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:52,343 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:52,343 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:52,344 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2023-01-07 23:54:52,344 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@56a4969b - MDC[] 2023-01-07 23:54:52,349 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@6b0a37a5, org.eclipse.scout.rt.mom.jms.JmsSubscription@71fcdd48] - MDC[] 2023-01-07 23:54:52,355 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@7419c8e2, org.eclipse.scout.rt.mom.jms.JmsSubscription@3acc22ba] - MDC[] 2023-01-07 23:54:52,361 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@26dc0c5, org.eclipse.scout.rt.mom.jms.JmsSubscription@221ffed] - MDC[] 2023-01-07 23:54:52,368 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@4cf22d79, org.eclipse.scout.rt.mom.jms.JmsSubscription@76be352d] - MDC[] 2023-01-07 23:54:52,374 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@6b5b5f94, org.eclipse.scout.rt.mom.jms.JmsSubscription@22e494dc] - MDC[] 2023-01-07 23:54:52,380 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@562058d8, org.eclipse.scout.rt.mom.jms.JmsSubscription@46416974] - MDC[] 2023-01-07 23:54:52,387 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@74921a, org.eclipse.scout.rt.mom.jms.JmsSubscription@20cb33f1] - MDC[] 2023-01-07 23:54:52,393 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@14b810f9, org.eclipse.scout.rt.mom.jms.JmsSubscription@23c424c6] - MDC[] 2023-01-07 23:54:52,395 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:52,395 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:52,395 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:52,395 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 52.492440 ms - MDC[] 2023-01-07 23:54:52,396 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:52,396 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:52,396 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:52,397 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2023-01-07 23:54:52,398 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@14decb0a - MDC[] 2023-01-07 23:54:52,402 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@20f6e126] - MDC[] 2023-01-07 23:54:52,404 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:52,404 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:52,404 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:52,404 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 7.727097 ms - MDC[] 2023-01-07 23:54:52,404 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:52,405 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:52,405 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:52,406 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2023-01-07 23:54:52,410 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@71567e73 - MDC[] 2023-01-07 23:54:52,463 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@ce51a54, org.eclipse.scout.rt.mom.jms.JmsSubscription@5d22af13] - MDC[] 2023-01-07 23:54:52,467 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:52,467 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:52,468 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:52,468 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 63.028045 ms - MDC[] 2023-01-07 23:54:52,468 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:52,468 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:52,469 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:52,469 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2023-01-07 23:54:52,474 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@7def94bb - MDC[] 2023-01-07 23:54:52,527 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@22125b57, org.eclipse.scout.rt.mom.jms.JmsSubscription@1362991d] - MDC[] 2023-01-07 23:54:52,531 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:52,531 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:52,532 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:52,532 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 63.015253 ms - MDC[] 2023-01-07 23:54:52,532 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:52,532 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:52,532 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:52,533 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2023-01-07 23:54:52,537 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@5b8d700c - MDC[] 2023-01-07 23:54:52,590 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@d0e155c, org.eclipse.scout.rt.mom.jms.JmsSubscription@3f096fa1] - MDC[] 2023-01-07 23:54:52,594 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:52,594 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:52,594 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:52,594 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 62.026735 ms - MDC[] 2023-01-07 23:54:52,594 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:52,595 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:52,595 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:52,596 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2023-01-07 23:54:52,600 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@187f107 - MDC[] 2023-01-07 23:54:52,653 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@4aa20aac, org.eclipse.scout.rt.mom.jms.JmsSubscription@2dfa0bff] - MDC[] 2023-01-07 23:54:52,657 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:52,657 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:52,658 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:52,658 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 62.866167 ms - MDC[] 2023-01-07 23:54:52,658 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:52,658 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:52,658 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:52,659 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2023-01-07 23:54:52,663 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@53f04a20 - MDC[] 2023-01-07 23:54:52,716 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@bc16dcd, org.eclipse.scout.rt.mom.jms.JmsSubscription@4f598dfb] - MDC[] 2023-01-07 23:54:52,719 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:52,719 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:52,720 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:52,720 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 61.649770 ms - MDC[] 2023-01-07 23:54:52,720 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:52,720 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:52,720 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:52,721 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2023-01-07 23:54:52,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@5de898de - MDC[] 2023-01-07 23:54:52,778 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@1df6d36b, org.eclipse.scout.rt.mom.jms.JmsSubscription@55c38884] - MDC[] 2023-01-07 23:54:52,781 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:52,781 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:52,782 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:52,782 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 61.508518 ms - MDC[] 2023-01-07 23:54:52,782 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:52,782 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:52,782 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:52,783 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2023-01-07 23:54:52,787 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@7eccee80 - MDC[] 2023-01-07 23:54:52,840 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@c5b55c8, org.eclipse.scout.rt.mom.jms.JmsSubscription@27ed1d60] - MDC[] 2023-01-07 23:54:52,855 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:52,856 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:52,856 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:52,856 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 73.648944 ms - MDC[] 2023-01-07 23:54:52,856 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:52,857 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:52,857 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:52,858 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2023-01-07 23:54:52,867 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@545390ab - MDC[] 2023-01-07 23:54:52,925 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@2c08b402, org.eclipse.scout.rt.mom.jms.JmsSubscription@27eeeda8] - MDC[] 2023-01-07 23:54:52,931 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:52,932 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:52,932 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:52,932 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 75.061927 ms - MDC[] 2023-01-07 23:54:52,932 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:52,934 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:52,934 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:52,935 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2023-01-07 23:54:52,947 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@76cbb7b9 - MDC[] 2023-01-07 23:54:53,003 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@71fc80df, org.eclipse.scout.rt.mom.jms.JmsSubscription@767e28e5] - MDC[] 2023-01-07 23:54:53,012 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:53,012 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:53,013 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:53,013 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 79.262543 ms - MDC[] 2023-01-07 23:54:53,014 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:53,014 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:53,014 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:53,015 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2023-01-07 23:54:53,038 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@1ae73d9e - MDC[] 2023-01-07 23:54:53,099 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@38ec721a, org.eclipse.scout.rt.mom.jms.JmsSubscription@3eafe537] - MDC[] 2023-01-07 23:54:53,104 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:53,104 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:53,105 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:53,105 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 90.793541 ms - MDC[] 2023-01-07 23:54:53,105 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:53,106 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:53,106 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:53,107 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] 2023-01-07 23:54:58,114 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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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 2023-01-07 23:54:58,121 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@6f75d11b] - MDC[] 2023-01-07 23:54:58,122 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@14f450da[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:54:58,122 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.009000 ms - MDC[] 2023-01-07 23:54:58,123 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2023-01-07 23:54:58,123 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 5017.171421 ms - MDC[] 2023-01-07 23:54:58,123 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:58,123 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:58,124 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:58,124 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2023-01-07 23:54:58,125 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@57d53da4 - MDC[] 2023-01-07 23:54:58,129 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@11f63b10, org.eclipse.scout.rt.mom.jms.JmsSubscription@c8f756e] - MDC[] 2023-01-07 23:54:58,130 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:58,131 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:58,131 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:58,131 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 7.459550 ms - MDC[] 2023-01-07 23:54:58,131 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:58,132 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:58,132 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:58,133 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2023-01-07 23:54:58,134 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 1.508860 ms - MDC[] 2023-01-07 23:54:58,134 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:58,134 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:58,134 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:58,135 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2023-01-07 23:54:58,136 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@7488db31 - MDC[] 2023-01-07 23:54:58,170 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@2cf22f15] - MDC[] 2023-01-07 23:54:58,173 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:58,174 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:58,174 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:58,174 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 39.765253 ms - MDC[] 2023-01-07 23:54:58,174 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:58,175 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:58,175 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:58,176 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] 2023-01-07 23:54:58,188 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@35b2a73e, org.eclipse.scout.rt.mom.jms.JmsSubscription@885ac1a] - MDC[] 2023-01-07 23:54:58,190 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@54706f92[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:54:58,190 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.004500 ms - MDC[] 2023-01-07 23:54:58,191 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2023-01-07 23:54:58,191 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 16.252791 ms - MDC[] 2023-01-07 23:54:58,191 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:58,192 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:58,192 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:58,193 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2023-01-07 23:54:58,193 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@485f34dc - MDC[] 2023-01-07 23:54:58,347 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@63c5b63a] - MDC[] 2023-01-07 23:54:58,350 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:58,350 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:58,351 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:58,351 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 158.952387 ms - MDC[] 2023-01-07 23:54:58,351 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:58,351 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:58,351 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:58,352 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2023-01-07 23:54:58,353 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@14c22e8 - MDC[] 2023-01-07 23:54:58,507 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@40d259d0] - MDC[] 2023-01-07 23:54:58,510 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:58,510 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:58,511 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:58,511 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 159.260975 ms - MDC[] 2023-01-07 23:54:58,511 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:58,511 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:58,511 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:58,512 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2023-01-07 23:54:58,513 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@44a0de07 - MDC[] 2023-01-07 23:54:58,667 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@79a3499] - MDC[] 2023-01-07 23:54:58,669 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:58,669 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:58,670 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:58,670 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 158.560421 ms - MDC[] 2023-01-07 23:54:58,670 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:58,670 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:58,670 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:58,672 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2023-01-07 23:54:58,673 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@71def98b - MDC[] 2023-01-07 23:54:58,828 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@4b9a2df7] - MDC[] 2023-01-07 23:54:58,830 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:58,831 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:58,831 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:58,831 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 160.742877 ms - MDC[] 2023-01-07 23:54:58,831 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:58,831 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:58,832 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:58,832 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2023-01-07 23:54:58,833 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@6ad29dfa - MDC[] 2023-01-07 23:54:58,987 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@aee08df] - MDC[] 2023-01-07 23:54:58,990 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:58,990 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:58,990 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:58,990 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 158.723674 ms - MDC[] 2023-01-07 23:54:58,990 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:58,991 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:58,991 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:58,992 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2023-01-07 23:54:58,992 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@133b3a95 - MDC[] 2023-01-07 23:54:59,147 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@3ae62c8a] - MDC[] 2023-01-07 23:54:59,149 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:59,149 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:59,150 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:59,150 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 158.799675 ms - MDC[] 2023-01-07 23:54:59,150 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:59,150 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:59,150 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:59,151 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2023-01-07 23:54:59,152 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@6967bb91 - MDC[] 2023-01-07 23:54:59,305 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@53e6c75c] - MDC[] 2023-01-07 23:54:59,308 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:59,308 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:59,308 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:59,309 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 158.283124 ms - MDC[] 2023-01-07 23:54:59,309 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:59,309 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:59,309 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:59,310 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2023-01-07 23:54:59,311 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@3de00450 - MDC[] 2023-01-07 23:54:59,465 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@5741bc9] - MDC[] 2023-01-07 23:54:59,467 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:59,467 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:59,468 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:59,468 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 158.484170 ms - MDC[] 2023-01-07 23:54:59,468 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:59,468 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:59,468 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:59,469 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2023-01-07 23:54:59,470 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@e586785 - MDC[] 2023-01-07 23:54:59,624 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@4f3db580] - MDC[] 2023-01-07 23:54:59,627 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:59,627 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:59,627 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:59,628 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 159.099806 ms - MDC[] 2023-01-07 23:54:59,628 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:59,628 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:59,628 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:59,629 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2023-01-07 23:54:59,632 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@2295bced - MDC[] 2023-01-07 23:54:59,786 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@51fcee02] - MDC[] 2023-01-07 23:54:59,789 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:54:59,789 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:54:59,790 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:54:59,790 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 161.588976 ms - MDC[] 2023-01-07 23:54:59,790 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:54:59,791 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:54:59,791 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:54:59,792 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2023-01-07 23:54:59,793 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@1e0fd2ac - MDC[] 2023-01-07 23:55:00,806 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@77b6f0f, org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@3f76269e] - MDC[] 2023-01-07 23:55:00,807 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:55:00,807 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:55:00,807 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:55:00,807 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 1016.384733 ms - MDC[] 2023-01-07 23:55:00,808 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:55:00,808 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:55:00,808 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:55:00,809 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] 2023-01-07 23:55:00,819 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=17fa4bc6-884c-48a4-8dc1-00b063ffcce5] 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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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) 2023-01-07 23:55:00,823 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@41a17eaa] - MDC[] 2023-01-07 23:55:00,826 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@42b7e8eb[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:55:00,826 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.011751 ms - MDC[] 2023-01-07 23:55:00,827 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2023-01-07 23:55:00,827 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 18.858671 ms - MDC[] 2023-01-07 23:55:00,827 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:55:00,828 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:55:00,828 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:55:00,829 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] 2023-01-07 23:55:00,839 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@2c193600] - MDC[] 2023-01-07 23:55:00,840 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@3d18c3da[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:55:00,841 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.012125 ms - MDC[] 2023-01-07 23:55:00,842 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2023-01-07 23:55:00,842 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 14.219421 ms - MDC[] 2023-01-07 23:55:00,842 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:55:00,843 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:55:00,843 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:55:00,844 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] 2023-01-07 23:55:00,855 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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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 2023-01-07 23:55:00,856 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@7f150691] - MDC[] 2023-01-07 23:55:00,859 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@3bd28cf4[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:55:00,859 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.009042 ms - MDC[] 2023-01-07 23:55:00,860 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2023-01-07 23:55:00,860 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 17.223141 ms - MDC[] 2023-01-07 23:55:00,860 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:55:00,861 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:55:00,861 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:55:00,862 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2023-01-07 23:55:00,866 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@4e9c29eb - MDC[] 2023-01-07 23:55:00,869 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@d27f12e, org.eclipse.scout.rt.mom.jms.JmsSubscription@454e8cba] - MDC[] 2023-01-07 23:55:00,871 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:55:00,871 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:55:00,871 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:55:00,871 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 10.233725 ms - MDC[] 2023-01-07 23:55:00,871 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:55:00,872 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:55:00,872 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:55:00,872 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2023-01-07 23:55:02,882 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@5d7d454b, org.eclipse.scout.rt.mom.jms.JmsSubscription@30862148] - MDC[] 2023-01-07 23:55:02,883 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2023-01-07 23:55:02,883 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 2010.980951 ms - MDC[] 2023-01-07 23:55:02,883 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:55:02,883 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:55:02,884 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:55:02,884 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] 2023-01-07 23:55:07,892 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/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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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 2023-01-07 23:55:07,897 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@314b2d29] - MDC[] 2023-01-07 23:55:07,900 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@6586d947[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:55:07,900 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.009000 ms - MDC[] 2023-01-07 23:55:07,901 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2023-01-07 23:55:07,902 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 5017.865183 ms - MDC[] 2023-01-07 23:55:07,902 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:55:07,902 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:55:07,902 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:55:07,903 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] 2023-01-07 23:55:07,913 ERROR [scout-thread-21] 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=0495f2f1-5afe-4a9c-ace3-cb1097978c8d] 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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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) 2023-01-07 23:55:07,918 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@6397fa6e] - MDC[] 2023-01-07 23:55:07,920 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@1f487562[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:55:07,921 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.009000 ms - MDC[] 2023-01-07 23:55:07,922 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2023-01-07 23:55:07,922 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 19.428181 ms - MDC[] 2023-01-07 23:55:07,922 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:55:07,922 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:55:07,922 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:55:07,923 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] 2023-01-07 23:55:07,932 INFO [scout-thread-21] 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=6bc5b2de-d2b4-4d34-9140-2848d9812844] 2023-01-07 23:55:07,937 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@39eb97b4] - MDC[] 2023-01-07 23:55:07,940 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@4330f3dc[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:55:07,940 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.007042 ms - MDC[] 2023-01-07 23:55:07,941 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2023-01-07 23:55:07,941 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 18.675168 ms - MDC[] 2023-01-07 23:55:07,941 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:55:07,942 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:55:07,942 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:55:07,943 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] 2023-01-07 23:55:07,955 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@2539b745, org.eclipse.scout.rt.mom.jms.JmsSubscription@47190563] - MDC[] 2023-01-07 23:55:07,956 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@344aafe8[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:55:07,957 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.004500 ms - MDC[] 2023-01-07 23:55:07,957 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2023-01-07 23:55:07,958 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 15.702948 ms - MDC[] 2023-01-07 23:55:07,958 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:55:07,958 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:55:07,958 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:55:07,959 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] 2023-01-07 23:55:07,972 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@40fd6931] - MDC[] 2023-01-07 23:55:07,974 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@42f7dd7b[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:55:07,975 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.004500 ms - MDC[] 2023-01-07 23:55:07,975 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2023-01-07 23:55:07,976 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 17.060805 ms - MDC[] 2023-01-07 23:55:07,976 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:55:07,976 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:55:07,976 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:55:07,977 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] 2023-01-07 23:55:07,988 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/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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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 2023-01-07 23:55:07,990 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@64deb236] - MDC[] 2023-01-07 23:55:07,991 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@213bb81[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:55:07,991 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.012208 ms - MDC[] 2023-01-07 23:55:07,992 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2023-01-07 23:55:07,992 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 15.559112 ms - MDC[] 2023-01-07 23:55:07,992 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:55:07,992 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:55:07,993 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:55:07,993 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] 2023-01-07 23:55:08,044 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@32332c4e, org.eclipse.scout.rt.mom.jms.JmsSubscription@5282d88e] - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:55:08,056 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@3694eef9, org.eclipse.scout.rt.mom.jms.JmsSubscription@1a4546c8] - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:55:08,067 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@7de88ec7, org.eclipse.scout.rt.mom.jms.JmsSubscription@6b072037] - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:55:08,077 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@3a6099dc, org.eclipse.scout.rt.mom.jms.JmsSubscription@4cb72c08] - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:55:08,085 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@64b35f8a, org.eclipse.scout.rt.mom.jms.JmsSubscription@76a445d] - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:55:08,096 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@67fa7f9c, org.eclipse.scout.rt.mom.jms.JmsSubscription@6eb89d22] - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:55:08,146 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@4397d830, org.eclipse.scout.rt.mom.jms.JmsSubscription@715b7736] - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:55:08,157 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@4850cc1, org.eclipse.scout.rt.mom.jms.JmsSubscription@2796fc11] - MDC[jobName=Running test with support for JUnit timeout] 2023-01-07 23:55:08,159 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@3e852029[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:55:08,159 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.004958 ms - MDC[] 2023-01-07 23:55:08,160 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2023-01-07 23:55:08,161 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 167.867171 ms - MDC[] 2023-01-07 23:55:08,161 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:55:08,161 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:55:08,161 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:55:08,162 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] 2023-01-07 23:55:08,176 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@6066c4ff, org.eclipse.scout.rt.mom.jms.JmsSubscription@70b11d74] - MDC[] 2023-01-07 23:55:08,179 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@6a6ecc39[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:55:08,179 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.004916 ms - MDC[] 2023-01-07 23:55:08,180 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2023-01-07 23:55:08,180 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 18.818212 ms - MDC[] 2023-01-07 23:55:08,180 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:55:08,181 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:55:08,181 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:55:08,182 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] 2023-01-07 23:55:08,192 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@506e35b9] - MDC[] 2023-01-07 23:55:08,193 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@87ea24e[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:55:08,193 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.005708 ms - MDC[] 2023-01-07 23:55:08,194 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2023-01-07 23:55:08,194 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 13.384615 ms - MDC[] 2023-01-07 23:55:08,194 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:55:08,195 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:55:08,195 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:55:08,196 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2023-01-07 23:55:08,198 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@6683cf7a - MDC[cid=cid:abc] 2023-01-07 23:55:08,201 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@9d1788c] - MDC[] 2023-01-07 23:55:08,202 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:55:08,202 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:55:08,203 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:55:08,203 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 7.933809 ms - MDC[] 2023-01-07 23:55:08,203 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:55:08,203 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:55:08,203 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:55:08,204 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] 2023-01-07 23:55:08,241 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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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 2023-01-07 23:55:08,246 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@4e3c572e, org.eclipse.scout.rt.mom.jms.JmsSubscription@4c2b537d] - MDC[] 2023-01-07 23:55:08,249 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@65bc39d8[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:55:08,249 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.004500 ms - MDC[] 2023-01-07 23:55:08,250 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2023-01-07 23:55:08,250 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 46.772879 ms - MDC[] 2023-01-07 23:55:08,250 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:55:08,251 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:55:08,251 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:55:08,252 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] 2023-01-07 23:55:08,264 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@5482bdbc] - MDC[] 2023-01-07 23:55:08,266 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@4cfdd31a[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:55:08,266 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.006917 ms - MDC[] 2023-01-07 23:55:08,267 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2023-01-07 23:55:08,267 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 16.567339 ms - MDC[] 2023-01-07 23:55:08,268 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:55:08,268 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:55:08,268 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:55:08,269 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2023-01-07 23:55:08,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@44654cbc - MDC[] 2023-01-07 23:55:10,276 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 3 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@5bdb605c, org.eclipse.scout.rt.mom.jms.JmsSubscription@6014a1f5, org.eclipse.scout.rt.mom.jms.JmsSubscription@64af2288] - MDC[] 2023-01-07 23:55:10,279 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:55:10,279 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:55:10,280 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:55:10,280 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 2011.349124 ms - MDC[] 2023-01-07 23:55:10,280 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:55:10,280 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:55:10,280 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:55:10,281 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2023-01-07 23:55:10,282 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@5002aa66 - MDC[] 2023-01-07 23:55:10,290 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@310e1ebb, org.eclipse.scout.rt.mom.jms.JmsSubscription@63d9cd59] - MDC[] 2023-01-07 23:55:10,291 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:55:10,291 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:55:10,291 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:55:10,291 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 11.038780 ms - MDC[] 2023-01-07 23:55:10,292 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:55:10,292 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:55:10,292 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:55:10,292 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] 2023-01-07 23:55:10,293 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] 2023-01-07 23:55:10,305 ERROR [scout-thread-14] 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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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 2023-01-07 23:55:11,307 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 3 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@c24ba1, org.eclipse.scout.rt.mom.jms.JmsSubscription@2ddcede5, org.eclipse.scout.rt.mom.jms.JmsSubscription@337a9406] - MDC[] 2023-01-07 23:55:11,315 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@12849952[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2023-01-07 23:55:11,316 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.004542 ms - MDC[] 2023-01-07 23:55:11,317 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2023-01-07 23:55:11,317 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 1024.916219 ms - MDC[] 2023-01-07 23:55:11,317 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:55:11,317 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:55:11,318 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:55:11,318 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2023-01-07 23:55:11,319 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@25d439a - MDC[] 2023-01-07 23:55:14,354 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@3d2c0bf8] - MDC[] 2023-01-07 23:55:14,356 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:55:14,356 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:55:14,356 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:55:14,356 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 3038.568758 ms - MDC[] 2023-01-07 23:55:14,356 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:55:14,357 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:55:14,357 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:55:14,358 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2023-01-07 23:55:14,359 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@199c7a22 - MDC[] 2023-01-07 23:55:14,363 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@cc3d2e4, org.eclipse.scout.rt.mom.jms.JmsSubscription@4bc796dc] - MDC[] 2023-01-07 23:55:14,370 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@565e7091, org.eclipse.scout.rt.mom.jms.JmsSubscription@3269a5c3] - MDC[] 2023-01-07 23:55:14,375 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@5db33742, org.eclipse.scout.rt.mom.jms.JmsSubscription@3a4fccc7] - MDC[] 2023-01-07 23:55:14,382 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@6d234853, org.eclipse.scout.rt.mom.jms.JmsSubscription@37cf8e35] - MDC[] 2023-01-07 23:55:14,388 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@67c15a48, org.eclipse.scout.rt.mom.jms.JmsSubscription@27a0d7c8] - MDC[] 2023-01-07 23:55:14,394 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@4f623753, org.eclipse.scout.rt.mom.jms.JmsSubscription@29511222] - MDC[] 2023-01-07 23:55:14,400 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@2bfaa2d0, org.eclipse.scout.rt.mom.jms.JmsSubscription@422790a1] - MDC[] 2023-01-07 23:55:14,407 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@15f45ace, org.eclipse.scout.rt.mom.jms.JmsSubscription@10bc326] - MDC[] 2023-01-07 23:55:14,408 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:55:14,408 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:55:14,409 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:55:14,409 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 52.036431 ms - MDC[] 2023-01-07 23:55:14,409 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:55:14,410 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:55:14,410 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:55:14,411 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2023-01-07 23:55:14,413 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@61b85463 - MDC[] 2023-01-07 23:55:14,415 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@7a5db772] - MDC[] 2023-01-07 23:55:14,417 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:55:14,417 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:55:14,417 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:55:14,417 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 7.271463 ms - MDC[] 2023-01-07 23:55:14,417 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:55:14,418 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2023-01-07 23:55:14,418 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2023-01-07 23:55:14,419 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2023-01-07 23:55:14,419 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@6b0e9e - MDC[] 2023-01-07 23:55:14,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@3b858ed8, org.eclipse.scout.rt.mom.jms.JmsSubscription@34dae070] - MDC[] 2023-01-07 23:55:14,425 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2023-01-07 23:55:14,425 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2023-01-07 23:55:14,425 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2023-01-07 23:55:14,425 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 7.464092 ms - MDC[] 2023-01-07 23:55:14,426 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2023-01-07 23:55:14,449 INFO [main] org.apache.activemq.artemis.core.server.stop(ActiveMQServerImpl.java:724) - AMQ221002: Apache ActiveMQ Artemis Message Broker version 1.1.0 [604dd827-8ee6-11ed-8d22-a52f47cc6164] stopped - MDC[] Tests run: 225, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 151.997 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/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.mom.jms.test/target/org.eclipse.scout.rt.mom.jms.test-7.0.300-SNAPSHOT.jar [INFO] [INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.mom.jms.test --- [INFO] Skipping because packaging 'jar' is not pom. [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/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.mom.jms.test/target/org.eclipse.scout.rt.mom.jms.test-7.0.300-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/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.mom.jms.test/target/org.eclipse.scout.rt.mom.jms.test-7.0.300-SNAPSHOT-test-sources.jar [INFO] [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.mom.jms.test --- [INFO] Checking compile classpath [INFO] Checking runtime classpath [INFO] Checking test classpath [INFO] [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.mom.jms.test --- [INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0 [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.mom.jms.test --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.mom.jms.test/target/org.eclipse.scout.rt.mom.jms.test-7.0.300-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.jms.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.mom.jms.test-7.0.300-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.mom.jms.test/pom.xml to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.jms.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.mom.jms.test-7.0.300-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.mom.jms.test/target/org.eclipse.scout.rt.mom.jms.test-7.0.300-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.jms.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.mom.jms.test-7.0.300-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.mom.jms.test/target/org.eclipse.scout.rt.mom.jms.test-7.0.300-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.jms.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.mom.jms.test-7.0.300-SNAPSHOT-test-sources.jar [INFO] [INFO] --------< org.eclipse.scout.rt:org.eclipse.scout.rt.rest.test >--------- [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.rest.test 7.0.300-SNAPSHOT [29/40] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.rest.test --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.rest.test --- [INFO] [INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.rt.rest.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.rt.rest.test --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.rest.test/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.rest.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.rest.test/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.rt.rest.test --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.rest.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.rt.rest.test --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.rest.test/target/test-classes [INFO] [INFO] --- jandex-maven-plugin:1.0.5:jandex (make-index) @ org.eclipse.scout.rt.rest.test --- [INFO] [SKIP] Cannot process fileset in directory: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.rest.test/target/classes. Directory does not exist! [INFO] [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.rt.rest.test --- ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.eclipse.scout.rt.rest.exception.DefaultExceptionMapperTest 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. SLF4J: Failed to load class "org.slf4j.impl.StaticMDCBinder". SLF4J: Defaulting to no-operation MDCAdapter implementation. SLF4J: See http://www.slf4j.org/codes.html#no_static_mdc_binder for further details. Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.988 sec - in org.eclipse.scout.rt.rest.exception.DefaultExceptionMapperTest Running org.eclipse.scout.rt.rest.RestApplicationTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.eclipse.scout.rt.rest.RestApplicationTest Results : Tests run: 4, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.rest.test --- [WARNING] JAR will be empty - no content was marked for inclusion! [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.rest.test/target/org.eclipse.scout.rt.rest.test-7.0.300-SNAPSHOT.jar [INFO] [INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.rest.test --- [INFO] Skipping because packaging 'jar' is not pom. [INFO] [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.rest.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.rest.test/target/org.eclipse.scout.rt.rest.test-7.0.300-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.rest.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.rest.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.rest.test/target/org.eclipse.scout.rt.rest.test-7.0.300-SNAPSHOT-test-sources.jar [INFO] [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.rest.test --- [INFO] Checking compile classpath [INFO] Checking runtime classpath [INFO] Checking test classpath [INFO] [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.rest.test --- [INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0 [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.rest.test --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.rest.test/target/org.eclipse.scout.rt.rest.test-7.0.300-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.rest.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.rest.test-7.0.300-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.rest.test/pom.xml to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.rest.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.rest.test-7.0.300-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.rest.test/target/org.eclipse.scout.rt.rest.test-7.0.300-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.rest.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.rest.test-7.0.300-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.rest.test/target/org.eclipse.scout.rt.rest.test-7.0.300-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.rest.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.rest.test-7.0.300-SNAPSHOT-test-sources.jar [INFO] [INFO] -------< org.eclipse.scout.rt:org.eclipse.scout.rt.server.test >-------- [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.server.test 7.0.300-SNAPSHOT [30/40] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.server.test --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.server.test --- [INFO] [INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.rt.server.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.rt.server.test --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.test/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.server.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.6.1: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/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.test/target/classes [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.server.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.rt.server.test --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 52 source files to /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.test/target/test-classes [INFO] [INFO] --- jandex-maven-plugin:1.0.5:jandex (make-index) @ org.eclipse.scout.rt.server.test --- [INFO] [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.rt.server.test --- ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.eclipse.scout.rt.testing.server.runner.parameterized.SampleParameterizedServerTest 2023-01-07 23:55:22,597 INFO [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateHeadless(PlatformImplementor.java:172) - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[] 2023-01-07 23:55:22,642 INFO [Thread-1] org.eclipse.scout.rt.platform.inventory.ClassInventory.(ClassInventory.java:38) - Building jandex class inventory using rebuild strategy IF_MISSING... - MDC[] 2023-01-07 23:55:22,714 INFO [Thread-1] org.eclipse.scout.rt.platform.inventory.ClassInventory.(ClassInventory.java:44) - Finished building jandex class inventory in 101.680236 ms. Total class count: 1494 - MDC[] 2023-01-07 23:55:23,102 INFO [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:215) - Collected 249 beans in 385.840030 ms - MDC[] 2023-01-07 23:55:23,163 INFO [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:220) - Registered 249 beans in 60.245245 ms - MDC[] 2023-01-07 23:55:23,176 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[] 2023-01-07 23:55:23,187 INFO [Thread-1] org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrator.stateChanged(CodeTypeRegistrator.java:32) - 2 code type classes registered. - MDC[] 2023-01-07 23:55:23,189 INFO [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateConfiguration(PlatformImplementor.java:184) - No config.properties found. Running with empty configuration. - MDC[] 2023-01-07 23:55:23,196 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: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.335 sec - in org.eclipse.scout.rt.testing.server.runner.parameterized.SampleParameterizedServerTest Running org.eclipse.scout.rt.testing.server.runner.parameterized.ParameterizedServerTestRunnerTimeoutTransactionTest 2023-01-07 23:55:23,497 INFO [main] org.eclipse.scout.rt.server.AbstractServerSession.start(AbstractServerSession.java:203) - Server session started [session=org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerSameSessionTest$JUnitServerSession@31e2232f[id = 54040db7-a7aa-4d63-a471-a457e2a8d598], user=anna] - MDC[] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.128 sec - in org.eclipse.scout.rt.testing.server.runner.parameterized.ParameterizedServerTestRunnerTimeoutTransactionTest Running org.eclipse.scout.rt.testing.server.runner.parameterized.ParameterizedServerTestRunnerTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.eclipse.scout.rt.testing.server.runner.parameterized.ParameterizedServerTestRunnerTest Running org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerTimeoutTransactionTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerTimeoutTransactionTest Running org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerTimeoutTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.12 sec - in org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerTimeoutTest Running org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerSameSessionTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerSameSessionTest Running org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerDifferentSubjectTest 2023-01-07 23:55:23,709 INFO [main] org.eclipse.scout.rt.server.AbstractServerSession.start(AbstractServerSession.java:203) - Server session started [session=org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerDifferentSubjectTest$JUnitServerSession@d535a3d[id = 97c3687a-0ac5-4627-8a8f-03a592e7e5ee], user=anna] - MDC[] 2023-01-07 23:55:23,712 INFO [main] org.eclipse.scout.rt.server.AbstractServerSession.start(AbstractServerSession.java:203) - Server session started [session=org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerDifferentSubjectTest$JUnitServerSession@4a2e7bcb[id = 9b3a7f7e-d027-4e26-98d4-2703b2b9432a], user=john] - MDC[] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerDifferentSubjectTest Running org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerDifferentSessionTest 2023-01-07 23:55:23,716 INFO [main] org.eclipse.scout.rt.server.AbstractServerSession.start(AbstractServerSession.java:203) - Server session started [session=org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerDifferentSessionTest$JUnitServerSession1@7c1447b5[id = b99123d5-fb55-400e-95d7-cd8213a2cfd3], user=anna] - MDC[] 2023-01-07 23:55:23,718 INFO [main] org.eclipse.scout.rt.server.AbstractServerSession.start(AbstractServerSession.java:203) - Server session started [session=org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerDifferentSessionTest$JUnitServerSession1@3e36b7a0[id = 5d3c37d2-01cc-44bf-90da-cd8ced7de029], user=anna] - MDC[] 2023-01-07 23:55:23,719 INFO [main] org.eclipse.scout.rt.server.AbstractServerSession.start(AbstractServerSession.java:203) - Server session started [session=org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerDifferentSessionTest$JUnitServerSession1@3c66b7d8[id = ea502b33-b5c5-473a-9a39-3b0fa6b01d9e], user=anna] - MDC[] 2023-01-07 23:55:23,721 INFO [main] org.eclipse.scout.rt.server.AbstractServerSession.start(AbstractServerSession.java:203) - Server session started [session=org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerDifferentSessionTest$JUnitServerSession2@3d0cac1f[id = 6115f619-876d-49fc-a73d-43d54bb57ea2], user=anna] - MDC[] 2023-01-07 23:55:23,723 INFO [main] org.eclipse.scout.rt.server.AbstractServerSession.start(AbstractServerSession.java:203) - Server session started [session=org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerDifferentSessionTest$JUnitServerSession1@518ddd3b[id = fa143b14-af2e-49e1-9a91-ba2be7901f07], user=anna] - MDC[] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerDifferentSessionTest Running org.eclipse.scout.rt.server.session.ServerSessionCacheTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.721 sec - in org.eclipse.scout.rt.server.session.ServerSessionCacheTest Running org.eclipse.scout.rt.server.services.lookup.BatchNormalizerTest 2023-01-07 23:55:24,506 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.107 sec - in org.eclipse.scout.rt.server.services.lookup.BatchNormalizerTest Running org.eclipse.scout.rt.server.services.lookup.BatchLookupTest 2023-01-07 23:55:24,586 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[] 2023-01-07 23:55:24,699 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[] 2023-01-07 23:55:24,714 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[] 2023-01-07 23:55:24,741 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.199 sec - in org.eclipse.scout.rt.server.services.lookup.BatchLookupTest Running org.eclipse.scout.rt.server.services.common.security.PermissionServiceTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.eclipse.scout.rt.server.services.common.security.PermissionServiceTest Running org.eclipse.scout.rt.server.services.common.security.AccessControlServiceTest 2023-01-07 23:55:24,766 INFO [main] org.eclipse.scout.rt.server.AbstractServerSession.start(AbstractServerSession.java:203) - Server session started [session=org.eclipse.scout.rt.server.TestServerSession@1dd64243[id = b1757027-86dc-4de2-86a1-05acb1b30599], user=john] - MDC[] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.49 sec - in org.eclipse.scout.rt.server.services.common.security.AccessControlServiceTest Running org.eclipse.scout.rt.server.services.common.pwd.DefaultPasswordPolicyTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.eclipse.scout.rt.server.services.common.pwd.DefaultPasswordPolicyTest Running org.eclipse.scout.rt.server.services.common.code.CodeServiceTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.191 sec - in org.eclipse.scout.rt.server.services.common.code.CodeServiceTest 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.011 sec - in org.eclipse.scout.rt.server.services.common.code.CodeServiceInvalidateTest Running org.eclipse.scout.rt.server.services.common.clustersync.ClusterSynchronizationServiceTest 2023-01-07 23:55:25,471 INFO [main] org.eclipse.scout.rt.server.AbstractServerSession.start(AbstractServerSession.java:203) - Server session started [session=org.eclipse.scout.rt.server.TestServerSession@46fa2a7e[id = e25126cf-b3b4-4fd8-a85d-0a1145a58411], user=default] - MDC[] 2023-01-07 23:55:25,548 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[] 2023-01-07 23:55:25,555 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[] 2023-01-07 23:55:25,557 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[] 2023-01-07 23:55:25,560 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[] 2023-01-07 23:55:25,561 INFO [main] org.eclipse.scout.rt.mom.api.AbstractMomTransport.initDelegate(AbstractMomTransport.java:76) - +++ Using 'NullMomImplementor' for transport 'TestClusterMom'. No messages are published and received. - MDC[] 2023-01-07 23:55:25,576 INFO [main] org.eclipse.scout.rt.server.AbstractServerSession.start(AbstractServerSession.java:203) - Server session started [session=org.eclipse.scout.rt.server.TestServerSession@20155dae[id = 54cd1eed-9de5-4064-b1c9-996fb5ed4bba], user=system] - MDC[] 2023-01-07 23:55:25,581 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[] 2023-01-07 23:55:25,583 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[] 2023-01-07 23:55:25,585 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[] 2023-01-07 23:55:25,587 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.119 sec - in org.eclipse.scout.rt.server.services.common.clustersync.ClusterSynchronizationServiceTest Running org.eclipse.scout.rt.server.services.common.clustersync.ClusterNodeStatusInfoTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in org.eclipse.scout.rt.server.services.common.clustersync.ClusterNodeStatusInfoTest Running org.eclipse.scout.rt.server.services.common.clustersync.ClientNotificationClusterNotificationTest 2023-01-07 23:55:25,636 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: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.272 sec - in org.eclipse.scout.rt.server.services.common.clustersync.ClientNotificationClusterNotificationTest Running org.eclipse.scout.rt.server.services.ServiceWithSessionInterceptorTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.server.services.ServiceWithSessionInterceptorTest Running org.eclipse.scout.rt.server.services.RemoteServiceWithoutAuthorizationTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.server.services.RemoteServiceWithoutAuthorizationTest Running org.eclipse.scout.rt.server.services.RemoteServiceAccessDeniedTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.eclipse.scout.rt.server.services.RemoteServiceAccessDeniedTest Running org.eclipse.scout.rt.server.notification.NotificationCoalescerTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.server.notification.NotificationCoalescerTest Running org.eclipse.scout.rt.server.job.filter.future.SessionFutureFilterTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec - in org.eclipse.scout.rt.server.job.filter.future.SessionFutureFilterTest Running org.eclipse.scout.rt.server.job.filter.future.ServerRunContextFutureFilterTest Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 sec - in org.eclipse.scout.rt.server.job.filter.future.ServerRunContextFutureFilterTest Running org.eclipse.scout.rt.server.job.filter.event.SessionJobEventFilterTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec - in org.eclipse.scout.rt.server.job.filter.event.SessionJobEventFilterTest Running org.eclipse.scout.rt.server.context.ServerRunContextTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.eclipse.scout.rt.server.context.ServerRunContextTest Running org.eclipse.scout.rt.server.context.ServerRunContextProducerTest 2023-01-07 23:55:26,006 INFO [main] org.eclipse.scout.rt.server.AbstractServerSession.start(AbstractServerSession.java:203) - Server session started [session=org.eclipse.scout.rt.server.TestServerSession@60fbc34d[id = c1e608d2-8a58-47a9-8fd2-c8ad9cd2f6bf], user=alpha] - MDC[] 2023-01-07 23:55:26,010 INFO [scout-thread-24] org.eclipse.scout.rt.server.AbstractServerSession.start(AbstractServerSession.java:203) - Server session started [session=org.eclipse.scout.rt.server.TestServerSession@7a5e88db[id = 1305c272-e43b-4fed-b855-7727cc8f1d10], user=beta] - MDC[jobName=org.eclipse.scout.rt.server.context.ServerRunContextProducerTest$1] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 sec - in org.eclipse.scout.rt.server.context.ServerRunContextProducerTest Running org.eclipse.scout.rt.server.context.ServerRunContextChainTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.server.context.ServerRunContextChainTest Running org.eclipse.scout.rt.server.context.RunMonitorCancelRegistryTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.server.context.RunMonitorCancelRegistryTest Running org.eclipse.scout.rt.server.commons.http.HttpRedirectTest 2023-01-07 23:55:26,050 INFO [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateHeadless(PlatformImplementor.java:172) - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[] 2023-01-07 23:55:26,056 INFO [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:215) - Collected 249 beans in 5.404930 ms - MDC[] 2023-01-07 23:55:26,059 INFO [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:220) - Registered 249 beans in 2.949428 ms - MDC[] 2023-01-07 23:55:26,059 INFO [main] org.eclipse.scout.rt.platform.logger.LoggerPlatformListener.registerLoggerSupportBean(LoggerPlatformListener.java:105) - Registered logger support org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport - MDC[] 2023-01-07 23:55:26,059 INFO [main] org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrator.stateChanged(CodeTypeRegistrator.java:32) - 2 code type classes registered. - MDC[] 2023-01-07 23:55:26,060 INFO [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateConfiguration(PlatformImplementor.java:184) - No config.properties found. Running with empty configuration. - MDC[] 2023-01-07 23:55:26,061 INFO [main] org.eclipse.scout.rt.mom.api.AbstractMomTransport.initDelegate(AbstractMomTransport.java:76) - +++ Using 'NullMomImplementor' for transport 'ClusterMom'. No messages are published and received. - MDC[] 2023-01-07 23:55:26,158 INFO [main] org.eclipse.jetty.util.log.initialized(Log.java:192) - Logging initialized @4940ms to org.eclipse.jetty.util.log.Slf4jLog - MDC[] 2023-01-07 23:55:26,319 INFO [main] org.eclipse.jetty.server.Server.doStart(Server.java:372) - jetty-9.4.3.v20170317 - MDC[] 2023-01-07 23:55:26,496 INFO [main] org.eclipse.jetty.webapp.StandardDescriptorProcessor.visitServlet(StandardDescriptorProcessor.java:281) - NO JSP Support for /, did not find org.eclipse.jetty.jsp.JettyJspServlet - MDC[] 2023-01-07 23:55:26,514 INFO [main] org.eclipse.jetty.server.session.doStart(DefaultSessionIdManager.java:360) - DefaultSessionIdManager workerName=node0 - MDC[] 2023-01-07 23:55:26,515 INFO [main] org.eclipse.jetty.server.session.doStart(DefaultSessionIdManager.java:365) - No SessionScavenger set, using defaults - MDC[] 2023-01-07 23:55:26,518 INFO [main] org.eclipse.jetty.server.session.startScavenging(HouseKeeper.java:146) - Scavenging every 660000ms - MDC[] 2023-01-07 23:55:26,573 INFO [main] org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:802) - Started o.e.j.w.WebAppContext@3f523dae{/,file:///home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.test/target/test-classes/org.eclipse.scout.rt.server.commons.http.webapp/,AVAILABLE} - MDC[] 2023-01-07 23:55:26,612 INFO [main] org.eclipse.jetty.server.AbstractConnector.doStart(AbstractConnector.java:280) - Started ServerConnector@6903ef57{HTTP/1.1,[http/1.1]}{0.0.0.0:33006} - MDC[] 2023-01-07 23:55:26,613 INFO [main] org.eclipse.jetty.server.Server.doStart(Server.java:444) - Started @5395ms - MDC[] 2023-01-07 23:55:27,369 INFO [main] org.eclipse.jetty.server.AbstractConnector.doStop(AbstractConnector.java:320) - Stopped ServerConnector@6903ef57{HTTP/1.1,[http/1.1]}{0.0.0.0:33006} - MDC[] 2023-01-07 23:55:27,370 INFO [main] org.eclipse.jetty.server.session.stopScavenging(HouseKeeper.java:164) - Stopped scavenging - MDC[] 2023-01-07 23:55:27,375 INFO [main] org.eclipse.jetty.server.handler.ContextHandler.doStop(ContextHandler.java:943) - Stopped o.e.j.w.WebAppContext@3f523dae{/,file:///home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.test/target/test-classes/org.eclipse.scout.rt.server.commons.http.webapp/,UNAVAILABLE} - MDC[] 2023-01-07 23:55:27,379 INFO [main] org.eclipse.jetty.server.Server.doStart(Server.java:372) - jetty-9.4.3.v20170317 - MDC[] 2023-01-07 23:55:27,390 INFO [main] org.eclipse.jetty.webapp.StandardDescriptorProcessor.visitServlet(StandardDescriptorProcessor.java:281) - NO JSP Support for /, did not find org.eclipse.jetty.jsp.JettyJspServlet - MDC[] 2023-01-07 23:55:27,391 INFO [main] org.eclipse.jetty.server.session.doStart(DefaultSessionIdManager.java:360) - DefaultSessionIdManager workerName=node0 - MDC[] 2023-01-07 23:55:27,391 INFO [main] org.eclipse.jetty.server.session.doStart(DefaultSessionIdManager.java:365) - No SessionScavenger set, using defaults - MDC[] 2023-01-07 23:55:27,391 INFO [main] org.eclipse.jetty.server.session.startScavenging(HouseKeeper.java:146) - Scavenging every 600000ms - MDC[] 2023-01-07 23:55:27,393 INFO [main] org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:802) - Started o.e.j.w.WebAppContext@308bd473{/,file:///home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.test/target/test-classes/org.eclipse.scout.rt.server.commons.http.webapp/,AVAILABLE} - MDC[] 2023-01-07 23:55:27,394 INFO [main] org.eclipse.jetty.server.AbstractConnector.doStart(AbstractConnector.java:280) - Started ServerConnector@6e5506c9{HTTP/1.1,[http/1.1]}{0.0.0.0:33006} - MDC[] 2023-01-07 23:55:27,394 INFO [main] org.eclipse.jetty.server.Server.doStart(Server.java:444) - Started @6177ms - MDC[] 2023-01-07 23:55:27,406 INFO [main] org.eclipse.jetty.server.AbstractConnector.doStop(AbstractConnector.java:320) - Stopped ServerConnector@6e5506c9{HTTP/1.1,[http/1.1]}{0.0.0.0:33006} - MDC[] 2023-01-07 23:55:27,407 INFO [main] org.eclipse.jetty.server.session.stopScavenging(HouseKeeper.java:164) - Stopped scavenging - MDC[] 2023-01-07 23:55:27,408 INFO [main] org.eclipse.jetty.server.handler.ContextHandler.doStop(ContextHandler.java:943) - Stopped o.e.j.w.WebAppContext@308bd473{/,file:///home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.test/target/test-classes/org.eclipse.scout.rt.server.commons.http.webapp/,UNAVAILABLE} - MDC[] 2023-01-07 23:55:27,410 INFO [main] org.eclipse.jetty.server.Server.doStart(Server.java:372) - jetty-9.4.3.v20170317 - MDC[] 2023-01-07 23:55:27,450 INFO [main] org.eclipse.jetty.webapp.StandardDescriptorProcessor.visitServlet(StandardDescriptorProcessor.java:281) - NO JSP Support for /, did not find org.eclipse.jetty.jsp.JettyJspServlet - MDC[] 2023-01-07 23:55:27,451 INFO [main] org.eclipse.jetty.server.session.doStart(DefaultSessionIdManager.java:360) - DefaultSessionIdManager workerName=node0 - MDC[] 2023-01-07 23:55:27,451 INFO [main] org.eclipse.jetty.server.session.doStart(DefaultSessionIdManager.java:365) - No SessionScavenger set, using defaults - MDC[] 2023-01-07 23:55:27,451 INFO [main] org.eclipse.jetty.server.session.startScavenging(HouseKeeper.java:146) - Scavenging every 600000ms - MDC[] 2023-01-07 23:55:27,453 INFO [main] org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:802) - Started o.e.j.w.WebAppContext@75acb326{/,file:///home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.test/target/test-classes/org.eclipse.scout.rt.server.commons.http.webapp/,AVAILABLE} - MDC[] 2023-01-07 23:55:27,453 INFO [main] org.eclipse.jetty.server.AbstractConnector.doStart(AbstractConnector.java:280) - Started ServerConnector@7fc8930f{HTTP/1.1,[http/1.1]}{0.0.0.0:33006} - MDC[] 2023-01-07 23:55:27,454 INFO [main] org.eclipse.jetty.server.Server.doStart(Server.java:444) - Started @6236ms - MDC[] 2023-01-07 23:55:27,461 INFO [main] org.eclipse.jetty.server.AbstractConnector.doStop(AbstractConnector.java:320) - Stopped ServerConnector@7fc8930f{HTTP/1.1,[http/1.1]}{0.0.0.0:33006} - MDC[] 2023-01-07 23:55:27,461 INFO [main] org.eclipse.jetty.server.session.stopScavenging(HouseKeeper.java:164) - Stopped scavenging - MDC[] 2023-01-07 23:55:27,463 INFO [main] org.eclipse.jetty.server.handler.ContextHandler.doStop(ContextHandler.java:943) - Stopped o.e.j.w.WebAppContext@75acb326{/,file:///home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.test/target/test-classes/org.eclipse.scout.rt.server.commons.http.webapp/,UNAVAILABLE} - MDC[] 2023-01-07 23:55:27,465 INFO [main] org.eclipse.jetty.server.Server.doStart(Server.java:372) - jetty-9.4.3.v20170317 - MDC[] 2023-01-07 23:55:27,476 INFO [main] org.eclipse.jetty.webapp.StandardDescriptorProcessor.visitServlet(StandardDescriptorProcessor.java:281) - NO JSP Support for /, did not find org.eclipse.jetty.jsp.JettyJspServlet - MDC[] 2023-01-07 23:55:27,476 INFO [main] org.eclipse.jetty.server.session.doStart(DefaultSessionIdManager.java:360) - DefaultSessionIdManager workerName=node0 - MDC[] 2023-01-07 23:55:27,477 INFO [main] org.eclipse.jetty.server.session.doStart(DefaultSessionIdManager.java:365) - No SessionScavenger set, using defaults - MDC[] 2023-01-07 23:55:27,477 INFO [main] org.eclipse.jetty.server.session.startScavenging(HouseKeeper.java:146) - Scavenging every 600000ms - MDC[] 2023-01-07 23:55:27,479 INFO [main] org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:802) - Started o.e.j.w.WebAppContext@74239871{/,file:///home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.test/target/test-classes/org.eclipse.scout.rt.server.commons.http.webapp/,AVAILABLE} - MDC[] 2023-01-07 23:55:27,479 INFO [main] org.eclipse.jetty.server.AbstractConnector.doStart(AbstractConnector.java:280) - Started ServerConnector@1cfca845{HTTP/1.1,[http/1.1]}{0.0.0.0:33006} - MDC[] 2023-01-07 23:55:27,480 INFO [main] org.eclipse.jetty.server.Server.doStart(Server.java:444) - Started @6262ms - MDC[] 2023-01-07 23:55:27,499 INFO [main] org.eclipse.jetty.server.AbstractConnector.doStop(AbstractConnector.java:320) - Stopped ServerConnector@1cfca845{HTTP/1.1,[http/1.1]}{0.0.0.0:33006} - MDC[] 2023-01-07 23:55:27,499 INFO [main] org.eclipse.jetty.server.session.stopScavenging(HouseKeeper.java:164) - Stopped scavenging - MDC[] 2023-01-07 23:55:27,500 INFO [main] org.eclipse.jetty.server.handler.ContextHandler.doStop(ContextHandler.java:943) - Stopped o.e.j.w.WebAppContext@74239871{/,file:///home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.test/target/test-classes/org.eclipse.scout.rt.server.commons.http.webapp/,UNAVAILABLE} - MDC[] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.458 sec - in org.eclipse.scout.rt.server.commons.http.HttpRedirectTest Running org.eclipse.scout.rt.server.clientnotification.TransactionalClientNotificationCollectorTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 sec - in org.eclipse.scout.rt.server.clientnotification.TransactionalClientNotificationCollectorTest Running org.eclipse.scout.rt.server.clientnotification.ClientNotificationRegistryTest Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.501 sec - in org.eclipse.scout.rt.server.clientnotification.ClientNotificationRegistryTest Running org.eclipse.scout.rt.server.clientnotification.ClientNotificationNodeQueueTest 2023-01-07 23:55:29,299 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.483 sec - in org.eclipse.scout.rt.server.clientnotification.ClientNotificationNodeQueueTest Running org.eclipse.scout.rt.server.cache.InvalidateCacheNofificationCoalescerTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.server.cache.InvalidateCacheNofificationCoalescerTest Running org.eclipse.scout.rt.server.cache.CopyOnWriteTransactionalMapTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.server.cache.CopyOnWriteTransactionalMapTest Running org.eclipse.scout.rt.server.cache.ConcurrentTransactionalMapTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.server.cache.ConcurrentTransactionalMapTest Running org.eclipse.scout.rt.server.admin.inspector.SessionInspectorTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 sec - in org.eclipse.scout.rt.server.admin.inspector.SessionInspectorTest Running org.eclipse.scout.rt.server.ServiceTunnelServletTest 2023-01-07 23:55:29,691 INFO [main] org.eclipse.scout.rt.server.AbstractServerSession.start(AbstractServerSession.java:203) - Server session started [session=org.eclipse.scout.rt.server.TestServerSession@60e5d4fb[id = testSessionId], user=default] - MDC[] 2023-01-07 23:55:31,744 INFO [main] org.eclipse.scout.rt.server.AbstractServerSession.start(AbstractServerSession.java:203) - Server session started [session=org.eclipse.scout.rt.server.TestServerSession@734990c1[id = testid], user=default] - MDC[] 2023-01-07 23:55:31,748 INFO [main] org.eclipse.scout.rt.server.AbstractServerSession.start(AbstractServerSession.java:203) - Server session started [session=org.eclipse.scout.rt.server.TestServerSession@a0d3cc7[id = id1], user=null] - MDC[] 2023-01-07 23:55:31,754 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:156) at org.eclipse.scout.rt.server.ServiceTunnelServletTest.testPostSuccessful(ServiceTunnelServletTest.java:196) 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:84) at org.eclipse.scout.rt.testing.server.runner.statement.ServerRunContextStatement.evaluate(ServerRunContextStatement.java:53) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.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:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.166 sec - in org.eclipse.scout.rt.server.ServiceTunnelServletTest Running org.eclipse.scout.rt.server.ServiceOperationInvokerTest 2023-01-07 23:55:31,775 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:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 2023-01-07 23:55:31,784 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:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec - in org.eclipse.scout.rt.server.ServiceOperationInvokerTest Running org.eclipse.scout.rt.server.ServerSessionListenerTest 2023-01-07 23:55:31,794 INFO [main] org.eclipse.scout.rt.server.AbstractServerSession.start(AbstractServerSession.java:203) - Server session started [session=org.eclipse.scout.rt.server.TestServerSession@13c02cec[id = ], user=null] - MDC[] 2023-01-07 23:55:31,796 INFO [main] org.eclipse.scout.rt.server.AbstractServerSession.start(AbstractServerSession.java:203) - Server session started [session=org.eclipse.scout.rt.server.TestServerSession@50b4e828[id = ], user=null] - MDC[] 2023-01-07 23:55:31,796 INFO [main] org.eclipse.scout.rt.server.AbstractServerSession.stop(AbstractServerSession.java:264) - Server session stopped [session=org.eclipse.scout.rt.server.TestServerSession@50b4e828[id = ], user=null] - MDC[] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.eclipse.scout.rt.server.ServerSessionListenerTest Running org.eclipse.scout.rt.server.PiggyBackClientNotificationTest 2023-01-07 23:55:31,799 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:156) 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:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.server.PiggyBackClientNotificationTest Running org.eclipse.scout.rt.server.AbstractServerSessionTest 2023-01-07 23:55:31,850 INFO [main] org.eclipse.scout.rt.server.AbstractServerSession.start(AbstractServerSession.java:203) - Server session started [session=org.eclipse.scout.rt.server.TestServerSession@faa70af[id = fedb6803-6325-420d-8a2b-e2af9794d70b], user=john] - MDC[] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 sec - in org.eclipse.scout.rt.server.AbstractServerSessionTest Results : Tests run: 171, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.server.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.test/target/org.eclipse.scout.rt.server.test-7.0.300-SNAPSHOT.jar [INFO] [INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.server.test --- [INFO] Skipping because packaging 'jar' is not pom. [INFO] [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.server.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.test/target/org.eclipse.scout.rt.server.test-7.0.300-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.server.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.test/target/org.eclipse.scout.rt.server.test-7.0.300-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.server.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.test/target/org.eclipse.scout.rt.server.test-7.0.300-SNAPSHOT-test-sources.jar [INFO] [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.server.test --- [INFO] Checking compile classpath [INFO] Checking runtime classpath [INFO] Checking test classpath [INFO] [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.server.test --- [INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0 [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.server.test --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.test/target/org.eclipse.scout.rt.server.test-7.0.300-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.server.test-7.0.300-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.test/pom.xml to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.server.test-7.0.300-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.test/target/org.eclipse.scout.rt.server.test-7.0.300-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.server.test-7.0.300-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.test/target/org.eclipse.scout.rt.server.test-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.server.test-7.0.300-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.test/target/org.eclipse.scout.rt.server.test-7.0.300-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.server.test-7.0.300-SNAPSHOT-test-sources.jar [INFO] [INFO] --------< org.eclipse.scout.rt:org.eclipse.scout.rt.server.jms >-------- [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.server.jms 7.0.300-SNAPSHOT [31/40] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.server.jms --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.server.jms --- [INFO] [INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.rt.server.jms --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.rt.server.jms --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.jms/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.server.jms --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.6.1: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/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.jms/target/classes [INFO] [INFO] --- jandex-maven-plugin:1.0.5:jandex (make-index) @ org.eclipse.scout.rt.server.jms --- [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.server.jms --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.jms/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.rt.server.jms --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.rt.server.jms --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.server.jms --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.jms/target/org.eclipse.scout.rt.server.jms-7.0.300-SNAPSHOT.jar [INFO] [INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.server.jms --- [INFO] Skipping because packaging 'jar' is not pom. [INFO] [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.server.jms --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.server.jms --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.jms/target/org.eclipse.scout.rt.server.jms-7.0.300-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.server.jms --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.server.jms --- [INFO] Checking compile classpath [INFO] Checking runtime classpath [INFO] Checking test classpath [INFO] [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.server.jms --- [INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0 [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.server.jms --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.jms/target/org.eclipse.scout.rt.server.jms-7.0.300-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jms/7.0.300-SNAPSHOT/org.eclipse.scout.rt.server.jms-7.0.300-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.jms/pom.xml to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jms/7.0.300-SNAPSHOT/org.eclipse.scout.rt.server.jms-7.0.300-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.jms/target/org.eclipse.scout.rt.server.jms-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jms/7.0.300-SNAPSHOT/org.eclipse.scout.rt.server.jms-7.0.300-SNAPSHOT-sources.jar [INFO] [INFO] -------< org.eclipse.scout.rt:org.eclipse.scout.rt.server.jaxws >------- [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.server.jaxws 7.0.300-SNAPSHOT [32/40] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.server.jaxws --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.server.jaxws --- [INFO] [INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.rt.server.jaxws --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.rt.server.jaxws --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.jaxws/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.server.jaxws --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.6.1: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/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.jaxws/target/classes [INFO] [INFO] --- jandex-maven-plugin:1.0.5:jandex (make-index) @ org.eclipse.scout.rt.server.jaxws --- [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.server.jaxws --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.jaxws/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.rt.server.jaxws --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.rt.server.jaxws --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.server.jaxws --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.jaxws/target/org.eclipse.scout.rt.server.jaxws-7.0.300-SNAPSHOT.jar [INFO] [INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.server.jaxws --- [INFO] Skipping because packaging 'jar' is not pom. [INFO] [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.server.jaxws --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.server.jaxws --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.jaxws/target/org.eclipse.scout.rt.server.jaxws-7.0.300-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.server.jaxws --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.server.jaxws --- [INFO] Checking compile classpath [INFO] Checking runtime classpath [INFO] Checking test classpath [INFO] [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.server.jaxws --- [INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0 [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.server.jaxws --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.jaxws/target/org.eclipse.scout.rt.server.jaxws-7.0.300-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jaxws/7.0.300-SNAPSHOT/org.eclipse.scout.rt.server.jaxws-7.0.300-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.jaxws/pom.xml to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jaxws/7.0.300-SNAPSHOT/org.eclipse.scout.rt.server.jaxws-7.0.300-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.jaxws/target/org.eclipse.scout.rt.server.jaxws-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jaxws/7.0.300-SNAPSHOT/org.eclipse.scout.rt.server.jaxws-7.0.300-SNAPSHOT-sources.jar [INFO] [INFO] -------< org.eclipse.scout.rt:org.eclipse.scout.rt.server.jdbc >-------- [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.server.jdbc 7.0.300-SNAPSHOT [33/40] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.server.jdbc --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.server.jdbc --- [INFO] [INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.rt.server.jdbc --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.rt.server.jdbc --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.jdbc/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.server.jdbc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.6.1: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/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.jdbc/target/classes [INFO] [INFO] --- jandex-maven-plugin:1.0.5:jandex (make-index) @ org.eclipse.scout.rt.server.jdbc --- [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.server.jdbc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.jdbc/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.rt.server.jdbc --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.rt.server.jdbc --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.server.jdbc --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.jdbc/target/org.eclipse.scout.rt.server.jdbc-7.0.300-SNAPSHOT.jar [INFO] [INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.server.jdbc --- [INFO] Skipping because packaging 'jar' is not pom. [INFO] [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.server.jdbc --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.server.jdbc --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.jdbc/target/org.eclipse.scout.rt.server.jdbc-7.0.300-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.server.jdbc --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.server.jdbc --- [INFO] Checking compile classpath [INFO] Checking runtime classpath [INFO] Checking test classpath [INFO] [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.server.jdbc --- [INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0 [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.server.jdbc --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.jdbc/target/org.eclipse.scout.rt.server.jdbc-7.0.300-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jdbc/7.0.300-SNAPSHOT/org.eclipse.scout.rt.server.jdbc-7.0.300-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.jdbc/pom.xml to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jdbc/7.0.300-SNAPSHOT/org.eclipse.scout.rt.server.jdbc-7.0.300-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.jdbc/target/org.eclipse.scout.rt.server.jdbc-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jdbc/7.0.300-SNAPSHOT/org.eclipse.scout.rt.server.jdbc-7.0.300-SNAPSHOT-sources.jar [INFO] [INFO] -------< org.eclipse.scout.rt:org.eclipse.scout.rt.serverbridge >------- [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.serverbridge 7.0.300-SNAPSHOT [34/40] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.serverbridge --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.serverbridge --- [INFO] [INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.rt.serverbridge --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.rt.serverbridge --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.serverbridge/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.serverbridge --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.rt.serverbridge --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.serverbridge/target/classes [INFO] [INFO] --- jandex-maven-plugin:1.0.5:jandex (make-index) @ org.eclipse.scout.rt.serverbridge --- [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.serverbridge --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.serverbridge/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.rt.serverbridge --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.rt.serverbridge --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.serverbridge --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.serverbridge/target/org.eclipse.scout.rt.serverbridge-7.0.300-SNAPSHOT.jar [INFO] [INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.serverbridge --- [INFO] Skipping because packaging 'jar' is not pom. [INFO] [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.serverbridge --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.serverbridge --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.serverbridge/target/org.eclipse.scout.rt.serverbridge-7.0.300-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.serverbridge --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.serverbridge --- [INFO] Checking compile classpath [INFO] Checking runtime classpath [INFO] Checking test classpath [INFO] [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.serverbridge --- [INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0 [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.serverbridge --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.serverbridge/target/org.eclipse.scout.rt.serverbridge-7.0.300-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.serverbridge/7.0.300-SNAPSHOT/org.eclipse.scout.rt.serverbridge-7.0.300-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.serverbridge/pom.xml to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.serverbridge/7.0.300-SNAPSHOT/org.eclipse.scout.rt.serverbridge-7.0.300-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.serverbridge/target/org.eclipse.scout.rt.serverbridge-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.serverbridge/7.0.300-SNAPSHOT/org.eclipse.scout.rt.serverbridge-7.0.300-SNAPSHOT-sources.jar [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 7.0.300-SNAPSHOT [35/40] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.svg.client.test --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.svg.client.test --- [INFO] [INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.rt.svg.client.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.rt.svg.client.test --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.svg.client.test/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.svg.client.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.svg.client.test/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1: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.6.1:testCompile (default-testCompile) @ org.eclipse.scout.rt.svg.client.test --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.svg.client.test/target/test-classes [INFO] [INFO] --- jandex-maven-plugin:1.0.5:jandex (make-index) @ org.eclipse.scout.rt.svg.client.test --- [INFO] [SKIP] Cannot process fileset in directory: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.svg.client.test/target/classes. Directory does not exist! [INFO] [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.rt.svg.client.test --- ------------------------------------------------------- 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.932 sec - in org.eclipse.scout.rt.svg.client.SVGUtilityTest Results : Tests run: 5, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.svg.client.test --- [WARNING] JAR will be empty - no content was marked for inclusion! [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.svg.client.test/target/org.eclipse.scout.rt.svg.client.test-7.0.300-SNAPSHOT.jar [INFO] [INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.svg.client.test --- [INFO] Skipping because packaging 'jar' is not pom. [INFO] [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.svg.client.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.svg.client.test/target/org.eclipse.scout.rt.svg.client.test-7.0.300-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.svg.client.test --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.svg.client.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.svg.client.test/target/org.eclipse.scout.rt.svg.client.test-7.0.300-SNAPSHOT-test-sources.jar [INFO] [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.svg.client.test --- [INFO] Checking compile classpath [INFO] Checking runtime classpath [INFO] Checking test classpath [INFO] [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.svg.client.test --- [INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0 [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.svg.client.test --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.svg.client.test/target/org.eclipse.scout.rt.svg.client.test-7.0.300-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.svg.client.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.svg.client.test-7.0.300-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.svg.client.test/pom.xml to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.svg.client.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.svg.client.test-7.0.300-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.svg.client.test/target/org.eclipse.scout.rt.svg.client.test-7.0.300-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.svg.client.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.svg.client.test-7.0.300-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.svg.client.test/target/org.eclipse.scout.rt.svg.client.test-7.0.300-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.svg.client.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.svg.client.test-7.0.300-SNAPSHOT-test-sources.jar [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 7.0.300-SNAPSHOT [36/40] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.ui.html.test --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.ui.html.test --- [INFO] [INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.rt.ui.html.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.rt.ui.html.test --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.ui.html.test/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- build-helper-maven-plugin:1.12:add-resource (add-js-resource) @ org.eclipse.scout.rt.ui.html.test --- [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.ui.html.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.ui.html.test/src/main/resources [INFO] Copying 12 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.rt.ui.html.test --- [INFO] No sources to compile [INFO] [INFO] --- phantomjs-maven-plugin:0.7:install (default) @ org.eclipse.scout.rt.ui.html.test --- [INFO] Resolved artifact /home/jenkins/.m2/repository/com/github/klieber/phantomjs/2.1.1/phantomjs-2.1.1-linux-x86_64.tar.bz2 from eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases) [INFO] Extracting /home/jenkins/.m2/repository/com/github/klieber/phantomjs/2.1.1/phantomjs-2.1.1-linux-x86_64.tar.bz2/phantomjs-2.1.1-linux-x86_64/bin/phantomjs to /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.ui.html.test/target/phantomjs-maven-plugin/phantomjs-2.1.1-linux-x86_64/bin/phantomjs [INFO] [INFO] --- build-helper-maven-plugin:1.12: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 154 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1: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/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.ui.html.test/target/test-classes [INFO] [INFO] --- jandex-maven-plugin:1.0.5:jandex (make-index) @ org.eclipse.scout.rt.ui.html.test --- [INFO] [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.rt.ui.html.test --- ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.eclipse.scout.rt.ui.html.res.loader.TextsLoaderTest 23:55:51,616 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [logback-test.xml] at [file:/home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.ui.html.test/target/test-classes/logback-test.xml] 23:55:51,773 |-INFO in ch.qos.logback.core.joran.util.ConfigurationWatchListUtil@235b4cb8 - Adding [jar:file:/home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.platform.test/target/org.eclipse.scout.rt.platform.test-7.0.300-SNAPSHOT.jar!/logback-test-scout.xml] to configuration watch list. 23:55:51,773 |-INFO in ch.qos.logback.core.joran.spi.ConfigurationWatchList@4346808 - URL [jar:file:/home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.platform.test/target/org.eclipse.scout.rt.platform.test-7.0.300-SNAPSHOT.jar!/logback-test-scout.xml] is not of type file 23:55:51,782 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 23:55:51,790 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [STDOUT] 23:55:51,811 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 23:55:51,871 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 23:55:51,872 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [STDERR] 23:55:51,872 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 23:55:51,873 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to INFO 23:55:51,874 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [STDOUT] to Logger[ROOT] 23:55:51,875 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [STDERR] to Logger[ROOT] 23:55:51,876 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.quartz] to WARN 23:55:51,876 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer] to DEBUG 23:55:51,877 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.scout.rt.ui.html] to DEBUG 23:55:51,877 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 23:55:51,879 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@778a1250 - Registering current configuration as safe fallback point 2023-01-07 23:55:51,983 INFO [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateHeadless(PlatformImplementor.java:172) - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[] 2023-01-07 23:55:52,010 INFO [Thread-1] org.eclipse.scout.rt.platform.inventory.ClassInventory.(ClassInventory.java:38) - Building jandex class inventory using rebuild strategy IF_MISSING... - MDC[] 2023-01-07 23:55:52,116 INFO [Thread-1] org.eclipse.scout.rt.platform.inventory.ClassInventory.(ClassInventory.java:44) - Finished building jandex class inventory in 118.775585 ms. Total class count: 4103 - MDC[] 2023-01-07 23:55:52,527 INFO [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:215) - Collected 265 beans in 409.832418 ms - MDC[] 2023-01-07 23:55:52,576 INFO [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:220) - Registered 265 beans in 48.089653 ms - MDC[] 2023-01-07 23:55:52,592 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[] 2023-01-07 23:55:52,598 INFO [Thread-1] org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrator.stateChanged(CodeTypeRegistrator.java:32) - 0 code type classes registered. - MDC[] 2023-01-07 23:55:52,601 INFO [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateConfiguration(PlatformImplementor.java:184) - No config.properties found. Running with empty configuration. - MDC[] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.163 sec - in org.eclipse.scout.rt.ui.html.res.loader.TextsLoaderTest Running org.eclipse.scout.rt.ui.html.res.loader.HtmlDocumentParserTest 2023-01-07 23:55:52,672 WARN [main] org.eclipse.scout.rt.ui.html.res.loader.HtmlDocumentParser.stripUnknownTags(HtmlDocumentParser.java:340) - Removing unknown or improperly formatted scout tag from 'html/path': - MDC[] 2023-01-07 23:55:52,672 WARN [main] org.eclipse.scout.rt.ui.html.res.loader.HtmlDocumentParser.stripUnknownTags(HtmlDocumentParser.java:340) - Removing unknown or improperly formatted scout tag from 'html/path': - MDC[] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 sec - in org.eclipse.scout.rt.ui.html.res.loader.HtmlDocumentParserTest Running org.eclipse.scout.rt.ui.html.res.BinaryResourceUrlUtilityTest 2023-01-07 23:55:52,747 INFO [Thread-1] org.eclipse.scout.rt.ui.html.res.PrebuildFiles.stateChanged(PrebuildFiles.java:39) - Pre-building of web resources is enabled - MDC[] 2023-01-07 23:55:52,747 INFO [Thread-1] org.eclipse.scout.rt.ui.html.res.PrebuildFiles.buildResources(PrebuildFiles.java:69) - Finished pre-building of 0 web resources in 0.349590 ms - MDC[] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.083 sec - in org.eclipse.scout.rt.ui.html.res.BinaryResourceUrlUtilityTest Running org.eclipse.scout.rt.ui.html.json.tree.JsonTreeTest 2023-01-07 23:55:53,903 WARN [main] org.eclipse.scout.testing.client.ClientSessionProviderWithCache.registerSessionForNotifications(ClientSessionProviderWithCache.java:149) - Failed to register session for notifications. - MDC[] 2023-01-07 23:55:53,908 WARN [main] org.eclipse.scout.rt.client.AbstractClientSession.getUserAgent(AbstractClientSession.java:186) - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[] 2023-01-07 23:55:54,019 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@64aa5e8b[id = 92378da2-594b-4b3a-a705-740f821fb8af], user=jenkins] - MDC[jobName=Starting ClientSession [sessionId=92378da2-594b-4b3a-a705-740f821fb8af]] 2023-01-07 23:55:54,146 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@1335bb13] - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:54,190 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'nodesDeleted' for Tree with id 2. Model: org.eclipse.scout.rt.ui.html.json.tree.fixtures.Tree@3c65e09e - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:54,239 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'nodesInserted' for Tree with id 2. Model: org.eclipse.scout.rt.ui.html.json.tree.fixtures.Tree@27ea65c9 - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:54,248 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'allChildNodesDeleted' for Tree with id 2. Model: org.eclipse.scout.rt.ui.html.json.tree.fixtures.Tree@260544bf - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:54,260 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'nodesChecked' for Tree with id 2. Model: org.eclipse.scout.rt.ui.html.json.tree.fixtures.Tree@145b047c - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:54,283 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'nodesDeleted' for Tree with id 2. Model: org.eclipse.scout.rt.ui.html.json.tree.fixtures.Tree@5a450c8 - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:54,290 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.JsonResponse.toJsonInternal(JsonResponse.java:319) - Adapter data created for these adapters: [2] - MDC[jobName=Running JUnit test in model job] 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}]}}} 2023-01-07 23:55:54,295 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'nodesDeleted' for Tree with id 2. Model: org.eclipse.scout.rt.ui.html.json.tree.fixtures.Tree@3005dcfa - MDC[jobName=Running JUnit test in model job] Response #2: {"#":1,"events":[{"target":"2","type":"nodesDeleted","commonParentNodeId":"4","nodeIds":["5"]}]} 2023-01-07 23:55:54,300 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.JsonResponse.toJsonInternal(JsonResponse.java:319) - Adapter data created for these adapters: [2] - MDC[jobName=Running JUnit test in model job] Response #1: {"startupData":{},"adapterData":{"2":{"id":"2","objectType":"Tree","scrollToSelection":false}}} Response #2: {"#":1} 2023-01-07 23:55:54,304 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'nodesDeleted' for Tree with id 2. Model: org.eclipse.scout.rt.ui.html.json.tree.fixtures.Tree@22a699d8 - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:54,336 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'nodesDeleted' for Tree with id 2. Model: org.eclipse.scout.rt.ui.html.json.tree.fixtures.Tree@775a432c - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:54,366 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'allChildNodesDeleted' for Tree with id 2. Model: org.eclipse.scout.rt.ui.html.json.tree.fixtures.TreeWith3Levels@5ff2d129 - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:54,370 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'nodesDeleted' for Tree with id 2. Model: org.eclipse.scout.rt.ui.html.json.tree.fixtures.Tree@378e9b42 - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:54,541 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.JsonResponse.toJsonInternal(JsonResponse.java:319) - Adapter data created for these adapters: [2] - MDC[jobName=Running JUnit test in model job] 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}]}}} 2023-01-07 23:55:54,542 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'nodeExpanded' for Tree with id 2. Model: org.eclipse.scout.rt.ui.html.json.tree.fixtures.Tree@63d60ff4 - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:54,542 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'nodeExpanded' for Tree with id 2. Model: org.eclipse.scout.rt.ui.html.json.tree.fixtures.Tree@63d60ff4 - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:54,543 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'nodeExpanded' for Tree with id 2. Model: org.eclipse.scout.rt.ui.html.json.tree.fixtures.Tree@63d60ff4 - 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}]} 2023-01-07 23:55:54,543 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'nodeExpanded' for Tree with id 2. Model: org.eclipse.scout.rt.ui.html.json.tree.fixtures.Tree@63d60ff4 - MDC[jobName=Running JUnit test in model job] Response #3: {"#":2,"events":[{"target":"2","type":"nodeExpanded","nodeId":"3","expanded":false,"expandedLazy":false,"recursive":true}]} 2023-01-07 23:55:54,650 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] 2023-01-07 23:55:54,685 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'allChildNodesDeleted' for Outline with id 2. Model: org.eclipse.scout.rt.ui.html.json.desktop.fixtures.Outline@438078e2 - MDC[jobName=Running JUnit test in model job] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.925 sec - in org.eclipse.scout.rt.ui.html.json.tree.JsonTreeTest Running org.eclipse.scout.rt.ui.html.json.table.control.JsonFormTableControlTest 2023-01-07 23:55:54,870 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'requestFocus' for Form with id 3. Model: Form FormWithOneField - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:54,877 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver.addPropertyChangeEvent(AbstractJsonPropertyObserver.java:210) - Added property change event 'form: Form FormWithOneField' for FormTableControl with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.FormTableControl@1900fa43 - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:54,877 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver.addPropertyChangeEvent(AbstractJsonPropertyObserver.java:210) - Added property change event 'selected: true' for FormTableControl with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.FormTableControl@1900fa43 - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:54,878 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'requestFocus' for Form with id 3. Model: Form FormWithOneField - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:54,884 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver.addPropertyChangeEvent(AbstractJsonPropertyObserver.java:210) - Added property change event 'form: Form FormWithOneField' for FormTableControl with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.FormTableControl@30f14795 - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:54,885 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'requestFocus' for Form with id 3. Model: Form FormWithOneField - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:54,890 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver.addPropertyChangeEvent(AbstractJsonPropertyObserver.java:210) - Added property change event 'form: Form FormWithOneField' for FormTableControl with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.FormTableControl@53cfd399 - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:54,891 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver.addPropertyChangeEvent(AbstractJsonPropertyObserver.java:210) - Added property change event 'selected: true' for FormTableControl with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.FormTableControl@53cfd399 - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:54,891 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'requestFocus' for Form with id 3. Model: Form FormWithOneField - MDC[jobName=Running JUnit test in model job] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.203 sec - in org.eclipse.scout.rt.ui.html.json.table.control.JsonFormTableControlTest Running org.eclipse.scout.rt.ui.html.json.table.JsonTableTest 2023-01-07 23:55:54,958 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'rowsDeleted' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.TableWith3Cols@c1eb864 - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:54,964 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver.addPropertyChangeEvent(AbstractJsonPropertyObserver.java:210) - Added property change event 'tableControls: [org.eclipse.scout.rt.ui.html.json.table.fixtures.FormTableControl@55fcad0b]' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.TableWithoutMenus@65ba0696 - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:54,965 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver.addPropertyChangeEvent(AbstractJsonPropertyObserver.java:210) - Added property change event 'tableControls: []' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.TableWithoutMenus@65ba0696 - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:54,972 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.JsonResponse.toJsonInternal(JsonResponse.java:319) - Adapter data created for these adapters: [2, 6] - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:54,974 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'rowsInserted' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.TableWith3Cols@4dbe0283 - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:54,975 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'rowOrderChanged' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.TableWith3Cols@4dbe0283 - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:54,975 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'rowsDeleted' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.TableWith3Cols@4dbe0283 - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:54,981 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'rowsInserted' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.TableWith3Cols@2b1ccf92 - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:54,982 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.JsonResponse.toJsonInternal(JsonResponse.java:319) - Adapter data created for these adapters: [6] - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:55,000 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.JsonResponse.toJsonInternal(JsonResponse.java:319) - Adapter data created for these adapters: [2, 6] - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:55,010 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'rowsSelected' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.Table@1639ce7d - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:55,088 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver.addPropertyChangeEvent(AbstractJsonPropertyObserver.java:210) - Added property change event 'uiSortPossible: true' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.Table@2a6d75ff - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:55,094 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'columnHeadersUpdated' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.Table@2a6d75ff - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:55,110 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'rowsInserted' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.TableWith3Cols@5f63ce2f - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:55,111 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.JsonResponse.toJsonInternal(JsonResponse.java:319) - Adapter data created for these adapters: [6] - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:55,140 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'rowsDeleted' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.TableWith3Cols@23af45c8 - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:55,140 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'rowsUpdated' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.TableWith3Cols@23af45c8 - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:55,146 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.JsonResponse.toJsonInternal(JsonResponse.java:319) - Adapter data created for these adapters: [6] - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:55,161 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'rowsInserted' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.TableWith3Cols@6fba2db6 - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:55,161 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'rowsUpdated' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.TableWith3Cols@6fba2db6 - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:55,162 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'rowsInserted' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.TableWith3Cols@6fba2db6 - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:55,169 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.JsonResponse.toJsonInternal(JsonResponse.java:319) - Adapter data created for these adapters: [6] - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:55,177 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'columnHeadersUpdated' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.TableWith3Cols@1d2f5a40 - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:55,183 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'rowsInserted' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.TableWith3Cols@401ec685 - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:55,184 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'columnHeadersUpdated' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.TableWith3Cols@401ec685 - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:55,184 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.JsonResponse.toJsonInternal(JsonResponse.java:319) - Adapter data created for these adapters: [6] - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:55,189 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'rowsSelected' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.JsonTableTest$1@54f41251 - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:55,193 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'rowsSelected' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.JsonTableTest$2@2c949aa1 - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:55,235 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.JsonResponse.toJsonInternal(JsonResponse.java:319) - Adapter data created for these adapters: [2, 6] - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:55,237 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'allRowsDeleted' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.TableWith3Cols@35078042 - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:55,241 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.JsonResponse.toJsonInternal(JsonResponse.java:319) - Adapter data created for these adapters: [6] - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:55,254 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'rowsDeleted' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.TableWith3Cols@3e539cae - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:55,264 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'rowsDeleted' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.TableWith3Cols@69906b6f - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:55,306 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.JsonResponse.toJsonInternal(JsonResponse.java:319) - Adapter data created for these adapters: [2, 4] - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:55,307 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'rowsUpdated' for Table with id 2. Model: org.eclipse.scout.rt.client.ui.form.fields.listbox.AbstractListBox$DefaultListBoxTable@74c2da9f - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:55,307 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'rowsInserted' for Table with id 2. Model: org.eclipse.scout.rt.client.ui.form.fields.listbox.AbstractListBox$DefaultListBoxTable@74c2da9f - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:55,307 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'rowOrderChanged' for Table with id 2. Model: org.eclipse.scout.rt.client.ui.form.fields.listbox.AbstractListBox$DefaultListBoxTable@74c2da9f - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:55,346 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'columnStructureChanged' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.TableWith3Cols@324c72 - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:55,347 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'allRowsDeleted' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.TableWith3Cols@324c72 - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:55,347 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'rowsInserted' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.TableWith3Cols@324c72 - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:55,462 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'rowsDeleted' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.TableWith3Cols@6cf94fd4 - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:55,472 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'allRowsDeleted' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.TableWith3Cols@2ebcd28f - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:55,472 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'columnStructureChanged' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.TableWith3Cols@2ebcd28f - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:55,473 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'rowsInserted' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.TableWith3Cols@2ebcd28f - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:55,479 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'allRowsDeleted' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.TableWith3Cols@7b778de5 - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:55,483 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.JsonResponse.toJsonInternal(JsonResponse.java:319) - Adapter data created for these adapters: [2, 6] - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:55,484 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'rowOrderChanged' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.TableWith3Cols@270fe108 - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:55,484 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'rowsDeleted' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.TableWith3Cols@270fe108 - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:55,487 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver.addPropertyChangeEvent(AbstractJsonPropertyObserver.java:210) - Added property change event 'tableControls: [org.eclipse.scout.rt.ui.html.json.table.fixtures.FormTableControl@12f3ab52]' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.TableWithoutMenus@640eb9ae - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:55,488 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver.addPropertyChangeEvent(AbstractJsonPropertyObserver.java:210) - Added property change event 'tableControls: [org.eclipse.scout.rt.ui.html.json.table.fixtures.FormTableControl@12f3ab52, org.eclipse.scout.rt.ui.html.json.table.fixtures.FormTableControl@46a3af24]' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.TableWithoutMenus@640eb9ae - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:55,488 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver.addPropertyChangeEvent(AbstractJsonPropertyObserver.java:210) - Added property change event 'tableControls: [org.eclipse.scout.rt.ui.html.json.table.fixtures.FormTableControl@46a3af24]' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.TableWithoutMenus@640eb9ae - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:55,493 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'rowsInserted' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.TableWith3Cols@49a37df7 - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:55,493 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'rowOrderChanged' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.TableWith3Cols@49a37df7 - MDC[jobName=Running JUnit test in model job] Tests run: 46, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.601 sec - in org.eclipse.scout.rt.ui.html.json.table.JsonTableTest Running org.eclipse.scout.rt.ui.html.json.table.JsonCellToJsonTest Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.07 sec - in org.eclipse.scout.rt.ui.html.json.table.JsonCellToJsonTest Running org.eclipse.scout.rt.ui.html.json.menu.JsonMenuTest 2023-01-07 23:55:55,574 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.JsonResponse.toJsonInternal(JsonResponse.java:319) - Adapter data created for these adapters: [3] - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:55,574 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver.addPropertyChangeEvent(AbstractJsonPropertyObserver.java:210) - Added property change event 'tooltipText: Test-Tooltip' for Menu with id 3. Model: org.eclipse.scout.rt.ui.html.json.menu.fixtures.MenuWithNonDisplayableChild$DisplayableMenu@5d872e3 - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:55,575 WARN [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.action.JsonAction.handleModelPropertyChange(JsonAction.java:188) - Setting visibleGranted=false has no effect, because JsonAdapter 3 (org.eclipse.scout.rt.ui.html.json.menu.fixtures.MenuWithNonDisplayableChild$DisplayableMenu@5d872e3) is already sent to the UI. - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:55,575 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver.addPropertyChangeEvent(AbstractJsonPropertyObserver.java:210) - Added property change event 'visible: false' for Menu with id 3. Model: org.eclipse.scout.rt.ui.html.json.menu.fixtures.MenuWithNonDisplayableChild$DisplayableMenu@5d872e3 - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:55,582 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.JsonResponse.toJsonInternal(JsonResponse.java:319) - Adapter data created for these adapters: [2] - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:55,583 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver.addPropertyChangeEvent(AbstractJsonPropertyObserver.java:210) - Added property change event 'text: bar' for Menu with id 2. Model: org.eclipse.scout.rt.ui.html.json.menu.fixtures.Menu@6df8fa7f - MDC[jobName=Running JUnit test in model job] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec - in org.eclipse.scout.rt.ui.html.json.menu.JsonMenuTest Running org.eclipse.scout.rt.ui.html.json.form.fields.tablefield.JsonTableFieldTest 2023-01-07 23:55:55,647 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver.addPropertyChangeEvent(AbstractJsonPropertyObserver.java:210) - Added property change event 'table: org.eclipse.scout.rt.ui.html.json.desktop.fixtures.TablePage$Table@113cc1b7' 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] 2023-01-07 23:55:55,648 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver.addPropertyChangeEvent(AbstractJsonPropertyObserver.java:210) - Added property change event 'keyStrokes: []' for TableField with id 10. Model: null/TableField (org.eclipse.scout.rt.ui.html.json.form.fields.tablefield.fixtures.TableField) - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:55,649 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver.addPropertyChangeEvent(AbstractJsonPropertyObserver.java:210) - Added property change event 'table: org.eclipse.scout.rt.ui.html.json.table.fixtures.Table@5233722a' 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] 2023-01-07 23:55:55,656 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver.addPropertyChangeEvent(AbstractJsonPropertyObserver.java:210) - Added property change event 'table: org.eclipse.scout.rt.ui.html.json.desktop.fixtures.TablePage$Table@759eddb7' 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] 2023-01-07 23:55:55,656 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver.addPropertyChangeEvent(AbstractJsonPropertyObserver.java:210) - Added property change event 'keyStrokes: []' for TableField with id 10. Model: null/TableField (org.eclipse.scout.rt.ui.html.json.form.fields.tablefield.fixtures.TableField) - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:55,662 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver.addPropertyChangeEvent(AbstractJsonPropertyObserver.java:210) - Added property change event 'table: org.eclipse.scout.rt.ui.html.json.table.fixtures.Table@6a01968f' 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.079 sec - in org.eclipse.scout.rt.ui.html.json.form.fields.tablefield.JsonTableFieldTest Running org.eclipse.scout.rt.ui.html.json.form.fields.tabbox.JsonTabBoxTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.553 sec - in org.eclipse.scout.rt.ui.html.json.form.fields.tabbox.JsonTabBoxTest Running org.eclipse.scout.rt.ui.html.json.form.fields.stringfield.JsonStringFieldTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec - in org.eclipse.scout.rt.ui.html.json.form.fields.stringfield.JsonStringFieldTest Running org.eclipse.scout.rt.ui.html.json.form.fields.listbox.JsonListBoxTest 2023-01-07 23:55:56,259 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'rowsInserted' for Table with id 11. Model: org.eclipse.scout.rt.client.ui.form.fields.listbox.AbstractListBox$DefaultListBoxTable@7eba8597 - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:56,260 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'rowOrderChanged' for Table with id 11. Model: org.eclipse.scout.rt.client.ui.form.fields.listbox.AbstractListBox$DefaultListBoxTable@7eba8597 - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:56,262 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'rowsDeleted' for Table with id 11. Model: org.eclipse.scout.rt.client.ui.form.fields.listbox.AbstractListBox$DefaultListBoxTable@7eba8597 - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:56,262 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'rowsUpdated' for Table with id 11. Model: org.eclipse.scout.rt.client.ui.form.fields.listbox.AbstractListBox$DefaultListBoxTable@7eba8597 - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:56,262 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'rowOrderChanged' for Table with id 11. Model: org.eclipse.scout.rt.client.ui.form.fields.listbox.AbstractListBox$DefaultListBoxTable@7eba8597 - MDC[jobName=Running JUnit test in model job] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec - in org.eclipse.scout.rt.ui.html.json.form.fields.listbox.JsonListBoxTest Running org.eclipse.scout.rt.ui.html.json.form.fields.htmlfield.JsonHtmlFieldTest 2023-01-07 23:55:56,283 DEBUG [scout-model-thread-24] 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] 2023-01-07 23:55:56,288 WARN [scout-model-thread-24] org.eclipse.scout.rt.ui.html.res.BinaryResourceUrlUtility.createIconUrl(BinaryResourceUrlUtility.java:77) - iconId 'test_icon' could not be resolved - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:56,288 DEBUG [scout-model-thread-24] 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] 2023-01-07 23:55:56,288 WARN [scout-model-thread-24] org.eclipse.scout.rt.ui.html.res.BinaryResourceUrlUtility.createIconUrl(BinaryResourceUrlUtility.java:77) - iconId 'test_icon' could not be resolved - MDC[jobName=Running JUnit test in model job] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec - in org.eclipse.scout.rt.ui.html.json.form.fields.htmlfield.JsonHtmlFieldTest Running org.eclipse.scout.rt.ui.html.json.form.fields.groupbox.JsonGroupBoxTest 2023-01-07 23:55:56,293 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver.addPropertyChangeEvent(AbstractJsonPropertyObserver.java:210) - Added property change event 'borderDecoration: x' for GroupBox with id 2. Model: null/ (org.eclipse.scout.rt.ui.html.json.form.fields.groupbox.JsonGroupBoxTest$1) - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:56,299 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver.addPropertyChangeEvent(AbstractJsonPropertyObserver.java:210) - Added property change event 'borderDecoration: x' for GroupBox with id 2. Model: null/ (org.eclipse.scout.rt.ui.html.json.form.fields.groupbox.JsonGroupBoxTest$1) - MDC[jobName=Running JUnit test in model job] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.eclipse.scout.rt.ui.html.json.form.fields.groupbox.JsonGroupBoxTest Running org.eclipse.scout.rt.ui.html.json.form.fields.browserfield.JsonBrowserFieldTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 sec - in org.eclipse.scout.rt.ui.html.json.form.fields.browserfield.JsonBrowserFieldTest Running org.eclipse.scout.rt.ui.html.json.form.fields.JsonFormFieldTest 2023-01-07 23:55:56,343 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver.addPropertyChangeEvent(AbstractJsonPropertyObserver.java:210) - Added property change event 'label: fooBar' for FormField with id 2. Model: fooBar/ (org.eclipse.scout.rt.ui.html.json.form.fields.JsonFormFieldTest$1) - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:56,343 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver.addPropertyChangeEvent(AbstractJsonPropertyObserver.java:210) - Added property change event 'enabled: false' for FormField with id 2. Model: fooBar/ (org.eclipse.scout.rt.ui.html.json.form.fields.JsonFormFieldTest$1) - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:56,347 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver.addPropertyChangeEvent(AbstractJsonPropertyObserver.java:210) - Added property change event 'errorStatus: MultiStatus [severity=16777216, message=allesFalsch, children=[DefaultFieldStatus [severity=ERROR, message=allesFalsch]]]' for FormField with id 2. Model: fooBar/ (org.eclipse.scout.rt.ui.html.json.form.fields.JsonFormFieldTest$1) - MDC[jobName=Running JUnit test in model job] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.eclipse.scout.rt.ui.html.json.form.fields.JsonFormFieldTest Running org.eclipse.scout.rt.ui.html.json.form.fields.JsonAdapterPropertyConfigBuilderTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.ui.html.json.form.fields.JsonAdapterPropertyConfigBuilderTest Running org.eclipse.scout.rt.ui.html.json.form.JsonFormTest 2023-01-07 23:55:56,367 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver.addPropertyChangeEvent(AbstractJsonPropertyObserver.java:210) - Added property change event 'visible: false' for GroupBox with id 5. Model: null/MainBox (org.eclipse.scout.rt.ui.html.json.form.fixtures.FormWithOneField$MainBox) - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:56,367 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver.addPropertyChangeEvent(AbstractJsonPropertyObserver.java:210) - Added property change event 'gridData: GridData[x=-1, y=-1, w=1, h=1, weightX=-1.0, weightY=-1.0, useUiWidth=false, useUiHeight=false]' for StringField with id 6. Model: null/StringField (org.eclipse.scout.rt.ui.html.json.form.fixtures.FormWithOneField$MainBox$StringField) - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:56,368 ERROR [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.form.JsonForm.findChildAdapter(JsonForm.java:221) - Cannot handle form-event 6020, because adapter for null/StringField (org.eclipse.scout.rt.ui.html.json.form.fixtures.FormWithOneField$MainBox$StringField) could not be resolved in Form[id=4, modelClass=org.eclipse.scout.rt.ui.html.json.form.fixtures.FormWithOneField, parentId=1] - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:56,373 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:346) - Added action event 'formActivate' for Desktop with id 3 and reference 4. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@6282bd49 - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:56,373 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:346) - Added action event 'formShow' for Desktop with id 3 and reference 4. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@6282bd49 - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:56,381 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver.addPropertyChangeEvent(AbstractJsonPropertyObserver.java:210) - Added property change event 'saveNeeded: true' for Form with id 4. Model: Form FormWithOneField - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:56,382 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver.addPropertyChangeEvent(AbstractJsonPropertyObserver.java:210) - Added property change event 'saveNeeded: false' for Form with id 4. Model: Form FormWithOneField - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:56,382 ERROR [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.form.JsonForm.findChildAdapter(JsonForm.java:221) - Cannot handle form-event 6020, because adapter for null/StringField (org.eclipse.scout.rt.ui.html.json.form.fixtures.FormWithOneField$MainBox$StringField) could not be resolved in Form[id=4, modelClass=org.eclipse.scout.rt.ui.html.json.form.fixtures.FormWithOneField, parentId=1] - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:56,389 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:346) - Added action event 'formHide' for Desktop with id 3 and reference 4. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@6282bd49 - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:56,393 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'requestFocus' for Form with id 2. Model: Form FormWithOneField - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:56,394 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'requestFocus' for Form with id 7. Model: Form FormWithOneField - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:56,394 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:346) - Added action event 'formShow' for Desktop with id 3 and reference 7. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@6282bd49 - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:56,395 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:346) - Added action event 'formHide' for Desktop with id 3 and reference 7. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@6282bd49 - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:56,399 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'requestFocus' for Form with id 10. Model: Form FormWithOneField - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:56,399 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:346) - Added action event 'formShow' for Desktop with id 3 and reference 10. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@6282bd49 - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:56,400 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'requestFocus' for Form with id 4. Model: Form FormWithOneField - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:56,400 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:346) - Added action event 'formShow' for Desktop with id 3 and reference 4. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@6282bd49 - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:56,400 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:346) - Added action event 'formHide' for Desktop with id 3 and reference 10. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@6282bd49 - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:56,401 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:346) - Added action event 'formHide' for Desktop with id 3 and reference 4. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@6282bd49 - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:56,404 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'requestFocus' for Form with id 13. Model: Form FormWithOneField - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:56,405 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:346) - Added action event 'formShow' for Desktop with id 3 and reference 13. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@6282bd49 - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:56,405 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'requestFocus' for Form with id 7. Model: Form FormWithOneField - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:56,405 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:346) - Added action event 'formShow' for Desktop with id 3 and reference 7. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@6282bd49 - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:56,405 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'requestFocus' for Form with id 4. Model: Form FormWithOneField - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:56,406 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:346) - Added action event 'formShow' for Desktop with id 3 and reference 4. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@6282bd49 - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:56,406 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:346) - Added action event 'formHide' for Desktop with id 3 and reference 13. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@6282bd49 - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:56,406 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:346) - Added action event 'formHide' for Desktop with id 3 and reference 7. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@6282bd49 - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:56,406 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:346) - Added action event 'formHide' for Desktop with id 3 and reference 4. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@6282bd49 - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:56,435 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'requestFocus' for Form with id 2. Model: Form FormWithOneField - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:56,436 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'requestFocus' for Form with id 16. Model: Form FormWithOneField - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:56,436 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:346) - Added action event 'formShow' for Desktop with id 3 and reference 16. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@6282bd49 - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:56,436 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'requestFocus' for Form with id 10. Model: Form FormWithOneField - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:56,437 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:346) - Added action event 'formShow' for Desktop with id 3 and reference 10. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@6282bd49 - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:56,437 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'requestFocus' for Form with id 7. Model: Form FormWithOneField - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:56,437 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:346) - Added action event 'formShow' for Desktop with id 3 and reference 7. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@6282bd49 - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:56,438 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:346) - Added action event 'formHide' for Desktop with id 3 and reference 16. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@6282bd49 - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:56,438 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:346) - Added action event 'formHide' for Desktop with id 3 and reference 10. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@6282bd49 - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:56,438 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:346) - Added action event 'formHide' for Desktop with id 3 and reference 7. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@6282bd49 - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:56,455 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:346) - Added action event 'formShow' for Desktop with id 3 and reference 19. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@6282bd49 - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:56,455 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:346) - Added action event 'formShow' for Desktop with id 3 and reference 13. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@6282bd49 - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:56,456 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:346) - Added action event 'formShow' for Desktop with id 3 and reference 10. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@6282bd49 - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:56,456 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:346) - Added action event 'formShow' for Desktop with id 3 and reference 4. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@6282bd49 - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:56,456 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:346) - Added action event 'formHide' for Desktop with id 3 and reference 19. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@6282bd49 - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:56,456 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:346) - Added action event 'formHide' for Desktop with id 3 and reference 13. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@6282bd49 - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:56,457 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:346) - Added action event 'formHide' for Desktop with id 3 and reference 10. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@6282bd49 - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:56,457 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:346) - Added action event 'formHide' for Desktop with id 3 and reference 4. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@6282bd49 - MDC[jobName=Running JUnit test in model job] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.109 sec - in org.eclipse.scout.rt.ui.html.json.form.JsonFormTest Running org.eclipse.scout.rt.ui.html.json.form.JsonFormMenuTest 2023-01-07 23:55:56,464 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'requestFocus' for Form with id 22. Model: Form FormWithOneField - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:56,464 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:346) - Added action event 'formShow' for Desktop with id 3 and reference 22. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@6282bd49 - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:56,464 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'requestFocus' for Form with id 16. Model: Form FormWithOneField - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:56,465 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:346) - Added action event 'formShow' for Desktop with id 3 and reference 16. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@6282bd49 - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:56,465 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'requestFocus' for Form with id 13. Model: Form FormWithOneField - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:56,465 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:346) - Added action event 'formShow' for Desktop with id 3 and reference 13. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@6282bd49 - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:56,466 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'requestFocus' for Form with id 7. Model: Form FormWithOneField - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:56,466 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:346) - Added action event 'formShow' for Desktop with id 3 and reference 7. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@6282bd49 - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:56,466 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'requestFocus' for Form with id 3. Model: Form FormWithOneField - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:56,467 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:346) - Added action event 'formHide' for Desktop with id 3 and reference 22. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@6282bd49 - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:56,467 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:346) - Added action event 'formHide' for Desktop with id 3 and reference 16. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@6282bd49 - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:56,467 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:346) - Added action event 'formHide' for Desktop with id 3 and reference 13. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@6282bd49 - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:56,467 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:346) - Added action event 'formHide' for Desktop with id 3 and reference 7. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@6282bd49 - MDC[jobName=Running JUnit test in model job] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.eclipse.scout.rt.ui.html.json.form.JsonFormMenuTest Running org.eclipse.scout.rt.ui.html.json.desktop.JsonOutlineViewButtonTest 2023-01-07 23:55:56,598 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver.addPropertyChangeEvent(AbstractJsonPropertyObserver.java:210) - Added property change event 'outline: org.eclipse.scout.rt.ui.html.json.desktop.fixtures.OutlineWithOneNode@4ed3f530' for OutlineViewButton with id 2. Model: org.eclipse.scout.rt.ui.html.json.desktop.fixtures.OutlineViewButton@23cc08af - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:56,598 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver.addPropertyChangeEvent(AbstractJsonPropertyObserver.java:210) - Added property change event 'selected: true' for OutlineViewButton with id 2. Model: org.eclipse.scout.rt.ui.html.json.desktop.fixtures.OutlineViewButton@23cc08af - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:56,604 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver.addPropertyChangeEvent(AbstractJsonPropertyObserver.java:210) - Added property change event 'outline: org.eclipse.scout.rt.ui.html.json.desktop.fixtures.OutlineWithOneNode@19e2f3bf' for OutlineViewButton with id 2. Model: org.eclipse.scout.rt.ui.html.json.desktop.fixtures.OutlineViewButton@38668c1 - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:56,604 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver.addPropertyChangeEvent(AbstractJsonPropertyObserver.java:210) - Added property change event 'selected: true' for OutlineViewButton with id 2. Model: org.eclipse.scout.rt.ui.html.json.desktop.fixtures.OutlineViewButton@38668c1 - MDC[jobName=Running JUnit test in model job] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.141 sec - in org.eclipse.scout.rt.ui.html.json.desktop.JsonOutlineViewButtonTest Running org.eclipse.scout.rt.ui.html.json.desktop.JsonOutlineTest 2023-01-07 23:55:56,639 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'allChildNodesDeleted' for Outline with id 2. Model: org.eclipse.scout.rt.ui.html.json.desktop.fixtures.Outline@473ef275 - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:56,648 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'nodesSelected' for Outline with id 2. Model: org.eclipse.scout.rt.ui.html.json.desktop.fixtures.Outline@4a153cf - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:56,648 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'allChildNodesDeleted' for Outline with id 2. Model: org.eclipse.scout.rt.ui.html.json.desktop.fixtures.Outline@4a153cf - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:56,657 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'pageChanged' for Outline with id 2. Model: org.eclipse.scout.rt.ui.html.json.desktop.fixtures.Outline@5b9c92b9 - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:56,657 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'nodesInserted' for Outline with id 2. Model: org.eclipse.scout.rt.ui.html.json.desktop.fixtures.Outline@5b9c92b9 - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:56,772 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'allChildNodesDeleted' for Outline with id 2. Model: org.eclipse.scout.rt.ui.html.json.desktop.fixtures.Outline@5ca946f8 - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:56,776 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'pageChanged' for Outline with id 2. Model: org.eclipse.scout.rt.ui.html.json.desktop.fixtures.Outline@39e503ca - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:56,790 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'requestFocus' for Form with id 4. Model: Form FormWithOneField - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:56,790 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'requestFocus' for Form with id 11. Model: Form FormWithOneField - MDC[jobName=Running JUnit test in model job] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.181 sec - in org.eclipse.scout.rt.ui.html.json.desktop.JsonOutlineTest Running org.eclipse.scout.rt.ui.html.json.desktop.JsonDesktopTest 2023-01-07 23:55:56,807 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'openUri' for Desktop with id 2. Model: org.eclipse.scout.rt.ui.html.json.desktop.fixtures.DesktopWithNonDisplayableOutline@6269a676 - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:56,808 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'openUri' for Desktop with id 2. Model: org.eclipse.scout.rt.ui.html.json.desktop.fixtures.DesktopWithNonDisplayableOutline@6269a676 - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:56,935 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:346) - Added action event 'formShow' for Desktop with id 2 and reference 3. Model: org.eclipse.scout.rt.ui.html.json.desktop.fixtures.DesktopWithOneOutline@31e542de - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:56,936 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'requestFocus' for Form with id 3. Model: Form FormWithOneField - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:57,024 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:346) - Added action event 'formShow' for Desktop with id 2 and reference 3. Model: org.eclipse.scout.rt.ui.html.json.desktop.fixtures.DesktopWithOneOutline@389177e - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:57,025 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'requestFocus' for Form with id 3. Model: Form FormWithOneField - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:57,029 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'requestFocus' for Form with id 25. Model: Form FormWithOneField - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:57,029 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:346) - Added action event 'formShow' for Desktop with id 3 and reference 25. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@6282bd49 - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:57,029 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'requestFocus' for Form with id 19. Model: Form FormWithOneField - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:57,029 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:346) - Added action event 'formShow' for Desktop with id 3 and reference 19. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@6282bd49 - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:57,030 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'requestFocus' for Form with id 16. Model: Form FormWithOneField - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:57,030 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:346) - Added action event 'formShow' for Desktop with id 3 and reference 16. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@6282bd49 - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:57,030 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'requestFocus' for Form with id 10. Model: Form FormWithOneField - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:57,030 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:346) - Added action event 'formShow' for Desktop with id 3 and reference 10. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@6282bd49 - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:57,031 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'requestFocus' for Form with id 3. Model: Form FormWithOneField - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:57,031 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:346) - Added action event 'formShow' for Desktop with id 2 and reference 3. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@6282bd49 - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:57,031 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:346) - Added action event 'formHide' for Desktop with id 3 and reference 25. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@6282bd49 - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:57,032 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:346) - Added action event 'formHide' for Desktop with id 3 and reference 19. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@6282bd49 - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:57,032 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:346) - Added action event 'formHide' for Desktop with id 3 and reference 16. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@6282bd49 - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:57,032 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:346) - Added action event 'formHide' for Desktop with id 3 and reference 10. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@6282bd49 - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:57,032 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:346) - Added action event 'formHide' for Desktop with id 2 and reference 3. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@6282bd49 - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:57,038 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:346) - Added action event 'formShow' for Desktop with id 2 and reference 3. Model: org.eclipse.scout.rt.ui.html.json.desktop.fixtures.DesktopWithOneOutline@667be83 - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:57,038 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.JsonResponse.toJsonInternal(JsonResponse.java:319) - Adapter data created for these adapters: [3, 4, 5] - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:57,039 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:346) - Added action event 'formHide' for Desktop with id 2 and reference 3. Model: org.eclipse.scout.rt.ui.html.json.desktop.fixtures.DesktopWithOneOutline@667be83 - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:57,061 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'outlineContentActivate' for Desktop with id 2. Model: org.eclipse.scout.rt.ui.html.json.desktop.fixtures.DesktopWithNonDisplayableOutline@47ad6dbe - MDC[jobName=Running JUnit test in model job] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.27 sec - in org.eclipse.scout.rt.ui.html.json.desktop.JsonDesktopTest Running org.eclipse.scout.rt.ui.html.json.desktop.DownloadHandlerStorageTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.312 sec - in org.eclipse.scout.rt.ui.html.json.desktop.DownloadHandlerStorageTest Running org.eclipse.scout.rt.ui.html.json.basic.planner.JsonPlannerTest 2023-01-07 23:55:57,422 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.basic.planner.JsonPlanner.toJson(JsonPlanner.java:227) - Id: 2. Resources: {"id":"3","resourceCell":{"text":"resource1","horizontalAlignment":-1,"editable":false,"htmlEnabled":false,"mandatory":false},"activities":[{"id":"4"}]} - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:57,424 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver.addPropertyChangeEvent(AbstractJsonPropertyObserver.java:210) - Added property change event 'selectionRange: Range [m_from=null, m_to=null]' for Planner with id 2. Model: org.eclipse.scout.rt.ui.html.json.basic.planner.JsonPlannerTest$P_Planner@56998740 - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:57,425 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'allResourcesDeleted' for Planner with id 2. Model: org.eclipse.scout.rt.ui.html.json.basic.planner.JsonPlannerTest$P_Planner@56998740 - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:57,426 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'resourcesInserted' for Planner with id 2. Model: org.eclipse.scout.rt.ui.html.json.basic.planner.JsonPlannerTest$P_Planner@56998740 - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:57,427 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'allResourcesDeleted' for Planner with id 2. Model: org.eclipse.scout.rt.ui.html.json.basic.planner.JsonPlannerTest$P_Planner@56998740 - MDC[jobName=Running JUnit test in model job] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 sec - in org.eclipse.scout.rt.ui.html.json.basic.planner.JsonPlannerTest Running org.eclipse.scout.rt.ui.html.json.basic.filechooser.JsonFileChooserAcceptAttributeBuilderTest Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.ui.html.json.basic.filechooser.JsonFileChooserAcceptAttributeBuilderTest Running org.eclipse.scout.rt.ui.html.json.PropertyEventFilterTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.ui.html.json.PropertyEventFilterTest Running org.eclipse.scout.rt.ui.html.json.JsonUtilityTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.ui.html.json.JsonUtilityTest Running org.eclipse.scout.rt.ui.html.json.JsonStatusTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.ui.html.json.JsonStatusTest Running org.eclipse.scout.rt.ui.html.json.JsonStartupRequestTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.ui.html.json.JsonStartupRequestTest Running org.eclipse.scout.rt.ui.html.json.JsonResponseTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec - in org.eclipse.scout.rt.ui.html.json.JsonResponseTest Running org.eclipse.scout.rt.ui.html.json.JsonRequestTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.ui.html.json.JsonRequestTest Running org.eclipse.scout.rt.ui.html.json.JsonObjectUtilityTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.ui.html.json.JsonObjectUtilityTest Running org.eclipse.scout.rt.ui.html.json.JsonEventTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.ui.html.json.JsonEventTest Running org.eclipse.scout.rt.ui.html.json.JsonDateTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.ui.html.json.JsonDateTest Running org.eclipse.scout.rt.ui.html.json.JsonByteArrayTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.ui.html.json.JsonByteArrayTest Running org.eclipse.scout.rt.ui.html.json.JsonBeanTest 2023-01-07 23:55:57,478 INFO [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.MainJsonObjectFactory.getFactories(MainJsonObjectFactory.java:39) - Using following object factories: [org.eclipse.scout.rt.ui.html.json.MainJsonObjectFactory@3f5e974b, org.eclipse.scout.rt.ui.html.JsonObjectFactory@532a52c4] - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:57,481 INFO [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.MainJsonObjectFactory.getFactories(MainJsonObjectFactory.java:39) - Using following object factories: [org.eclipse.scout.rt.ui.html.json.MainJsonObjectFactory@3f5e974b, org.eclipse.scout.rt.ui.html.JsonObjectFactory@391342ed] - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:57,483 INFO [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.MainJsonObjectFactory.getFactories(MainJsonObjectFactory.java:39) - Using following object factories: [org.eclipse.scout.rt.ui.html.json.MainJsonObjectFactory@3f5e974b, org.eclipse.scout.rt.ui.html.JsonObjectFactory@7301aeaa] - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:57,487 INFO [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.MainJsonObjectFactory.getFactories(MainJsonObjectFactory.java:39) - Using following object factories: [org.eclipse.scout.rt.ui.html.json.MainJsonObjectFactory@3f5e974b, org.eclipse.scout.rt.ui.html.JsonObjectFactory@1131bafa] - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:57,489 INFO [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.MainJsonObjectFactory.getFactories(MainJsonObjectFactory.java:39) - Using following object factories: [org.eclipse.scout.rt.ui.html.json.MainJsonObjectFactory@3f5e974b, org.eclipse.scout.rt.ui.html.JsonObjectFactory@4473609e] - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:57,491 INFO [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.MainJsonObjectFactory.getFactories(MainJsonObjectFactory.java:39) - Using following object factories: [org.eclipse.scout.rt.ui.html.json.MainJsonObjectFactory@3f5e974b, org.eclipse.scout.rt.ui.html.JsonObjectFactory@40d27bb6] - MDC[jobName=Running JUnit test in model job] 2023-01-07 23:55:57,493 INFO [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.MainJsonObjectFactory.getFactories(MainJsonObjectFactory.java:39) - Using following object factories: [org.eclipse.scout.rt.ui.html.json.MainJsonObjectFactory@3f5e974b, org.eclipse.scout.rt.ui.html.JsonObjectFactory@30003a7] - MDC[jobName=Running JUnit test in model job] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec - in org.eclipse.scout.rt.ui.html.json.JsonBeanTest Running org.eclipse.scout.rt.ui.html.json.JsonAdapterRegistryTest 2023-01-07 23:55:57,497 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver.addPropertyChangeEvent(AbstractJsonPropertyObserver.java:210) - Added property change event 'displayText: Test' for StringField with id 2. Model: null/ (org.eclipse.scout.rt.ui.html.json.JsonAdapterRegistryTest$1) - MDC[jobName=Running JUnit test in model job] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.ui.html.json.JsonAdapterRegistryTest Running org.eclipse.scout.rt.ui.html.json.DefaultValuesFilterTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.ui.html.json.DefaultValuesFilterTest Running org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserverTest 2023-01-07 23:55:57,549 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver.addPropertyChangeEvent(AbstractJsonPropertyObserver.java:210) - Added property change event 'fooBar: baz' for FooType with id fooId. Model: m_model - MDC[jobName=Running JUnit test in model job] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 sec - in org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserverTest Running org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapterTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapterTest Running org.eclipse.scout.rt.ui.html.cache.HttpResourceCacheTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.ui.html.cache.HttpResourceCacheTest Running org.eclipse.scout.rt.ui.html.cache.HttpCacheObjectTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.ui.html.cache.HttpCacheObjectTest Running org.eclipse.scout.rt.ui.html.cache.HttpCacheKeyTest Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.ui.html.cache.HttpCacheKeyTest Running org.eclipse.scout.rt.ui.html.cache.HttpCacheControlTest Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.138 sec - in org.eclipse.scout.rt.ui.html.cache.HttpCacheControlTest Running org.eclipse.scout.rt.ui.html.UiThreadInterruptionTest 2023-01-07 23:55:57,701 INFO [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateHeadless(PlatformImplementor.java:172) - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[] 2023-01-07 23:55:57,708 INFO [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:215) - Collected 265 beans in 7.189212 ms - MDC[] 2023-01-07 23:55:57,711 INFO [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:220) - Registered 265 beans in 2.766592 ms - MDC[] 2023-01-07 23:55:57,712 INFO [main] org.eclipse.scout.rt.platform.logger.LoggerPlatformListener.registerLoggerSupportBean(LoggerPlatformListener.java:105) - Registered logger support org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport - MDC[] 2023-01-07 23:55:57,712 INFO [main] org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrator.stateChanged(CodeTypeRegistrator.java:32) - 0 code type classes registered. - MDC[] 2023-01-07 23:55:57,712 INFO [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateConfiguration(PlatformImplementor.java:184) - No config.properties found. Running with empty configuration. - MDC[] 2023-01-07 23:55:57,714 INFO [main] org.eclipse.scout.rt.ui.html.res.PrebuildFiles.stateChanged(PrebuildFiles.java:39) - Pre-building of web resources is enabled - MDC[] 2023-01-07 23:55:57,714 INFO [main] org.eclipse.scout.rt.ui.html.res.PrebuildFiles.buildResources(PrebuildFiles.java:69) - Finished pre-building of 0 web resources in 0.047792 ms - MDC[] 2023-01-07 23:55:57,744 WARN [main] org.eclipse.scout.rt.ui.html.UiThreadInterruption.detectAndClear(UiThreadInterruption.java:34) - DETECTED_THREAD_INTERRUPTION in org.eclipse.scout.rt.ui.html.UiThreadInterruptionTest#5653429e '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:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 sec - in org.eclipse.scout.rt.ui.html.UiThreadInterruptionTest Running org.eclipse.scout.rt.ui.html.UiSessionTest 2023-01-07 23:55:57,761 DEBUG [main] org.eclipse.scout.rt.ui.html.HttpSessionHelper.getSessionStore(HttpSessionHelper.java:48) - Created new session store for HTTP session with ID null - MDC[] 2023-01-07 23:55:57,772 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.preregisterUiSession(SessionStore.java:218) - Pre-register UI session with ID 0:fkrstivihfs8pv3o666c75pkg3 - MDC[] 2023-01-07 23:55:57,777 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@45c77f27[id = 0df72104-4e06-465a-80ae-9a8b72617101], user=jenkins] - MDC[jobName=Starting ClientSession [sessionId=0df72104-4e06-465a-80ae-9a8b72617101]] 2023-01-07 23:55:57,778 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.getOrCreateClientSession(UiSession.java:303) - Created new client session [clientSessionId=0df72104-4e06-465a-80ae-9a8b72617101, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] - MDC[] 2023-01-07 23:55:57,783 INFO [main] org.eclipse.scout.rt.ui.html.UiThemeUtility.getConfiguredTheme(UiThemeUtility.java:53) - UI theme configured in config.properties: default - MDC[] 2023-01-07 23:55:57,783 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.initUiTheme(UiSession.java:421) - UI theme model=default current=default reloadPage=false - MDC[] 2023-01-07 23:55:57,803 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.getTextMap(UiSession.java:1246) - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@5702232d - MDC[] 2023-01-07 23:55:57,803 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.init(UiSession.java:263) - UiSession with ID 0:fkrstivihfs8pv3o666c75pkg3 initialized - MDC[] 2023-01-07 23:55:57,804 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.registerUiSession(SessionStore.java:256) - Register UI session with ID 0:fkrstivihfs8pv3o666c75pkg3 in store (clientSessionId=0df72104-4e06-465a-80ae-9a8b72617101) - MDC[] 2023-01-07 23:55:57,804 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[] 2023-01-07 23:55:57,806 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.dispose(UiSession.java:598) - Disposing UI session with ID 0:fkrstivihfs8pv3o666c75pkg3... - MDC[] 2023-01-07 23:55:57,806 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.unregisterUiSession(SessionStore.java:295) - Unregister UI session with ID 0:fkrstivihfs8pv3o666c75pkg3 from store (clientSessionId=0df72104-4e06-465a-80ae-9a8b72617101) - MDC[] 2023-01-07 23:55:57,807 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 0df72104-4e06-465a-80ae-9a8b72617101 - MDC[] 2023-01-07 23:55:57,807 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.startHousekeepingInsideWriteLock(SessionStore.java:353) - Session housekeeping: Schedule job for client session with ID 0df72104-4e06-465a-80ae-9a8b72617101 - MDC[] 2023-01-07 23:55:57,811 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.doHousekeepingOutsideWriteLock(SessionStore.java:391) - Session housekeeping: Client session 0df72104-4e06-465a-80ae-9a8b72617101 referenced by 0 UI sessions and 0 preregistered UI sessions - MDC[] 2023-01-07 23:55:57,811 INFO [main] org.eclipse.scout.rt.ui.html.SessionStore.doHousekeepingOutsideWriteLock(SessionStore.java:396) - Session housekeeping: Shutting down client session with ID 0df72104-4e06-465a-80ae-9a8b72617101 because it is not used anymore - MDC[] 2023-01-07 23:55:57,812 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.removeClientSessionInsideWriteLock(SessionStore.java:409) - Remove client session with ID 0df72104-4e06-465a-80ae-9a8b72617101 from session store - MDC[] 2023-01-07 23:55:57,835 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[] 2023-01-07 23:55:57,838 INFO [scout-model-thread-22] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:419) - Enter stop(0) of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@45c77f27[id = 0df72104-4e06-465a-80ae-9a8b72617101] - MDC[jobName=Stop client session 0df72104-4e06-465a-80ae-9a8b72617101 due to session housekeeping] 2023-01-07 23:55:57,838 INFO [scout-model-thread-22] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:424) - Call desktop.doBeforeClosingInternal of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@45c77f27[id = 0df72104-4e06-465a-80ae-9a8b72617101] - MDC[jobName=Stop client session 0df72104-4e06-465a-80ae-9a8b72617101 due to session housekeeping] 2023-01-07 23:55:57,843 INFO [scout-model-thread-22] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:449) - Begin stop of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@45c77f27[id = 0df72104-4e06-465a-80ae-9a8b72617101], point of no return - MDC[jobName=Stop client session 0df72104-4e06-465a-80ae-9a8b72617101 due to session housekeeping] 2023-01-07 23:55:57,849 INFO [scout-model-thread-22] org.eclipse.scout.rt.client.AbstractClientSession.inactivateSession(AbstractClientSession.java:503) - Client session stopped [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@45c77f27[id = 0df72104-4e06-465a-80ae-9a8b72617101], user=jenkins] - MDC[jobName=Stop client session 0df72104-4e06-465a-80ae-9a8b72617101 due to session housekeeping] 2023-01-07 23:55:57,849 INFO [scout-model-thread-22] org.eclipse.scout.rt.client.session.ClientSessionStopHelper.callStop(ClientSessionStopHelper.java:95) - Client session with ID 0df72104-4e06-465a-80ae-9a8b72617101 terminated. - MDC[jobName=Stop client session 0df72104-4e06-465a-80ae-9a8b72617101 due to session housekeeping] 2023-01-07 23:55:57,968 DEBUG [main] org.eclipse.scout.rt.ui.html.HttpSessionHelper.getSessionStore(HttpSessionHelper.java:48) - Created new session store for HTTP session with ID null - MDC[] 2023-01-07 23:55:57,973 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.preregisterUiSession(SessionStore.java:218) - Pre-register UI session with ID 0:pa70jtcutriqqsg8e855hasu6j - MDC[] 2023-01-07 23:55:57,975 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@4d4d1d66[id = ae9d84a8-babf-4c66-b9ac-d834aa76a599], user=jenkins] - MDC[jobName=Starting ClientSession [sessionId=ae9d84a8-babf-4c66-b9ac-d834aa76a599]] 2023-01-07 23:55:57,975 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.getOrCreateClientSession(UiSession.java:303) - Created new client session [clientSessionId=ae9d84a8-babf-4c66-b9ac-d834aa76a599, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] - MDC[] 2023-01-07 23:55:57,976 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.initUiTheme(UiSession.java:421) - UI theme model=default current=default reloadPage=false - MDC[] 2023-01-07 23:55:57,998 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.getTextMap(UiSession.java:1246) - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@5702232d - MDC[] 2023-01-07 23:55:57,999 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.init(UiSession.java:263) - UiSession with ID 0:pa70jtcutriqqsg8e855hasu6j initialized - MDC[] 2023-01-07 23:55:57,999 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.registerUiSession(SessionStore.java:256) - Register UI session with ID 0:pa70jtcutriqqsg8e855hasu6j in store (clientSessionId=ae9d84a8-babf-4c66-b9ac-d834aa76a599) - MDC[] 2023-01-07 23:55:58,016 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@5bb98870 - MDC[jobName=org.eclipse.scout.rt.ui.html.UiSessionTest$6] 2023-01-07 23:55:58,017 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[] 2023-01-07 23:55:58,017 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.dispose(UiSession.java:598) - Disposing UI session with ID 0:pa70jtcutriqqsg8e855hasu6j... - MDC[] 2023-01-07 23:55:58,017 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.unregisterUiSession(SessionStore.java:295) - Unregister UI session with ID 0:pa70jtcutriqqsg8e855hasu6j from store (clientSessionId=ae9d84a8-babf-4c66-b9ac-d834aa76a599) - MDC[] 2023-01-07 23:55:58,017 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 ae9d84a8-babf-4c66-b9ac-d834aa76a599 - MDC[] 2023-01-07 23:55:58,018 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.startHousekeepingInsideWriteLock(SessionStore.java:353) - Session housekeeping: Schedule job for client session with ID ae9d84a8-babf-4c66-b9ac-d834aa76a599 - MDC[] 2023-01-07 23:55:58,018 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.doHousekeepingOutsideWriteLock(SessionStore.java:391) - Session housekeeping: Client session ae9d84a8-babf-4c66-b9ac-d834aa76a599 referenced by 0 UI sessions and 0 preregistered UI sessions - MDC[] 2023-01-07 23:55:58,018 INFO [main] org.eclipse.scout.rt.ui.html.SessionStore.doHousekeepingOutsideWriteLock(SessionStore.java:396) - Session housekeeping: Shutting down client session with ID ae9d84a8-babf-4c66-b9ac-d834aa76a599 because it is not used anymore - MDC[] 2023-01-07 23:55:58,018 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.removeClientSessionInsideWriteLock(SessionStore.java:409) - Remove client session with ID ae9d84a8-babf-4c66-b9ac-d834aa76a599 from session store - MDC[] 2023-01-07 23:55:58,018 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[] 2023-01-07 23:55:58,020 INFO [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:419) - Enter stop(0) of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@4d4d1d66[id = ae9d84a8-babf-4c66-b9ac-d834aa76a599] - MDC[jobName=Stop client session ae9d84a8-babf-4c66-b9ac-d834aa76a599 due to session housekeeping] 2023-01-07 23:55:58,020 INFO [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:424) - Call desktop.doBeforeClosingInternal of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@4d4d1d66[id = ae9d84a8-babf-4c66-b9ac-d834aa76a599] - MDC[jobName=Stop client session ae9d84a8-babf-4c66-b9ac-d834aa76a599 due to session housekeeping] 2023-01-07 23:55:58,020 INFO [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:449) - Begin stop of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@4d4d1d66[id = ae9d84a8-babf-4c66-b9ac-d834aa76a599], point of no return - MDC[jobName=Stop client session ae9d84a8-babf-4c66-b9ac-d834aa76a599 due to session housekeeping] # SessionStoreTestForm.doFinally WAIT_FOR_JOB... 2023-01-07 23:56:00,021 WARN [scout-thread-23] org.eclipse.scout.rt.client.session.ClientSessionStopHelper.awaitJobs(ClientSessionStopHelper.java:162) - Client session org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@4d4d1d66[id = ae9d84a8-babf-4c66-b9ac-d834aa76a599] did not stop within 1 seconds. Stopping will continue. - MDC[jobName=org.eclipse.scout.rt.client.session.ClientSessionStopHelper$2] 2023-01-07 23:56:00,021 INFO [scout-thread-23] org.eclipse.scout.rt.client.session.ClientSessionStopHelper.cancelJobs(ClientSessionStopHelper.java:180) - Cancel running model jobs because the client session was shut down. [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@4d4d1d66[id = ae9d84a8-babf-4c66-b9ac-d834aa76a599], user=jenkins, jobs=[JobFutureTask@470fc16c[job=Stop client session ae9d84a8-babf-4c66-b9ac-d834aa76a599 due to session housekeeping, state=RUNNING]]] - MDC[jobName=org.eclipse.scout.rt.client.session.ClientSessionStopHelper$2] 2023-01-07 23:56:00,023 ERROR [scout-model-thread-24] org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop.internalCloseForms(AbstractDesktop.java:2058) - Exception while closing forms - MDC[jobName=Stop client session ae9d84a8-babf-4c66-b9ac-d834aa76a599 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-24, 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:1944) 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:467) at org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:414) 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.$Proxy34.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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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 2023-01-07 23:56:00,024 WARN [scout-model-thread-24] org.eclipse.scout.rt.client.transformation.MainDeviceTransformer.dispose(MainDeviceTransformer.java:64) - Transformed forms map is not empty. Make sure every form gets closed properly to free up memory as quickly as possible. Cleaning up now... Open forms: [Form SessionStoreTestForm] - MDC[jobName=Stop client session ae9d84a8-babf-4c66-b9ac-d834aa76a599 due to session housekeeping] 2023-01-07 23:56:00,024 DEBUG [main] org.eclipse.scout.rt.ui.html.HttpSessionHelper.getSessionStore(HttpSessionHelper.java:48) - Created new session store for HTTP session with ID null - MDC[] 2023-01-07 23:56:00,025 INFO [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession.inactivateSession(AbstractClientSession.java:503) - Client session stopped [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@4d4d1d66[id = ae9d84a8-babf-4c66-b9ac-d834aa76a599], user=jenkins] - MDC[jobName=Stop client session ae9d84a8-babf-4c66-b9ac-d834aa76a599 due to session housekeeping] 2023-01-07 23:56:00,025 INFO [scout-model-thread-24] org.eclipse.scout.rt.client.session.ClientSessionStopHelper.callStop(ClientSessionStopHelper.java:95) - Client session with ID ae9d84a8-babf-4c66-b9ac-d834aa76a599 terminated. - MDC[jobName=Stop client session ae9d84a8-babf-4c66-b9ac-d834aa76a599 due to session housekeeping] 2023-01-07 23:56:00,026 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.preregisterUiSession(SessionStore.java:218) - Pre-register UI session with ID 0:3v8h9vk5h81p3hn1fqnnmg7en5 - MDC[] 2023-01-07 23:56:00,027 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@6575dbad[id = ec104394-53e5-4f8e-b2be-d214a06491c7], user=jenkins] - MDC[jobName=Starting ClientSession [sessionId=ec104394-53e5-4f8e-b2be-d214a06491c7]] 2023-01-07 23:56:00,028 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.getOrCreateClientSession(UiSession.java:303) - Created new client session [clientSessionId=ec104394-53e5-4f8e-b2be-d214a06491c7, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] - MDC[] 2023-01-07 23:56:00,028 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.initUiTheme(UiSession.java:421) - UI theme model=default current=default reloadPage=false - MDC[] 2023-01-07 23:56:00,030 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.getTextMap(UiSession.java:1246) - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@5702232d - MDC[] 2023-01-07 23:56:00,031 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.init(UiSession.java:263) - UiSession with ID 0:3v8h9vk5h81p3hn1fqnnmg7en5 initialized - MDC[] 2023-01-07 23:56:00,031 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.registerUiSession(SessionStore.java:256) - Register UI session with ID 0:3v8h9vk5h81p3hn1fqnnmg7en5 in store (clientSessionId=ec104394-53e5-4f8e-b2be-d214a06491c7) - MDC[] 2023-01-07 23:56:00,034 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:346) - Added action event 'formShow' for Desktop with id 3 and reference 4. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@468d43c4 - MDC[jobName=org.eclipse.scout.rt.ui.html.UiSessionTest$3] 2023-01-07 23:56:00,036 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.logout(UiSession.java:966) - Logging out from UI session with ID 0:3v8h9vk5h81p3hn1fqnnmg7en5 [clientSessionId=ec104394-53e5-4f8e-b2be-d214a06491c7, processingJsonRequest=false] - MDC[] 2023-01-07 23:56:00,036 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.dispose(UiSession.java:598) - Disposing UI session with ID 0:3v8h9vk5h81p3hn1fqnnmg7en5... - MDC[] 2023-01-07 23:56:00,036 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.unregisterUiSession(SessionStore.java:295) - Unregister UI session with ID 0:3v8h9vk5h81p3hn1fqnnmg7en5 from store (clientSessionId=ec104394-53e5-4f8e-b2be-d214a06491c7) - MDC[] 2023-01-07 23:56:00,036 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 ec104394-53e5-4f8e-b2be-d214a06491c7 - MDC[] 2023-01-07 23:56:00,037 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.startHousekeepingInsideWriteLock(SessionStore.java:353) - Session housekeeping: Schedule job for client session with ID ec104394-53e5-4f8e-b2be-d214a06491c7 - MDC[] 2023-01-07 23:56:00,037 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.logout(UiSession.java:980) - Logged out successfully from UI session with ID 0:3v8h9vk5h81p3hn1fqnnmg7en5 - MDC[] 2023-01-07 23:56:00,037 DEBUG [scout-thread-24] org.eclipse.scout.rt.ui.html.SessionStore.doHousekeepingOutsideWriteLock(SessionStore.java:391) - Session housekeeping: Client session ec104394-53e5-4f8e-b2be-d214a06491c7 referenced by 0 UI sessions and 0 preregistered UI sessions - MDC[jobName=Performing session housekeeping for client session with ID ec104394-53e5-4f8e-b2be-d214a06491c7] 2023-01-07 23:56:00,038 INFO [scout-thread-24] org.eclipse.scout.rt.ui.html.SessionStore.doHousekeepingOutsideWriteLock(SessionStore.java:396) - Session housekeeping: Shutting down client session with ID ec104394-53e5-4f8e-b2be-d214a06491c7 because it is not used anymore - MDC[jobName=Performing session housekeeping for client session with ID ec104394-53e5-4f8e-b2be-d214a06491c7] 2023-01-07 23:56:00,038 DEBUG [scout-thread-24] org.eclipse.scout.rt.ui.html.SessionStore.removeClientSessionInsideWriteLock(SessionStore.java:409) - Remove client session with ID ec104394-53e5-4f8e-b2be-d214a06491c7 from session store - MDC[jobName=Performing session housekeeping for client session with ID ec104394-53e5-4f8e-b2be-d214a06491c7] 2023-01-07 23:56:00,038 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 ec104394-53e5-4f8e-b2be-d214a06491c7] 2023-01-07 23:56:00,040 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 ec104394-53e5-4f8e-b2be-d214a06491c7] 2023-01-07 23:56:00,040 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 ec104394-53e5-4f8e-b2be-d214a06491c7] 2023-01-07 23:56:00,041 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:419) - Enter stop(0) of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@6575dbad[id = ec104394-53e5-4f8e-b2be-d214a06491c7] - MDC[jobName=Stop client session ec104394-53e5-4f8e-b2be-d214a06491c7 due to session housekeeping] 2023-01-07 23:56:00,042 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:424) - Call desktop.doBeforeClosingInternal of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@6575dbad[id = ec104394-53e5-4f8e-b2be-d214a06491c7] - MDC[jobName=Stop client session ec104394-53e5-4f8e-b2be-d214a06491c7 due to session housekeeping] 2023-01-07 23:56:00,042 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:449) - Begin stop of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@6575dbad[id = ec104394-53e5-4f8e-b2be-d214a06491c7], point of no return - MDC[jobName=Stop client session ec104394-53e5-4f8e-b2be-d214a06491c7 due to session housekeeping] # SessionStoreTestForm.doFinally WAIT_FOR_JOB... 2023-01-07 23:56:02,055 WARN [scout-thread-21] org.eclipse.scout.rt.client.session.ClientSessionStopHelper.awaitJobs(ClientSessionStopHelper.java:162) - Client session org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@6575dbad[id = ec104394-53e5-4f8e-b2be-d214a06491c7] did not stop within 1 seconds. Stopping will continue. - MDC[jobName=org.eclipse.scout.rt.client.session.ClientSessionStopHelper$2] 2023-01-07 23:56:02,058 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@6575dbad[id = ec104394-53e5-4f8e-b2be-d214a06491c7], user=jenkins, jobs=[JobFutureTask@301b634b[job=Stop client session ec104394-53e5-4f8e-b2be-d214a06491c7 due to session housekeeping, state=RUNNING]]] - MDC[jobName=org.eclipse.scout.rt.client.session.ClientSessionStopHelper$2] 2023-01-07 23:56:02,058 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 ec104394-53e5-4f8e-b2be-d214a06491c7 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:1944) 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:467) at org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:414) 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.$Proxy34.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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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 2023-01-07 23:56:02,059 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 ec104394-53e5-4f8e-b2be-d214a06491c7 due to session housekeeping] 2023-01-07 23:56:02,060 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.inactivateSession(AbstractClientSession.java:503) - Client session stopped [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@6575dbad[id = ec104394-53e5-4f8e-b2be-d214a06491c7], user=jenkins] - MDC[jobName=Stop client session ec104394-53e5-4f8e-b2be-d214a06491c7 due to session housekeeping] 2023-01-07 23:56:02,060 DEBUG [main] org.eclipse.scout.rt.ui.html.HttpSessionHelper.getSessionStore(HttpSessionHelper.java:48) - Created new session store for HTTP session with ID null - MDC[] 2023-01-07 23:56:02,060 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.session.ClientSessionStopHelper.callStop(ClientSessionStopHelper.java:95) - Client session with ID ec104394-53e5-4f8e-b2be-d214a06491c7 terminated. - MDC[jobName=Stop client session ec104394-53e5-4f8e-b2be-d214a06491c7 due to session housekeeping] 2023-01-07 23:56:02,062 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.preregisterUiSession(SessionStore.java:218) - Pre-register UI session with ID 0:85hhp2q9rufefferga08g57k3d - MDC[] 2023-01-07 23:56:02,064 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@34fc6a00[id = ddc16e53-d63f-4257-acd2-e7079ad88481], user=jenkins] - MDC[jobName=Starting ClientSession [sessionId=ddc16e53-d63f-4257-acd2-e7079ad88481]] 2023-01-07 23:56:02,064 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.getOrCreateClientSession(UiSession.java:303) - Created new client session [clientSessionId=ddc16e53-d63f-4257-acd2-e7079ad88481, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] - MDC[] 2023-01-07 23:56:02,065 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.initUiTheme(UiSession.java:421) - UI theme model=default current=default reloadPage=false - MDC[] 2023-01-07 23:56:02,070 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.getTextMap(UiSession.java:1246) - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@5702232d - MDC[] 2023-01-07 23:56:02,071 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.init(UiSession.java:263) - UiSession with ID 0:85hhp2q9rufefferga08g57k3d initialized - MDC[] 2023-01-07 23:56:02,071 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.registerUiSession(SessionStore.java:256) - Register UI session with ID 0:85hhp2q9rufefferga08g57k3d in store (clientSessionId=ddc16e53-d63f-4257-acd2-e7079ad88481) - MDC[] 2023-01-07 23:56:02,073 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@15cde9d9 - MDC[jobName=org.eclipse.scout.rt.ui.html.UiSessionTest$3] 2023-01-07 23:56:02,074 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.logout(UiSession.java:966) - Logging out from UI session with ID 0:85hhp2q9rufefferga08g57k3d [clientSessionId=ddc16e53-d63f-4257-acd2-e7079ad88481, processingJsonRequest=false] - MDC[] 2023-01-07 23:56:02,074 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.dispose(UiSession.java:598) - Disposing UI session with ID 0:85hhp2q9rufefferga08g57k3d... - MDC[] 2023-01-07 23:56:02,074 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.unregisterUiSession(SessionStore.java:295) - Unregister UI session with ID 0:85hhp2q9rufefferga08g57k3d from store (clientSessionId=ddc16e53-d63f-4257-acd2-e7079ad88481) - MDC[] 2023-01-07 23:56:02,075 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 ddc16e53-d63f-4257-acd2-e7079ad88481 - MDC[] 2023-01-07 23:56:02,075 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.startHousekeepingInsideWriteLock(SessionStore.java:353) - Session housekeeping: Schedule job for client session with ID ddc16e53-d63f-4257-acd2-e7079ad88481 - MDC[] 2023-01-07 23:56:02,075 DEBUG [scout-thread-23] org.eclipse.scout.rt.ui.html.SessionStore.doHousekeepingOutsideWriteLock(SessionStore.java:391) - Session housekeeping: Client session ddc16e53-d63f-4257-acd2-e7079ad88481 referenced by 0 UI sessions and 0 preregistered UI sessions - MDC[jobName=Performing session housekeeping for client session with ID ddc16e53-d63f-4257-acd2-e7079ad88481] 2023-01-07 23:56:02,075 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.logout(UiSession.java:980) - Logged out successfully from UI session with ID 0:85hhp2q9rufefferga08g57k3d - MDC[] 2023-01-07 23:56:02,075 INFO [scout-thread-23] org.eclipse.scout.rt.ui.html.SessionStore.doHousekeepingOutsideWriteLock(SessionStore.java:396) - Session housekeeping: Shutting down client session with ID ddc16e53-d63f-4257-acd2-e7079ad88481 because it is not used anymore - MDC[jobName=Performing session housekeeping for client session with ID ddc16e53-d63f-4257-acd2-e7079ad88481] 2023-01-07 23:56:02,075 DEBUG [scout-thread-23] org.eclipse.scout.rt.ui.html.SessionStore.removeClientSessionInsideWriteLock(SessionStore.java:409) - Remove client session with ID ddc16e53-d63f-4257-acd2-e7079ad88481 from session store - MDC[jobName=Performing session housekeeping for client session with ID ddc16e53-d63f-4257-acd2-e7079ad88481] 2023-01-07 23:56:02,076 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 ddc16e53-d63f-4257-acd2-e7079ad88481] 2023-01-07 23:56:02,076 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 ddc16e53-d63f-4257-acd2-e7079ad88481] 2023-01-07 23:56:02,077 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 ddc16e53-d63f-4257-acd2-e7079ad88481] 2023-01-07 23:56:02,077 INFO [scout-model-thread-21] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:419) - Enter stop(0) of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@34fc6a00[id = ddc16e53-d63f-4257-acd2-e7079ad88481] - MDC[jobName=Stop client session ddc16e53-d63f-4257-acd2-e7079ad88481 due to session housekeeping] 2023-01-07 23:56:02,078 INFO [scout-model-thread-21] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:424) - Call desktop.doBeforeClosingInternal of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@34fc6a00[id = ddc16e53-d63f-4257-acd2-e7079ad88481] - MDC[jobName=Stop client session ddc16e53-d63f-4257-acd2-e7079ad88481 due to session housekeeping] 2023-01-07 23:56:02,078 INFO [scout-model-thread-21] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:449) - Begin stop of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@34fc6a00[id = ddc16e53-d63f-4257-acd2-e7079ad88481], point of no return - MDC[jobName=Stop client session ddc16e53-d63f-4257-acd2-e7079ad88481 due to session housekeeping] # SessionStoreTestForm.doFinally WAIT_FOR_MESSAGE_BOX... 2023-01-07 23:56:02,104 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 ddc16e53-d63f-4257-acd2-e7079ad88481 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:1944) 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:467) at org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:414) 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.$Proxy34.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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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. 2023-01-07 23:56:02,136 INFO [scout-model-thread-21] org.eclipse.scout.rt.client.AbstractClientSession.inactivateSession(AbstractClientSession.java:503) - Client session stopped [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@34fc6a00[id = ddc16e53-d63f-4257-acd2-e7079ad88481], user=jenkins] - MDC[jobName=Stop client session ddc16e53-d63f-4257-acd2-e7079ad88481 due to session housekeeping] 2023-01-07 23:56:02,136 INFO [scout-model-thread-21] org.eclipse.scout.rt.client.session.ClientSessionStopHelper.callStop(ClientSessionStopHelper.java:95) - Client session with ID ddc16e53-d63f-4257-acd2-e7079ad88481 terminated. - MDC[jobName=Stop client session ddc16e53-d63f-4257-acd2-e7079ad88481 due to session housekeeping] 2023-01-07 23:56:02,275 DEBUG [main] org.eclipse.scout.rt.ui.html.HttpSessionHelper.getSessionStore(HttpSessionHelper.java:48) - Created new session store for HTTP session with ID null - MDC[] 2023-01-07 23:56:02,276 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.preregisterUiSession(SessionStore.java:218) - Pre-register UI session with ID 0:97th1oeasm9j0a5il4rec27fg8 - MDC[] 2023-01-07 23:56:02,278 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@6612e91[id = 43be2731-df11-4149-be2a-d7063f0b9b6f], user=jenkins] - MDC[jobName=Starting ClientSession [sessionId=43be2731-df11-4149-be2a-d7063f0b9b6f]] 2023-01-07 23:56:02,278 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.getOrCreateClientSession(UiSession.java:303) - Created new client session [clientSessionId=43be2731-df11-4149-be2a-d7063f0b9b6f, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] - MDC[] 2023-01-07 23:56:02,279 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.initUiTheme(UiSession.java:421) - UI theme model=default current=default reloadPage=false - MDC[] 2023-01-07 23:56:02,281 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.getTextMap(UiSession.java:1246) - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@5702232d - MDC[] 2023-01-07 23:56:02,281 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.init(UiSession.java:263) - UiSession with ID 0:97th1oeasm9j0a5il4rec27fg8 initialized - MDC[] 2023-01-07 23:56:02,282 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.registerUiSession(SessionStore.java:256) - Register UI session with ID 0:97th1oeasm9j0a5il4rec27fg8 in store (clientSessionId=43be2731-df11-4149-be2a-d7063f0b9b6f) - MDC[] 2023-01-07 23:56:02,284 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@5cd51644 - MDC[jobName=org.eclipse.scout.rt.ui.html.UiSessionTest$6] 2023-01-07 23:56:02,284 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[] 2023-01-07 23:56:02,284 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.dispose(UiSession.java:598) - Disposing UI session with ID 0:97th1oeasm9j0a5il4rec27fg8... - MDC[] 2023-01-07 23:56:02,285 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.unregisterUiSession(SessionStore.java:295) - Unregister UI session with ID 0:97th1oeasm9j0a5il4rec27fg8 from store (clientSessionId=43be2731-df11-4149-be2a-d7063f0b9b6f) - MDC[] 2023-01-07 23:56:02,285 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 43be2731-df11-4149-be2a-d7063f0b9b6f - MDC[] 2023-01-07 23:56:02,285 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.startHousekeepingInsideWriteLock(SessionStore.java:353) - Session housekeeping: Schedule job for client session with ID 43be2731-df11-4149-be2a-d7063f0b9b6f - MDC[] 2023-01-07 23:56:02,285 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.doHousekeepingOutsideWriteLock(SessionStore.java:391) - Session housekeeping: Client session 43be2731-df11-4149-be2a-d7063f0b9b6f referenced by 0 UI sessions and 0 preregistered UI sessions - MDC[] 2023-01-07 23:56:02,285 INFO [main] org.eclipse.scout.rt.ui.html.SessionStore.doHousekeepingOutsideWriteLock(SessionStore.java:396) - Session housekeeping: Shutting down client session with ID 43be2731-df11-4149-be2a-d7063f0b9b6f because it is not used anymore - MDC[] 2023-01-07 23:56:02,286 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.removeClientSessionInsideWriteLock(SessionStore.java:409) - Remove client session with ID 43be2731-df11-4149-be2a-d7063f0b9b6f from session store - MDC[] 2023-01-07 23:56:02,286 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[] 2023-01-07 23:56:02,286 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:419) - Enter stop(0) of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@6612e91[id = 43be2731-df11-4149-be2a-d7063f0b9b6f] - MDC[jobName=Stop client session 43be2731-df11-4149-be2a-d7063f0b9b6f due to session housekeeping] 2023-01-07 23:56:02,287 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:424) - Call desktop.doBeforeClosingInternal of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@6612e91[id = 43be2731-df11-4149-be2a-d7063f0b9b6f] - MDC[jobName=Stop client session 43be2731-df11-4149-be2a-d7063f0b9b6f due to session housekeeping] 2023-01-07 23:56:02,287 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:449) - Begin stop of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@6612e91[id = 43be2731-df11-4149-be2a-d7063f0b9b6f], point of no return - MDC[jobName=Stop client session 43be2731-df11-4149-be2a-d7063f0b9b6f due to session housekeeping] # SessionStoreTestForm.doFinally WAIT_FOR_MESSAGE_BOX... 2023-01-07 23:56:02,288 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 43be2731-df11-4149-be2a-d7063f0b9b6f 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:1944) 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:467) at org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:414) 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.$Proxy34.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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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. 2023-01-07 23:56:02,289 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.inactivateSession(AbstractClientSession.java:503) - Client session stopped [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@6612e91[id = 43be2731-df11-4149-be2a-d7063f0b9b6f], user=jenkins] - MDC[jobName=Stop client session 43be2731-df11-4149-be2a-d7063f0b9b6f due to session housekeeping] 2023-01-07 23:56:02,289 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.session.ClientSessionStopHelper.callStop(ClientSessionStopHelper.java:95) - Client session with ID 43be2731-df11-4149-be2a-d7063f0b9b6f terminated. - MDC[jobName=Stop client session 43be2731-df11-4149-be2a-d7063f0b9b6f due to session housekeeping] 2023-01-07 23:56:02,290 DEBUG [main] org.eclipse.scout.rt.ui.html.HttpSessionHelper.getSessionStore(HttpSessionHelper.java:48) - Created new session store for HTTP session with ID null - MDC[] 2023-01-07 23:56:02,291 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.preregisterUiSession(SessionStore.java:218) - Pre-register UI session with ID 0:svlun9r2k766ft9i5kss5dvlq - MDC[] 2023-01-07 23:56:02,294 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@25449a73[id = dec60d8d-db50-4f7f-b704-1389bd41130e], user=jenkins] - MDC[jobName=Starting ClientSession [sessionId=dec60d8d-db50-4f7f-b704-1389bd41130e]] 2023-01-07 23:56:02,294 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.getOrCreateClientSession(UiSession.java:303) - Created new client session [clientSessionId=dec60d8d-db50-4f7f-b704-1389bd41130e, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] - MDC[] 2023-01-07 23:56:02,295 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.initUiTheme(UiSession.java:421) - UI theme model=default current=default reloadPage=false - MDC[] 2023-01-07 23:56:02,297 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.getTextMap(UiSession.java:1246) - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@5702232d - MDC[] 2023-01-07 23:56:02,297 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.init(UiSession.java:263) - UiSession with ID 0:svlun9r2k766ft9i5kss5dvlq initialized - MDC[] 2023-01-07 23:56:02,298 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.registerUiSession(SessionStore.java:256) - Register UI session with ID 0:svlun9r2k766ft9i5kss5dvlq in store (clientSessionId=dec60d8d-db50-4f7f-b704-1389bd41130e) - MDC[] 2023-01-07 23:56:02,300 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@982df6 - MDC[jobName=org.eclipse.scout.rt.ui.html.UiSessionTest$6] 2023-01-07 23:56:02,301 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[] 2023-01-07 23:56:02,301 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.dispose(UiSession.java:598) - Disposing UI session with ID 0:svlun9r2k766ft9i5kss5dvlq... - MDC[] 2023-01-07 23:56:02,301 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.unregisterUiSession(SessionStore.java:295) - Unregister UI session with ID 0:svlun9r2k766ft9i5kss5dvlq from store (clientSessionId=dec60d8d-db50-4f7f-b704-1389bd41130e) - MDC[] 2023-01-07 23:56:02,301 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 dec60d8d-db50-4f7f-b704-1389bd41130e - MDC[] 2023-01-07 23:56:02,302 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.startHousekeepingInsideWriteLock(SessionStore.java:353) - Session housekeeping: Schedule job for client session with ID dec60d8d-db50-4f7f-b704-1389bd41130e - MDC[] 2023-01-07 23:56:02,302 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.doHousekeepingOutsideWriteLock(SessionStore.java:391) - Session housekeeping: Client session dec60d8d-db50-4f7f-b704-1389bd41130e referenced by 0 UI sessions and 0 preregistered UI sessions - MDC[] 2023-01-07 23:56:02,302 INFO [main] org.eclipse.scout.rt.ui.html.SessionStore.doHousekeepingOutsideWriteLock(SessionStore.java:396) - Session housekeeping: Shutting down client session with ID dec60d8d-db50-4f7f-b704-1389bd41130e because it is not used anymore - MDC[] 2023-01-07 23:56:02,303 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.removeClientSessionInsideWriteLock(SessionStore.java:409) - Remove client session with ID dec60d8d-db50-4f7f-b704-1389bd41130e from session store - MDC[] 2023-01-07 23:56:02,303 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[] 2023-01-07 23:56:02,303 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:419) - Enter stop(0) of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@25449a73[id = dec60d8d-db50-4f7f-b704-1389bd41130e] - MDC[jobName=Stop client session dec60d8d-db50-4f7f-b704-1389bd41130e due to session housekeeping] 2023-01-07 23:56:02,304 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:424) - Call desktop.doBeforeClosingInternal of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@25449a73[id = dec60d8d-db50-4f7f-b704-1389bd41130e] - MDC[jobName=Stop client session dec60d8d-db50-4f7f-b704-1389bd41130e due to session housekeeping] 2023-01-07 23:56:02,304 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:449) - Begin stop of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@25449a73[id = dec60d8d-db50-4f7f-b704-1389bd41130e], point of no return - MDC[jobName=Stop client session dec60d8d-db50-4f7f-b704-1389bd41130e due to session housekeeping] # SessionStoreTestForm.doFinally WAIT_FOR_LOOP... # for-loop in state RUNNING, ttl=5000 2023-01-07 23:56:04,304 WARN [scout-thread-22] org.eclipse.scout.rt.client.session.ClientSessionStopHelper.awaitJobs(ClientSessionStopHelper.java:162) - Client session org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@25449a73[id = dec60d8d-db50-4f7f-b704-1389bd41130e] did not stop within 1 seconds. Stopping will continue. - MDC[jobName=org.eclipse.scout.rt.client.session.ClientSessionStopHelper$2] 2023-01-07 23:56:04,305 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@25449a73[id = dec60d8d-db50-4f7f-b704-1389bd41130e], user=jenkins, jobs=[JobFutureTask@7c424dfe[job=Stop client session dec60d8d-db50-4f7f-b704-1389bd41130e due to session housekeeping, state=WAITING_FOR_PERMIT], JobFutureTask@57c9b924[job=Stop client session dec60d8d-db50-4f7f-b704-1389bd41130e due to session housekeeping, state=RUNNING]]] - MDC[jobName=org.eclipse.scout.rt.client.session.ClientSessionStopHelper$2] # SessionStoreTestForm.doFinally done. 2023-01-07 23:56:07,306 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.inactivateSession(AbstractClientSession.java:503) - Client session stopped [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@25449a73[id = dec60d8d-db50-4f7f-b704-1389bd41130e], user=jenkins] - MDC[jobName=Stop client session dec60d8d-db50-4f7f-b704-1389bd41130e due to session housekeeping] 2023-01-07 23:56:07,307 DEBUG [main] org.eclipse.scout.rt.ui.html.HttpSessionHelper.getSessionStore(HttpSessionHelper.java:48) - Created new session store for HTTP session with ID null - MDC[] 2023-01-07 23:56:07,307 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.session.ClientSessionStopHelper.callStop(ClientSessionStopHelper.java:95) - Client session with ID dec60d8d-db50-4f7f-b704-1389bd41130e terminated. - MDC[jobName=Stop client session dec60d8d-db50-4f7f-b704-1389bd41130e due to session housekeeping] 2023-01-07 23:56:07,308 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.preregisterUiSession(SessionStore.java:218) - Pre-register UI session with ID 0:cqmnvl4virffibcshvn0pun387 - MDC[] 2023-01-07 23:56:07,311 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@141754ab[id = b256aa6d-53e6-43ae-8b07-c2dd8d16deff], user=jenkins] - MDC[jobName=Starting ClientSession [sessionId=b256aa6d-53e6-43ae-8b07-c2dd8d16deff]] 2023-01-07 23:56:07,311 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.getOrCreateClientSession(UiSession.java:303) - Created new client session [clientSessionId=b256aa6d-53e6-43ae-8b07-c2dd8d16deff, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] - MDC[] 2023-01-07 23:56:07,311 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.initUiTheme(UiSession.java:421) - UI theme model=default current=default reloadPage=false - MDC[] 2023-01-07 23:56:07,314 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.getTextMap(UiSession.java:1246) - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@5702232d - MDC[] 2023-01-07 23:56:07,315 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.init(UiSession.java:263) - UiSession with ID 0:cqmnvl4virffibcshvn0pun387 initialized - MDC[] 2023-01-07 23:56:07,315 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.registerUiSession(SessionStore.java:256) - Register UI session with ID 0:cqmnvl4virffibcshvn0pun387 in store (clientSessionId=b256aa6d-53e6-43ae-8b07-c2dd8d16deff) - MDC[] 2023-01-07 23:56:07,317 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:346) - Added action event 'formShow' for Desktop with id 3 and reference 4. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@3030e6a5 - MDC[jobName=org.eclipse.scout.rt.ui.html.UiSessionTest$3] 2023-01-07 23:56:07,318 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.logout(UiSession.java:966) - Logging out from UI session with ID 0:cqmnvl4virffibcshvn0pun387 [clientSessionId=b256aa6d-53e6-43ae-8b07-c2dd8d16deff, processingJsonRequest=false] - MDC[] 2023-01-07 23:56:07,318 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.dispose(UiSession.java:598) - Disposing UI session with ID 0:cqmnvl4virffibcshvn0pun387... - MDC[] 2023-01-07 23:56:07,319 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.unregisterUiSession(SessionStore.java:295) - Unregister UI session with ID 0:cqmnvl4virffibcshvn0pun387 from store (clientSessionId=b256aa6d-53e6-43ae-8b07-c2dd8d16deff) - MDC[] 2023-01-07 23:56:07,319 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 b256aa6d-53e6-43ae-8b07-c2dd8d16deff - MDC[] 2023-01-07 23:56:07,319 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.startHousekeepingInsideWriteLock(SessionStore.java:353) - Session housekeeping: Schedule job for client session with ID b256aa6d-53e6-43ae-8b07-c2dd8d16deff - MDC[] 2023-01-07 23:56:07,319 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.logout(UiSession.java:980) - Logged out successfully from UI session with ID 0:cqmnvl4virffibcshvn0pun387 - MDC[] 2023-01-07 23:56:07,319 DEBUG [scout-thread-24] org.eclipse.scout.rt.ui.html.SessionStore.doHousekeepingOutsideWriteLock(SessionStore.java:391) - Session housekeeping: Client session b256aa6d-53e6-43ae-8b07-c2dd8d16deff referenced by 0 UI sessions and 0 preregistered UI sessions - MDC[jobName=Performing session housekeeping for client session with ID b256aa6d-53e6-43ae-8b07-c2dd8d16deff] 2023-01-07 23:56:07,319 INFO [scout-thread-24] org.eclipse.scout.rt.ui.html.SessionStore.doHousekeepingOutsideWriteLock(SessionStore.java:396) - Session housekeeping: Shutting down client session with ID b256aa6d-53e6-43ae-8b07-c2dd8d16deff because it is not used anymore - MDC[jobName=Performing session housekeeping for client session with ID b256aa6d-53e6-43ae-8b07-c2dd8d16deff] 2023-01-07 23:56:07,320 DEBUG [scout-thread-24] org.eclipse.scout.rt.ui.html.SessionStore.removeClientSessionInsideWriteLock(SessionStore.java:409) - Remove client session with ID b256aa6d-53e6-43ae-8b07-c2dd8d16deff from session store - MDC[jobName=Performing session housekeeping for client session with ID b256aa6d-53e6-43ae-8b07-c2dd8d16deff] 2023-01-07 23:56:07,320 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 b256aa6d-53e6-43ae-8b07-c2dd8d16deff] 2023-01-07 23:56:07,335 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 b256aa6d-53e6-43ae-8b07-c2dd8d16deff] 2023-01-07 23:56:07,335 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 b256aa6d-53e6-43ae-8b07-c2dd8d16deff] 2023-01-07 23:56:07,337 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:419) - Enter stop(0) of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@141754ab[id = b256aa6d-53e6-43ae-8b07-c2dd8d16deff] - MDC[jobName=Stop client session b256aa6d-53e6-43ae-8b07-c2dd8d16deff due to session housekeeping] 2023-01-07 23:56:07,337 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:424) - Call desktop.doBeforeClosingInternal of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@141754ab[id = b256aa6d-53e6-43ae-8b07-c2dd8d16deff] - MDC[jobName=Stop client session b256aa6d-53e6-43ae-8b07-c2dd8d16deff due to session housekeeping] 2023-01-07 23:56:07,337 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:449) - Begin stop of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@141754ab[id = b256aa6d-53e6-43ae-8b07-c2dd8d16deff], point of no return - MDC[jobName=Stop client session b256aa6d-53e6-43ae-8b07-c2dd8d16deff due to session housekeeping] # SessionStoreTestForm.doFinally WAIT_FOR_ANOTHER_FORM... 2023-01-07 23:56:07,342 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 b256aa6d-53e6-43ae-8b07-c2dd8d16deff 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:1083) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.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:1033) at org.eclipse.scout.rt.client.ui.form.AbstractForm.start(AbstractForm.java:1026) 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:1944) 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:467) at org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:414) 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.$Proxy34.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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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) 2023-01-07 23:56:07,343 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 b256aa6d-53e6-43ae-8b07-c2dd8d16deff due to session housekeeping] 2023-01-07 23:56:07,343 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.inactivateSession(AbstractClientSession.java:503) - Client session stopped [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@141754ab[id = b256aa6d-53e6-43ae-8b07-c2dd8d16deff], user=jenkins] - MDC[jobName=Stop client session b256aa6d-53e6-43ae-8b07-c2dd8d16deff due to session housekeeping] 2023-01-07 23:56:07,343 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.session.ClientSessionStopHelper.callStop(ClientSessionStopHelper.java:95) - Client session with ID b256aa6d-53e6-43ae-8b07-c2dd8d16deff terminated. - MDC[jobName=Stop client session b256aa6d-53e6-43ae-8b07-c2dd8d16deff due to session housekeeping] 2023-01-07 23:56:07,520 DEBUG [main] org.eclipse.scout.rt.ui.html.HttpSessionHelper.getSessionStore(HttpSessionHelper.java:48) - Created new session store for HTTP session with ID null - MDC[] 2023-01-07 23:56:07,521 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.preregisterUiSession(SessionStore.java:218) - Pre-register UI session with ID 0:b0aqkalamklb56eeetmannvtvo - MDC[] 2023-01-07 23:56:07,523 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@4a4035d0[id = 38e0ee2f-24bd-475e-9c98-2f8e741e0d2f], user=jenkins] - MDC[jobName=Starting ClientSession [sessionId=38e0ee2f-24bd-475e-9c98-2f8e741e0d2f]] 2023-01-07 23:56:07,523 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.getOrCreateClientSession(UiSession.java:303) - Created new client session [clientSessionId=38e0ee2f-24bd-475e-9c98-2f8e741e0d2f, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] - MDC[] 2023-01-07 23:56:07,524 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.initUiTheme(UiSession.java:421) - UI theme model=default current=default reloadPage=false - MDC[] 2023-01-07 23:56:07,527 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.getTextMap(UiSession.java:1246) - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@5702232d - MDC[] 2023-01-07 23:56:07,527 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.init(UiSession.java:263) - UiSession with ID 0:b0aqkalamklb56eeetmannvtvo initialized - MDC[] 2023-01-07 23:56:07,527 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.registerUiSession(SessionStore.java:256) - Register UI session with ID 0:b0aqkalamklb56eeetmannvtvo in store (clientSessionId=38e0ee2f-24bd-475e-9c98-2f8e741e0d2f) - MDC[] 2023-01-07 23:56:07,530 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@208c26a3 - MDC[jobName=org.eclipse.scout.rt.ui.html.UiSessionTest$3] 2023-01-07 23:56:07,531 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.logout(UiSession.java:966) - Logging out from UI session with ID 0:b0aqkalamklb56eeetmannvtvo [clientSessionId=38e0ee2f-24bd-475e-9c98-2f8e741e0d2f, processingJsonRequest=false] - MDC[] 2023-01-07 23:56:07,531 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.dispose(UiSession.java:598) - Disposing UI session with ID 0:b0aqkalamklb56eeetmannvtvo... - MDC[] 2023-01-07 23:56:07,531 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.unregisterUiSession(SessionStore.java:295) - Unregister UI session with ID 0:b0aqkalamklb56eeetmannvtvo from store (clientSessionId=38e0ee2f-24bd-475e-9c98-2f8e741e0d2f) - MDC[] 2023-01-07 23:56:07,531 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 38e0ee2f-24bd-475e-9c98-2f8e741e0d2f - MDC[] 2023-01-07 23:56:07,531 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.startHousekeepingInsideWriteLock(SessionStore.java:353) - Session housekeeping: Schedule job for client session with ID 38e0ee2f-24bd-475e-9c98-2f8e741e0d2f - MDC[] 2023-01-07 23:56:07,532 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.logout(UiSession.java:980) - Logged out successfully from UI session with ID 0:b0aqkalamklb56eeetmannvtvo - MDC[] 2023-01-07 23:56:07,532 DEBUG [scout-thread-23] org.eclipse.scout.rt.ui.html.SessionStore.doHousekeepingOutsideWriteLock(SessionStore.java:391) - Session housekeeping: Client session 38e0ee2f-24bd-475e-9c98-2f8e741e0d2f referenced by 0 UI sessions and 0 preregistered UI sessions - MDC[jobName=Performing session housekeeping for client session with ID 38e0ee2f-24bd-475e-9c98-2f8e741e0d2f] 2023-01-07 23:56:07,532 INFO [scout-thread-23] org.eclipse.scout.rt.ui.html.SessionStore.doHousekeepingOutsideWriteLock(SessionStore.java:396) - Session housekeeping: Shutting down client session with ID 38e0ee2f-24bd-475e-9c98-2f8e741e0d2f because it is not used anymore - MDC[jobName=Performing session housekeeping for client session with ID 38e0ee2f-24bd-475e-9c98-2f8e741e0d2f] 2023-01-07 23:56:07,532 DEBUG [scout-thread-23] org.eclipse.scout.rt.ui.html.SessionStore.removeClientSessionInsideWriteLock(SessionStore.java:409) - Remove client session with ID 38e0ee2f-24bd-475e-9c98-2f8e741e0d2f from session store - MDC[jobName=Performing session housekeeping for client session with ID 38e0ee2f-24bd-475e-9c98-2f8e741e0d2f] 2023-01-07 23:56:07,532 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 38e0ee2f-24bd-475e-9c98-2f8e741e0d2f] 2023-01-07 23:56:07,533 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 38e0ee2f-24bd-475e-9c98-2f8e741e0d2f] 2023-01-07 23:56:07,533 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 38e0ee2f-24bd-475e-9c98-2f8e741e0d2f] 2023-01-07 23:56:07,534 INFO [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:419) - Enter stop(0) of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@4a4035d0[id = 38e0ee2f-24bd-475e-9c98-2f8e741e0d2f] - MDC[jobName=Stop client session 38e0ee2f-24bd-475e-9c98-2f8e741e0d2f due to session housekeeping] 2023-01-07 23:56:07,534 INFO [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:424) - Call desktop.doBeforeClosingInternal of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@4a4035d0[id = 38e0ee2f-24bd-475e-9c98-2f8e741e0d2f] - MDC[jobName=Stop client session 38e0ee2f-24bd-475e-9c98-2f8e741e0d2f due to session housekeeping] 2023-01-07 23:56:07,534 INFO [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:449) - Begin stop of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@4a4035d0[id = 38e0ee2f-24bd-475e-9c98-2f8e741e0d2f], point of no return - MDC[jobName=Stop client session 38e0ee2f-24bd-475e-9c98-2f8e741e0d2f due to session housekeeping] # SessionStoreTestForm.doFinally DO_NOTHING... # SessionStoreTestForm.doFinally done. 2023-01-07 23:56:07,535 INFO [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession.inactivateSession(AbstractClientSession.java:503) - Client session stopped [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@4a4035d0[id = 38e0ee2f-24bd-475e-9c98-2f8e741e0d2f], user=jenkins] - MDC[jobName=Stop client session 38e0ee2f-24bd-475e-9c98-2f8e741e0d2f due to session housekeeping] 2023-01-07 23:56:07,535 INFO [scout-model-thread-24] org.eclipse.scout.rt.client.session.ClientSessionStopHelper.callStop(ClientSessionStopHelper.java:95) - Client session with ID 38e0ee2f-24bd-475e-9c98-2f8e741e0d2f terminated. - MDC[jobName=Stop client session 38e0ee2f-24bd-475e-9c98-2f8e741e0d2f due to session housekeeping] 2023-01-07 23:56:07,731 DEBUG [main] org.eclipse.scout.rt.ui.html.HttpSessionHelper.getSessionStore(HttpSessionHelper.java:48) - Created new session store for HTTP session with ID null - MDC[] 2023-01-07 23:56:07,732 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.preregisterUiSession(SessionStore.java:218) - Pre-register UI session with ID 0:ej75jq9trl24e9bqu2a0ji9epe - MDC[] 2023-01-07 23:56:07,734 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@24d2ae92[id = f489d6f0-90bd-4045-9c99-09418e48249c], user=jenkins] - MDC[jobName=Starting ClientSession [sessionId=f489d6f0-90bd-4045-9c99-09418e48249c]] 2023-01-07 23:56:07,734 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.getOrCreateClientSession(UiSession.java:303) - Created new client session [clientSessionId=f489d6f0-90bd-4045-9c99-09418e48249c, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] - MDC[] 2023-01-07 23:56:07,735 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.initUiTheme(UiSession.java:421) - UI theme model=default current=default reloadPage=false - MDC[] 2023-01-07 23:56:07,737 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.getTextMap(UiSession.java:1246) - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@5702232d - MDC[] 2023-01-07 23:56:07,737 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.init(UiSession.java:263) - UiSession with ID 0:ej75jq9trl24e9bqu2a0ji9epe initialized - MDC[] 2023-01-07 23:56:07,738 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.registerUiSession(SessionStore.java:256) - Register UI session with ID 0:ej75jq9trl24e9bqu2a0ji9epe in store (clientSessionId=f489d6f0-90bd-4045-9c99-09418e48249c) - MDC[] 2023-01-07 23:56:07,741 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:346) - Added action event 'formShow' for Desktop with id 3 and reference 4. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@6e33f992 - MDC[jobName=org.eclipse.scout.rt.ui.html.UiSessionTest$6] 2023-01-07 23:56:07,741 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[] 2023-01-07 23:56:07,742 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.dispose(UiSession.java:598) - Disposing UI session with ID 0:ej75jq9trl24e9bqu2a0ji9epe... - MDC[] 2023-01-07 23:56:07,742 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.unregisterUiSession(SessionStore.java:295) - Unregister UI session with ID 0:ej75jq9trl24e9bqu2a0ji9epe from store (clientSessionId=f489d6f0-90bd-4045-9c99-09418e48249c) - MDC[] 2023-01-07 23:56:07,742 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 f489d6f0-90bd-4045-9c99-09418e48249c - MDC[] 2023-01-07 23:56:07,742 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.startHousekeepingInsideWriteLock(SessionStore.java:353) - Session housekeeping: Schedule job for client session with ID f489d6f0-90bd-4045-9c99-09418e48249c - MDC[] 2023-01-07 23:56:07,743 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.doHousekeepingOutsideWriteLock(SessionStore.java:391) - Session housekeeping: Client session f489d6f0-90bd-4045-9c99-09418e48249c referenced by 0 UI sessions and 0 preregistered UI sessions - MDC[] 2023-01-07 23:56:07,743 INFO [main] org.eclipse.scout.rt.ui.html.SessionStore.doHousekeepingOutsideWriteLock(SessionStore.java:396) - Session housekeeping: Shutting down client session with ID f489d6f0-90bd-4045-9c99-09418e48249c because it is not used anymore - MDC[] 2023-01-07 23:56:07,743 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.removeClientSessionInsideWriteLock(SessionStore.java:409) - Remove client session with ID f489d6f0-90bd-4045-9c99-09418e48249c from session store - MDC[] 2023-01-07 23:56:07,743 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[] 2023-01-07 23:56:07,744 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:419) - Enter stop(0) of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@24d2ae92[id = f489d6f0-90bd-4045-9c99-09418e48249c] - MDC[jobName=Stop client session f489d6f0-90bd-4045-9c99-09418e48249c due to session housekeeping] 2023-01-07 23:56:07,744 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:424) - Call desktop.doBeforeClosingInternal of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@24d2ae92[id = f489d6f0-90bd-4045-9c99-09418e48249c] - MDC[jobName=Stop client session f489d6f0-90bd-4045-9c99-09418e48249c due to session housekeeping] 2023-01-07 23:56:07,745 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:449) - Begin stop of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@24d2ae92[id = f489d6f0-90bd-4045-9c99-09418e48249c], point of no return - MDC[jobName=Stop client session f489d6f0-90bd-4045-9c99-09418e48249c due to session housekeeping] # SessionStoreTestForm.doFinally WAIT_FOR_ANOTHER_FORM... 2023-01-07 23:56:07,747 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 f489d6f0-90bd-4045-9c99-09418e48249c 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:1083) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.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:1033) at org.eclipse.scout.rt.client.ui.form.AbstractForm.start(AbstractForm.java:1026) 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:1944) 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:467) at org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:414) 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.$Proxy34.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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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) 2023-01-07 23:56:07,748 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 f489d6f0-90bd-4045-9c99-09418e48249c due to session housekeeping] 2023-01-07 23:56:07,748 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.inactivateSession(AbstractClientSession.java:503) - Client session stopped [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@24d2ae92[id = f489d6f0-90bd-4045-9c99-09418e48249c], user=jenkins] - MDC[jobName=Stop client session f489d6f0-90bd-4045-9c99-09418e48249c due to session housekeeping] 2023-01-07 23:56:07,748 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.session.ClientSessionStopHelper.callStop(ClientSessionStopHelper.java:95) - Client session with ID f489d6f0-90bd-4045-9c99-09418e48249c terminated. - MDC[jobName=Stop client session f489d6f0-90bd-4045-9c99-09418e48249c due to session housekeeping] 2023-01-07 23:56:07,748 DEBUG [main] org.eclipse.scout.rt.ui.html.HttpSessionHelper.getSessionStore(HttpSessionHelper.java:48) - Created new session store for HTTP session with ID null - MDC[] 2023-01-07 23:56:07,749 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.preregisterUiSession(SessionStore.java:218) - Pre-register UI session with ID 0:3ok3et0i0kubck78m02rlqe7lf - MDC[] 2023-01-07 23:56:07,751 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@69d7610b[id = 62ea777c-ce8c-4e48-a4e3-d4feec7e8df9], user=jenkins] - MDC[jobName=Starting ClientSession [sessionId=62ea777c-ce8c-4e48-a4e3-d4feec7e8df9]] 2023-01-07 23:56:07,751 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.getOrCreateClientSession(UiSession.java:303) - Created new client session [clientSessionId=62ea777c-ce8c-4e48-a4e3-d4feec7e8df9, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] - MDC[] 2023-01-07 23:56:07,751 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.initUiTheme(UiSession.java:421) - UI theme model=default current=default reloadPage=false - MDC[] 2023-01-07 23:56:07,754 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.getTextMap(UiSession.java:1246) - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@5702232d - MDC[] 2023-01-07 23:56:07,754 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.init(UiSession.java:263) - UiSession with ID 0:3ok3et0i0kubck78m02rlqe7lf initialized - MDC[] 2023-01-07 23:56:07,755 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.dispose(UiSession.java:598) - Disposing UI session with ID 0:3ok3et0i0kubck78m02rlqe7lf... - MDC[] 2023-01-07 23:56:07,755 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.unregisterUiSession(SessionStore.java:295) - Unregister UI session with ID 0:3ok3et0i0kubck78m02rlqe7lf from store (clientSessionId=62ea777c-ce8c-4e48-a4e3-d4feec7e8df9) - MDC[] 2023-01-07 23:56:07,755 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 62ea777c-ce8c-4e48-a4e3-d4feec7e8df9 - MDC[] 2023-01-07 23:56:07,755 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.startHousekeepingInsideWriteLock(SessionStore.java:353) - Session housekeeping: Schedule job for client session with ID 62ea777c-ce8c-4e48-a4e3-d4feec7e8df9 - MDC[] 2023-01-07 23:56:07,756 DEBUG [scout-thread-24] org.eclipse.scout.rt.ui.html.SessionStore.doHousekeepingOutsideWriteLock(SessionStore.java:391) - Session housekeeping: Client session 62ea777c-ce8c-4e48-a4e3-d4feec7e8df9 referenced by 0 UI sessions and 0 preregistered UI sessions - MDC[jobName=Performing session housekeeping for client session with ID 62ea777c-ce8c-4e48-a4e3-d4feec7e8df9] 2023-01-07 23:56:07,820 INFO [scout-thread-24] org.eclipse.scout.rt.ui.html.SessionStore.doHousekeepingOutsideWriteLock(SessionStore.java:396) - Session housekeeping: Shutting down client session with ID 62ea777c-ce8c-4e48-a4e3-d4feec7e8df9 because it is not used anymore - MDC[jobName=Performing session housekeeping for client session with ID 62ea777c-ce8c-4e48-a4e3-d4feec7e8df9] 2023-01-07 23:56:07,820 DEBUG [scout-thread-24] org.eclipse.scout.rt.ui.html.SessionStore.removeClientSessionInsideWriteLock(SessionStore.java:409) - Remove client session with ID 62ea777c-ce8c-4e48-a4e3-d4feec7e8df9 from session store - MDC[jobName=Performing session housekeeping for client session with ID 62ea777c-ce8c-4e48-a4e3-d4feec7e8df9] 2023-01-07 23:56:07,820 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 62ea777c-ce8c-4e48-a4e3-d4feec7e8df9] 2023-01-07 23:56:07,821 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 62ea777c-ce8c-4e48-a4e3-d4feec7e8df9] 2023-01-07 23:56:07,821 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 62ea777c-ce8c-4e48-a4e3-d4feec7e8df9] 2023-01-07 23:56:07,822 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:419) - Enter stop(0) of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@69d7610b[id = 62ea777c-ce8c-4e48-a4e3-d4feec7e8df9] - MDC[jobName=Stop client session 62ea777c-ce8c-4e48-a4e3-d4feec7e8df9 due to session housekeeping] 2023-01-07 23:56:07,822 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:424) - Call desktop.doBeforeClosingInternal of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@69d7610b[id = 62ea777c-ce8c-4e48-a4e3-d4feec7e8df9] - MDC[jobName=Stop client session 62ea777c-ce8c-4e48-a4e3-d4feec7e8df9 due to session housekeeping] 2023-01-07 23:56:07,834 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:449) - Begin stop of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@69d7610b[id = 62ea777c-ce8c-4e48-a4e3-d4feec7e8df9], point of no return - MDC[jobName=Stop client session 62ea777c-ce8c-4e48-a4e3-d4feec7e8df9 due to session housekeeping] 2023-01-07 23:56:07,835 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.inactivateSession(AbstractClientSession.java:503) - Client session stopped [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@69d7610b[id = 62ea777c-ce8c-4e48-a4e3-d4feec7e8df9], user=jenkins] - MDC[jobName=Stop client session 62ea777c-ce8c-4e48-a4e3-d4feec7e8df9 due to session housekeeping] 2023-01-07 23:56:07,835 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.session.ClientSessionStopHelper.callStop(ClientSessionStopHelper.java:95) - Client session with ID 62ea777c-ce8c-4e48-a4e3-d4feec7e8df9 terminated. - MDC[jobName=Stop client session 62ea777c-ce8c-4e48-a4e3-d4feec7e8df9 due to session housekeeping] 2023-01-07 23:56:07,870 DEBUG [main] org.eclipse.scout.rt.ui.html.HttpSessionHelper.getSessionStore(HttpSessionHelper.java:48) - Created new session store for HTTP session with ID null - MDC[] 2023-01-07 23:56:07,871 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.preregisterUiSession(SessionStore.java:218) - Pre-register UI session with ID 0:dn4efhh34qd7i5u9nf18rlgubg - MDC[] 2023-01-07 23:56:07,873 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@13a6cfe[id = 2cc5861a-1a93-4e35-9b8d-08caa5862741], user=jenkins] - MDC[jobName=Starting ClientSession [sessionId=2cc5861a-1a93-4e35-9b8d-08caa5862741]] 2023-01-07 23:56:07,873 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.getOrCreateClientSession(UiSession.java:303) - Created new client session [clientSessionId=2cc5861a-1a93-4e35-9b8d-08caa5862741, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] - MDC[] 2023-01-07 23:56:07,874 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.initUiTheme(UiSession.java:421) - UI theme model=default current=default reloadPage=false - MDC[] 2023-01-07 23:56:07,876 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.getTextMap(UiSession.java:1246) - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@5702232d - MDC[] 2023-01-07 23:56:07,877 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.init(UiSession.java:263) - UiSession with ID 0:dn4efhh34qd7i5u9nf18rlgubg initialized - MDC[] 2023-01-07 23:56:07,877 INFO [main] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:419) - Enter stop(0) of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@13a6cfe[id = 2cc5861a-1a93-4e35-9b8d-08caa5862741] - MDC[] 2023-01-07 23:56:07,877 INFO [main] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:424) - Call desktop.doBeforeClosingInternal of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@13a6cfe[id = 2cc5861a-1a93-4e35-9b8d-08caa5862741] - MDC[] 2023-01-07 23:56:07,879 INFO [main] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:449) - Begin stop of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@13a6cfe[id = 2cc5861a-1a93-4e35-9b8d-08caa5862741], point of no return - MDC[] 2023-01-07 23:56:07,879 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.logout(UiSession.java:966) - Logging out from UI session with ID 0:dn4efhh34qd7i5u9nf18rlgubg [clientSessionId=2cc5861a-1a93-4e35-9b8d-08caa5862741, processingJsonRequest=false] - MDC[] 2023-01-07 23:56:07,879 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.dispose(UiSession.java:598) - Disposing UI session with ID 0:dn4efhh34qd7i5u9nf18rlgubg... - MDC[] 2023-01-07 23:56:07,879 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.unregisterUiSession(SessionStore.java:295) - Unregister UI session with ID 0:dn4efhh34qd7i5u9nf18rlgubg from store (clientSessionId=2cc5861a-1a93-4e35-9b8d-08caa5862741) - MDC[] 2023-01-07 23:56:07,880 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 2cc5861a-1a93-4e35-9b8d-08caa5862741 - MDC[] 2023-01-07 23:56:07,880 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.startHousekeepingInsideWriteLock(SessionStore.java:353) - Session housekeeping: Schedule job for client session with ID 2cc5861a-1a93-4e35-9b8d-08caa5862741 - MDC[] 2023-01-07 23:56:07,880 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.logout(UiSession.java:980) - Logged out successfully from UI session with ID 0:dn4efhh34qd7i5u9nf18rlgubg - MDC[] 2023-01-07 23:56:07,880 INFO [scout-thread-23] org.eclipse.scout.rt.ui.html.SessionStore.doHousekeepingOutsideWriteLock(SessionStore.java:383) - Session housekeeping: Client session 2cc5861a-1a93-4e35-9b8d-08caa5862741 is stopping, removing it from store - MDC[jobName=Performing session housekeeping for client session with ID 2cc5861a-1a93-4e35-9b8d-08caa5862741] 2023-01-07 23:56:07,880 DEBUG [scout-thread-23] org.eclipse.scout.rt.ui.html.SessionStore.removeClientSessionInsideWriteLock(SessionStore.java:409) - Remove client session with ID 2cc5861a-1a93-4e35-9b8d-08caa5862741 from session store - MDC[jobName=Performing session housekeeping for client session with ID 2cc5861a-1a93-4e35-9b8d-08caa5862741] 2023-01-07 23:56:07,881 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 2cc5861a-1a93-4e35-9b8d-08caa5862741] 2023-01-07 23:56:07,881 INFO [main] org.eclipse.scout.rt.client.AbstractClientSession.inactivateSession(AbstractClientSession.java:503) - Client session stopped [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@13a6cfe[id = 2cc5861a-1a93-4e35-9b8d-08caa5862741], user=jenkins] - MDC[] 2023-01-07 23:56:07,881 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 2cc5861a-1a93-4e35-9b8d-08caa5862741] 2023-01-07 23:56:07,881 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 2cc5861a-1a93-4e35-9b8d-08caa5862741] 2023-01-07 23:56:07,882 DEBUG [main] org.eclipse.scout.rt.ui.html.HttpSessionHelper.getSessionStore(HttpSessionHelper.java:48) - Created new session store for HTTP session with ID null - MDC[] 2023-01-07 23:56:07,883 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.preregisterUiSession(SessionStore.java:218) - Pre-register UI session with ID 0:j33uflja3d33ffmk25tuih76ju - MDC[] 2023-01-07 23:56:07,884 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@1a0df268[id = 60908a3a-fb74-4df5-a012-c6b6f8496340], user=jenkins] - MDC[jobName=Starting ClientSession [sessionId=60908a3a-fb74-4df5-a012-c6b6f8496340]] 2023-01-07 23:56:07,885 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.getOrCreateClientSession(UiSession.java:303) - Created new client session [clientSessionId=60908a3a-fb74-4df5-a012-c6b6f8496340, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] - MDC[] 2023-01-07 23:56:07,885 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.initUiTheme(UiSession.java:421) - UI theme model=default current=default reloadPage=false - MDC[] 2023-01-07 23:56:07,887 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.getTextMap(UiSession.java:1246) - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@5702232d - MDC[] 2023-01-07 23:56:07,887 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.init(UiSession.java:263) - UiSession with ID 0:j33uflja3d33ffmk25tuih76ju initialized - MDC[] 2023-01-07 23:56:07,887 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.registerUiSession(SessionStore.java:256) - Register UI session with ID 0:j33uflja3d33ffmk25tuih76ju in store (clientSessionId=60908a3a-fb74-4df5-a012-c6b6f8496340) - MDC[] 2023-01-07 23:56:07,889 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:346) - Added action event 'formShow' for Desktop with id 3 and reference 4. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@28541d78 - MDC[jobName=org.eclipse.scout.rt.ui.html.UiSessionTest$6] 2023-01-07 23:56:07,890 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[] 2023-01-07 23:56:07,890 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.dispose(UiSession.java:598) - Disposing UI session with ID 0:j33uflja3d33ffmk25tuih76ju... - MDC[] 2023-01-07 23:56:07,890 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.unregisterUiSession(SessionStore.java:295) - Unregister UI session with ID 0:j33uflja3d33ffmk25tuih76ju from store (clientSessionId=60908a3a-fb74-4df5-a012-c6b6f8496340) - MDC[] 2023-01-07 23:56:07,891 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 60908a3a-fb74-4df5-a012-c6b6f8496340 - MDC[] 2023-01-07 23:56:07,891 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.startHousekeepingInsideWriteLock(SessionStore.java:353) - Session housekeeping: Schedule job for client session with ID 60908a3a-fb74-4df5-a012-c6b6f8496340 - MDC[] 2023-01-07 23:56:07,891 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.doHousekeepingOutsideWriteLock(SessionStore.java:391) - Session housekeeping: Client session 60908a3a-fb74-4df5-a012-c6b6f8496340 referenced by 0 UI sessions and 0 preregistered UI sessions - MDC[] 2023-01-07 23:56:07,891 INFO [main] org.eclipse.scout.rt.ui.html.SessionStore.doHousekeepingOutsideWriteLock(SessionStore.java:396) - Session housekeeping: Shutting down client session with ID 60908a3a-fb74-4df5-a012-c6b6f8496340 because it is not used anymore - MDC[] 2023-01-07 23:56:07,891 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.removeClientSessionInsideWriteLock(SessionStore.java:409) - Remove client session with ID 60908a3a-fb74-4df5-a012-c6b6f8496340 from session store - MDC[] 2023-01-07 23:56:07,891 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[] 2023-01-07 23:56:07,892 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:419) - Enter stop(0) of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@1a0df268[id = 60908a3a-fb74-4df5-a012-c6b6f8496340] - MDC[jobName=Stop client session 60908a3a-fb74-4df5-a012-c6b6f8496340 due to session housekeeping] 2023-01-07 23:56:07,892 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:424) - Call desktop.doBeforeClosingInternal of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@1a0df268[id = 60908a3a-fb74-4df5-a012-c6b6f8496340] - MDC[jobName=Stop client session 60908a3a-fb74-4df5-a012-c6b6f8496340 due to session housekeeping] 2023-01-07 23:56:07,893 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:449) - Begin stop of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@1a0df268[id = 60908a3a-fb74-4df5-a012-c6b6f8496340], point of no return - MDC[jobName=Stop client session 60908a3a-fb74-4df5-a012-c6b6f8496340 due to session housekeeping] # SessionStoreTestForm.doFinally DO_NOTHING... # SessionStoreTestForm.doFinally done. 2023-01-07 23:56:07,894 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.inactivateSession(AbstractClientSession.java:503) - Client session stopped [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@1a0df268[id = 60908a3a-fb74-4df5-a012-c6b6f8496340], user=jenkins] - MDC[jobName=Stop client session 60908a3a-fb74-4df5-a012-c6b6f8496340 due to session housekeeping] 2023-01-07 23:56:07,894 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.session.ClientSessionStopHelper.callStop(ClientSessionStopHelper.java:95) - Client session with ID 60908a3a-fb74-4df5-a012-c6b6f8496340 terminated. - MDC[jobName=Stop client session 60908a3a-fb74-4df5-a012-c6b6f8496340 due to session housekeeping] 2023-01-07 23:56:07,895 DEBUG [main] org.eclipse.scout.rt.ui.html.HttpSessionHelper.getSessionStore(HttpSessionHelper.java:48) - Created new session store for HTTP session with ID null - MDC[] 2023-01-07 23:56:07,896 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.preregisterUiSession(SessionStore.java:218) - Pre-register UI session with ID 0:akqqgo86kbhi57pkoq53j8hrgr - MDC[] 2023-01-07 23:56:07,898 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@11276a96[id = 4f05c988-6e7f-4d87-9096-c838342db9d4], user=jenkins] - MDC[jobName=Starting ClientSession [sessionId=4f05c988-6e7f-4d87-9096-c838342db9d4]] 2023-01-07 23:56:07,898 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.getOrCreateClientSession(UiSession.java:303) - Created new client session [clientSessionId=4f05c988-6e7f-4d87-9096-c838342db9d4, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] - MDC[] 2023-01-07 23:56:07,898 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.initUiTheme(UiSession.java:421) - UI theme model=default current=default reloadPage=false - MDC[] 2023-01-07 23:56:07,901 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.getTextMap(UiSession.java:1246) - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@5702232d - MDC[] 2023-01-07 23:56:07,901 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.init(UiSession.java:263) - UiSession with ID 0:akqqgo86kbhi57pkoq53j8hrgr initialized - MDC[] 2023-01-07 23:56:07,901 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.registerUiSession(SessionStore.java:256) - Register UI session with ID 0:akqqgo86kbhi57pkoq53j8hrgr in store (clientSessionId=4f05c988-6e7f-4d87-9096-c838342db9d4) - MDC[] 2023-01-07 23:56:07,904 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:346) - Added action event 'formShow' for Desktop with id 3 and reference 4. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@57a793a0 - MDC[jobName=org.eclipse.scout.rt.ui.html.UiSessionTest$3] 2023-01-07 23:56:07,904 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.logout(UiSession.java:966) - Logging out from UI session with ID 0:akqqgo86kbhi57pkoq53j8hrgr [clientSessionId=4f05c988-6e7f-4d87-9096-c838342db9d4, processingJsonRequest=false] - MDC[] 2023-01-07 23:56:07,905 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.dispose(UiSession.java:598) - Disposing UI session with ID 0:akqqgo86kbhi57pkoq53j8hrgr... - MDC[] 2023-01-07 23:56:07,905 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.unregisterUiSession(SessionStore.java:295) - Unregister UI session with ID 0:akqqgo86kbhi57pkoq53j8hrgr from store (clientSessionId=4f05c988-6e7f-4d87-9096-c838342db9d4) - MDC[] 2023-01-07 23:56:07,905 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 4f05c988-6e7f-4d87-9096-c838342db9d4 - MDC[] 2023-01-07 23:56:07,905 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.startHousekeepingInsideWriteLock(SessionStore.java:353) - Session housekeeping: Schedule job for client session with ID 4f05c988-6e7f-4d87-9096-c838342db9d4 - MDC[] 2023-01-07 23:56:07,906 DEBUG [scout-thread-24] org.eclipse.scout.rt.ui.html.SessionStore.doHousekeepingOutsideWriteLock(SessionStore.java:391) - Session housekeeping: Client session 4f05c988-6e7f-4d87-9096-c838342db9d4 referenced by 0 UI sessions and 0 preregistered UI sessions - MDC[jobName=Performing session housekeeping for client session with ID 4f05c988-6e7f-4d87-9096-c838342db9d4] 2023-01-07 23:56:07,906 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.logout(UiSession.java:980) - Logged out successfully from UI session with ID 0:akqqgo86kbhi57pkoq53j8hrgr - MDC[] 2023-01-07 23:56:07,906 INFO [scout-thread-24] org.eclipse.scout.rt.ui.html.SessionStore.doHousekeepingOutsideWriteLock(SessionStore.java:396) - Session housekeeping: Shutting down client session with ID 4f05c988-6e7f-4d87-9096-c838342db9d4 because it is not used anymore - MDC[jobName=Performing session housekeeping for client session with ID 4f05c988-6e7f-4d87-9096-c838342db9d4] 2023-01-07 23:56:07,906 DEBUG [scout-thread-24] org.eclipse.scout.rt.ui.html.SessionStore.removeClientSessionInsideWriteLock(SessionStore.java:409) - Remove client session with ID 4f05c988-6e7f-4d87-9096-c838342db9d4 from session store - MDC[jobName=Performing session housekeeping for client session with ID 4f05c988-6e7f-4d87-9096-c838342db9d4] 2023-01-07 23:56:07,906 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 4f05c988-6e7f-4d87-9096-c838342db9d4] 2023-01-07 23:56:07,906 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 4f05c988-6e7f-4d87-9096-c838342db9d4] 2023-01-07 23:56:07,906 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 4f05c988-6e7f-4d87-9096-c838342db9d4] 2023-01-07 23:56:07,907 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:419) - Enter stop(0) of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@11276a96[id = 4f05c988-6e7f-4d87-9096-c838342db9d4] - MDC[jobName=Stop client session 4f05c988-6e7f-4d87-9096-c838342db9d4 due to session housekeeping] 2023-01-07 23:56:07,907 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:424) - Call desktop.doBeforeClosingInternal of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@11276a96[id = 4f05c988-6e7f-4d87-9096-c838342db9d4] - MDC[jobName=Stop client session 4f05c988-6e7f-4d87-9096-c838342db9d4 due to session housekeeping] 2023-01-07 23:56:07,908 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:449) - Begin stop of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@11276a96[id = 4f05c988-6e7f-4d87-9096-c838342db9d4], point of no return - MDC[jobName=Stop client session 4f05c988-6e7f-4d87-9096-c838342db9d4 due to session housekeeping] # SessionStoreTestForm.doFinally WAIT_FOR_LOOP... # for-loop in state RUNNING, ttl=5000 2023-01-07 23:56:09,908 WARN [scout-thread-24] org.eclipse.scout.rt.client.session.ClientSessionStopHelper.awaitJobs(ClientSessionStopHelper.java:162) - Client session org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@11276a96[id = 4f05c988-6e7f-4d87-9096-c838342db9d4] did not stop within 1 seconds. Stopping will continue. - MDC[jobName=org.eclipse.scout.rt.client.session.ClientSessionStopHelper$2] 2023-01-07 23:56:09,908 INFO [scout-thread-24] 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@11276a96[id = 4f05c988-6e7f-4d87-9096-c838342db9d4], user=jenkins, jobs=[JobFutureTask@406d45e9[job=Stop client session 4f05c988-6e7f-4d87-9096-c838342db9d4 due to session housekeeping, state=RUNNING]]] - MDC[jobName=org.eclipse.scout.rt.client.session.ClientSessionStopHelper$2] # SessionStoreTestForm.doFinally done. Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.16 sec - in org.eclipse.scout.rt.ui.html.UiSessionTest Running org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest 2023-01-07 23:56:12,909 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.inactivateSession(AbstractClientSession.java:503) - Client session stopped [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@11276a96[id = 4f05c988-6e7f-4d87-9096-c838342db9d4], user=jenkins] - MDC[jobName=Stop client session 4f05c988-6e7f-4d87-9096-c838342db9d4 due to session housekeeping] 2023-01-07 23:56:12,910 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.session.ClientSessionStopHelper.callStop(ClientSessionStopHelper.java:95) - Client session with ID 4f05c988-6e7f-4d87-9096-c838342db9d4 terminated. - MDC[jobName=Stop client session 4f05c988-6e7f-4d87-9096-c838342db9d4 due to session housekeeping] 2023-01-07 23:56:12,910 INFO [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateHeadless(PlatformImplementor.java:172) - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[] 2023-01-07 23:56:12,914 INFO [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:215) - Collected 265 beans in 4.055239 ms - MDC[] 2023-01-07 23:56:12,916 INFO [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:220) - Registered 265 beans in 1.357524 ms - MDC[] 2023-01-07 23:56:12,916 INFO [main] org.eclipse.scout.rt.platform.logger.LoggerPlatformListener.registerLoggerSupportBean(LoggerPlatformListener.java:105) - Registered logger support org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport - MDC[] 2023-01-07 23:56:12,916 INFO [main] org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrator.stateChanged(CodeTypeRegistrator.java:32) - 0 code type classes registered. - MDC[] 2023-01-07 23:56:12,917 INFO [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateConfiguration(PlatformImplementor.java:184) - No config.properties found. Running with empty configuration. - MDC[] 2023-01-07 23:56:12,918 INFO [main] org.eclipse.scout.rt.ui.html.res.PrebuildFiles.stateChanged(PrebuildFiles.java:39) - Pre-building of web resources is enabled - MDC[] 2023-01-07 23:56:12,918 INFO [main] org.eclipse.scout.rt.ui.html.res.PrebuildFiles.buildResources(PrebuildFiles.java:69) - Finished pre-building of 0 web resources in 0.028875 ms - MDC[] 2023-01-07 23:56:12,929 DEBUG [main] org.eclipse.scout.rt.ui.html.HttpSessionHelper.getSessionStore(HttpSessionHelper.java:48) - Created new session store for HTTP session with ID null - MDC[] 2023-01-07 23:56:12,936 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler.handlePost(JsonMessageRequestHandler.java:85) - JSON request started - MDC[] 2023-01-07 23:56:12,936 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonRequestHelper.readJsonRequest(JsonRequestHelper.java:169) - Received: {"startup":true} - MDC[] 2023-01-07 23:56:12,936 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler.createUiSession(JsonMessageRequestHandler.java:363) - JSON request started - MDC[] 2023-01-07 23:56:12,936 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler.createUiSession(JsonMessageRequestHandler.java:365) - Creating new UI session.... - MDC[] 2023-01-07 23:56:12,937 INFO [main] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:115) - New protocol entry: 'UiSession.init' - MDC[] 2023-01-07 23:56:12,937 INFO [main] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:115) - New protocol entry: 'UiSession.getOrCreateClientSession' - MDC[] 2023-01-07 23:56:12,937 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.preregisterUiSession(SessionStore.java:218) - Pre-register UI session with ID 0:d5hr2dj5eu5a6lormeag6j7ukc - MDC[] 2023-01-07 23:56:12,939 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=4f0c3e3c-c896-4ab1-8d91-224dc96fb0b0]] 2023-01-07 23:56:12,942 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@15e5bebe[id = 4f0c3e3c-c896-4ab1-8d91-224dc96fb0b0], user=null] - MDC[jobName=Starting ClientSession [sessionId=4f0c3e3c-c896-4ab1-8d91-224dc96fb0b0]] 2023-01-07 23:56:12,942 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.getOrCreateClientSession(UiSession.java:303) - Created new client session [clientSessionId=4f0c3e3c-c896-4ab1-8d91-224dc96fb0b0, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] - MDC[] 2023-01-07 23:56:12,942 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.initUiTheme(UiSession.java:421) - UI theme model=default current=default reloadPage=false - MDC[] 2023-01-07 23:56:12,944 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] 2023-01-07 23:56:12,944 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] 2023-01-07 23:56:12,945 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@44248199] - MDC[jobName=Starting JsonClientSession] 2023-01-07 23:56:12,947 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.getTextMap(UiSession.java:1246) - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@5c85ed05 - MDC[] 2023-01-07 23:56:12,948 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.init(UiSession.java:263) - UiSession with ID 0:d5hr2dj5eu5a6lormeag6j7ukc initialized - MDC[] 2023-01-07 23:56:12,948 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.registerUiSession(SessionStore.java:256) - Register UI session with ID 0:d5hr2dj5eu5a6lormeag6j7ukc in store (clientSessionId=4f0c3e3c-c896-4ab1-8d91-224dc96fb0b0) - MDC[] 2023-01-07 23:56:12,948 INFO [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler.createUiSession(JsonMessageRequestHandler.java:370) - Created new UI session with ID 0:d5hr2dj5eu5a6lormeag6j7ukc in 11.750627 ms [maxIdleTime=14400s, httpSession.maxInactiveInterval=0s] - MDC[] 2023-01-07 23:56:12,956 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] 2023-01-07 23:56:12,956 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.processJsonRequest(UiSession.java:762) - Adapter count after request: 3 - MDC[] 2023-01-07 23:56:12,956 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonRequestHelper.writeResponse(JsonRequestHelper.java:160) - Returned: {"startupData":{"uiSessionId":"0:d5hr2dj5eu5a6lormeag6j7ukc","clientSessionId":"4f0c3e3c-c896-4ab1-8d91-224dc96fb0b0","clientSession":"2","pollingInterval":60,"persistent":false,"locale":{"languageTag":"und","displayLanguage":"de_ch","displayCountry":"","decimalFormatPatternDefault":"#,##0.###","dateFormatPatternDefault":"MM\/dd\/yyyy","timeFormatPatternDefault":"HH:mm","decimalFormatSymbols":{"decimalSeparator":".","groupingSeparator":",","minusSign":"-"},"dateFormatSymbols":{"months":["January","February","March","April","May","June","July","August","September","October","November","December"],"monthsShort":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"weekdays":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"weekdaysShort":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"am":"AM","pm":"PM"}},"textMap":{"Cancel":"--Cancel--","Column":"--Column--","ColumnSorting":"--ColumnSorting--","InactiveState":"--InactiveState--","InvalidNumberMessageX":"--InvalidNumberMessageX--","InvalidValueMessageX":"--InvalidValueMessageX--","NavigationBackward":"--NavigationBackward--","Ok":"--Ok--","Remove":"--Remove--","ResetTableColumns":"--ResetTableColumns--","SmartFieldCannotComplete":"--SmartFieldCannotComplete--","SmartFieldInactiveRow":"--SmartFieldInactiveRow--","SmartFieldMoreThanXRows":"--SmartFieldMoreThanXRows--","SmartFieldNoDataFound":"--SmartFieldNoDataFound--","SmartFieldNotUnique":"--SmartFieldNotUnique--","ui.Active":"--ui.Active--","ui.Aggregation":"--ui.Aggregation--","ui.All":"--ui.All--","ui.Average":"--ui.Average--","ui.BooleanColumnGroupingFalse":"--ui.BooleanColumnGroupingFalse--","ui.BooleanColumnGroupingTrue":"--ui.BooleanColumnGroupingTrue--","ui.Browse":"--ui.Browse--","ui.CW":"--ui.CW--","ui.CalendarCalendarWeek":"--ui.CalendarCalendarWeek--","ui.CalendarDay":"--ui.CalendarDay--","ui.CalendarMonth":"--ui.CalendarMonth--","ui.CalendarToday":"--ui.CalendarToday--","ui.CalendarWeek":"--ui.CalendarWeek--","ui.CalendarWorkWeek":"--ui.CalendarWorkWeek--","ui.CalendarYear":"--ui.CalendarYear--","ui.CannotInsertTextTooLong":"--ui.CannotInsertTextTooLong--","ui.ChooseFile":"--ui.ChooseFile--","ui.ChooseFiles":"--ui.ChooseFiles--","ui.ClipboardTimeout":"--ui.ClipboardTimeout--","ui.ClipboardTimeoutTitle":"--ui.ClipboardTimeoutTitle--","ui.Coloring":"--ui.Coloring--","ui.Column":"--ui.Column--","ui.ConnectionInterrupted":"--ui.ConnectionInterrupted--","ui.ConnectionReestablished":"--ui.ConnectionReestablished--","ui.Continue":"--ui.Continue--","ui.Copy":"--ui.Copy--","ui.Count":"--ui.Count--","ui.DateRange":"--ui.DateRange--","ui.EmptyCell":"--ui.EmptyCell--","ui.ErrorCodeX":"--ui.ErrorCodeX--","ui.FileChooserHint":"--ui.FileChooserHint--","ui.FileSizeLimit":"--ui.FileSizeLimit--","ui.FileSizeLimitTitle":"--ui.FileSizeLimitTitle--","ui.Filter":"--ui.Filter--","ui.FilterBy_":"--ui.FilterBy_--","ui.FilterInfoCount":"--ui.FilterInfoCount--","ui.FilterInfoXOfY":"--ui.FilterInfoXOfY--","ui.FreeText":"--ui.FreeText--","ui.FromXToY":"--ui.FromXToY--","ui.Grouping":"--ui.Grouping--","ui.Ignore":"--ui.Ignore--","ui.Inactive":"--ui.Inactive--","ui.InternalProcessingErrorMsg":"--ui.InternalProcessingErrorMsg--","ui.InternalUiErrorMsg":"--ui.InternalUiErrorMsg--","ui.InvalidDate":"--ui.InvalidDate--","ui.InvalidUriMsg":"--ui.InvalidUriMsg--","ui.LoadingPopupWindow":"--ui.LoadingPopupWindow--","ui.Maximum":"--ui.Maximum--","ui.Minimum":"--ui.Minimum--","ui.Move":"--ui.Move--","ui.NetworkError":"--ui.NetworkError--","ui.NumRowFiltered":"--ui.NumRowFiltered--","ui.NumRowFilteredBy":"--ui.NumRowFilteredBy--","ui.NumRowFilteredMin":"--ui.NumRowFilteredMin--","ui.NumRowLoaded":"--ui.NumRowLoaded--","ui.NumRowLoadedMin":"--ui.NumRowLoadedMin--","ui.NumRowSelected":"--ui.NumRowSelected--","ui.NumRowSelectedMin":"--ui.NumRowSelectedMin--","ui.NumRowsFiltered":"--ui.NumRowsFiltered--","ui.NumRowsFilteredBy":"--ui.NumRowsFilteredBy--","ui.NumRowsFilteredMin":"--ui.NumRowsFilteredMin--","ui.NumRowsLoaded":"--ui.NumRowsLoaded--","ui.NumRowsLoadedMin":"--ui.NumRowsLoadedMin--","ui.NumRowsRendered":"--ui.NumRowsRendered--","ui.NumRowsSelected":"--ui.NumRowsSelected--","ui.NumRowsSelectedMin":"--ui.NumRowsSelectedMin--","ui.NumberRange":"--ui.NumberRange--","ui.OpenManually":"--ui.OpenManually--","ui.OtherValues":"--ui.OtherValues--","ui.Outlines":"--ui.Outlines--","ui.PastedTextTooLong":"--ui.PastedTextTooLong--","ui.PleaseWait_":"--ui.PleaseWait_--","ui.PopupBlockerDetected":"--ui.PopupBlockerDetected--","ui.Reconnecting_":"--ui.Reconnecting_--","ui.Reload":"--ui.Reload--","ui.ReloadData":"--ui.ReloadData--","ui.RemoveFilter":"--ui.RemoveFilter--","ui.SearchFor_":"--ui.SearchFor_--","ui.SelectAll":"--ui.SelectAll--","ui.SelectAllFilter":"--ui.SelectAllFilter--","ui.SelectNone":"--ui.SelectNone--","ui.SelectNoneFilter":"--ui.SelectNoneFilter--","ui.ServerError":"--ui.ServerError--","ui.SessionExpiredMsg":"--ui.SessionExpiredMsg--","ui.SessionTimeout":"--ui.SessionTimeout--","ui.ShowAllNodes":"--ui.ShowAllNodes--","ui.Sum":"--ui.Sum--","ui.TableRowCount":"--ui.TableRowCount--","ui.TableRowCount0":"--ui.TableRowCount0--","ui.TableRowCount1":"--ui.TableRowCount1--","ui.Total":"--ui.Total--","ui.UiInconsistentMsg":"--ui.UiInconsistentMsg--","ui.UnexpectedProblem":"--ui.UnexpectedProblem--","ui.UnsafeUpload":"--ui.UnsafeUpload--","ui.UnsafeUploadMsg":"--ui.UnsafeUploadMsg--","ui.Up":"--ui.Up--","ui.Upload":"--ui.Upload--","ui.add":"--ui.add--","ui.addColumn":"--ui.addColumn--","ui.additionally":"--ui.additionally--","ui.ascending":"--ui.ascending--","ui.ascendingAdditionally":"--ui.ascendingAdditionally--","ui.backward":"--ui.backward--","ui.changeColumn":"--ui.changeColumn--","ui.descending":"--ui.descending--","ui.descendingAdditionally":"--ui.descendingAdditionally--","ui.forward":"--ui.forward--","ui.from":"--ui.from--","ui.fromGreenToRed":"--ui.fromGreenToRed--","ui.fromRedToGreen":"--ui.fromRedToGreen--","ui.grouped":"--ui.grouped--","ui.groupedByMonth":"--ui.groupedByMonth--","ui.groupedByWeekday":"--ui.groupedByWeekday--","ui.groupedByYear":"--ui.groupedByYear--","ui.groupingApply":"--ui.groupingApply--","ui.overEverything":"--ui.overEverything--","ui.overSelection":"--ui.overSelection--","ui.remove":"--ui.remove--","ui.removeColumn":"--ui.removeColumn--","ui.showEveryDate":"--ui.showEveryDate--","ui.to":"--ui.to--","ui.toBegin":"--ui.toBegin--","ui.toEnd":"--ui.toEnd--","ui.withBarChart":"--ui.withBarChart--"}},"adapterData":{"2":{"id":"2","global":true,"desktop":"3"},"3":{"id":"3","objectType":"Desktop","geolocationServiceAvailable":false,"selectViewTabsKeyStrokesEnabled":true,"cacheSplitterPosition":true,"selectViewTabsKeyStrokeModifier":"control","notifications":[],"keyStrokes":[]}}} - MDC[] 2023-01-07 23:56:12,957 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler.handlePost(JsonMessageRequestHandler.java:152) - JSON request completed in 21.204005 ms - MDC[] 2023-01-07 23:56:12,958 INFO [main] org.eclipse.scout.rt.ui.html.json.UnloadRequestHandler.handleUnloadRequest(UnloadRequestHandler.java:61) - Unloading UI session with ID 0:d5hr2dj5eu5a6lormeag6j7ukc (requested by UI) - MDC[] 2023-01-07 23:56:12,958 INFO [main] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:115) - New protocol entry: 'UiSession.dispose' - MDC[] 2023-01-07 23:56:12,959 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.dispose(UiSession.java:598) - Disposing UI session with ID 0:d5hr2dj5eu5a6lormeag6j7ukc... - MDC[] 2023-01-07 23:56:12,959 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.unregisterUiSession(SessionStore.java:295) - Unregister UI session with ID 0:d5hr2dj5eu5a6lormeag6j7ukc from store (clientSessionId=4f0c3e3c-c896-4ab1-8d91-224dc96fb0b0) - MDC[] 2023-01-07 23:56:12,959 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 4f0c3e3c-c896-4ab1-8d91-224dc96fb0b0 - MDC[] 2023-01-07 23:56:12,959 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] 2023-01-07 23:56:12,959 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.startHousekeepingInsideWriteLock(SessionStore.java:353) - Session housekeeping: Schedule job for client session with ID 4f0c3e3c-c896-4ab1-8d91-224dc96fb0b0 - MDC[] 2023-01-07 23:56:14,960 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 4f0c3e3c-c896-4ab1-8d91-224dc96fb0b0] 2023-01-07 23:56:14,960 DEBUG [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore.doHousekeepingOutsideWriteLock(SessionStore.java:391) - Session housekeeping: Client session 4f0c3e3c-c896-4ab1-8d91-224dc96fb0b0 referenced by 0 UI sessions and 0 preregistered UI sessions - MDC[jobName=Performing session housekeeping for client session with ID 4f0c3e3c-c896-4ab1-8d91-224dc96fb0b0] 2023-01-07 23:56:14,960 INFO [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore.doHousekeepingOutsideWriteLock(SessionStore.java:396) - Session housekeeping: Shutting down client session with ID 4f0c3e3c-c896-4ab1-8d91-224dc96fb0b0 because it is not used anymore - MDC[jobName=Performing session housekeeping for client session with ID 4f0c3e3c-c896-4ab1-8d91-224dc96fb0b0] 2023-01-07 23:56:14,961 DEBUG [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore.removeClientSessionInsideWriteLock(SessionStore.java:409) - Remove client session with ID 4f0c3e3c-c896-4ab1-8d91-224dc96fb0b0 from session store - MDC[jobName=Performing session housekeeping for client session with ID 4f0c3e3c-c896-4ab1-8d91-224dc96fb0b0] 2023-01-07 23:56:14,961 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 4f0c3e3c-c896-4ab1-8d91-224dc96fb0b0] 2023-01-07 23:56:14,962 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 4f0c3e3c-c896-4ab1-8d91-224dc96fb0b0] 2023-01-07 23:56:14,962 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 4f0c3e3c-c896-4ab1-8d91-224dc96fb0b0] 2023-01-07 23:56:14,963 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 4f0c3e3c-c896-4ab1-8d91-224dc96fb0b0 due to session housekeeping] 2023-01-07 23:56:14,963 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:419) - Enter stop(0) of clientSession org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$FixtureClientSession@15e5bebe[id = 4f0c3e3c-c896-4ab1-8d91-224dc96fb0b0] - MDC[jobName=Stop client session 4f0c3e3c-c896-4ab1-8d91-224dc96fb0b0 due to session housekeeping] 2023-01-07 23:56:14,964 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:424) - Call desktop.doBeforeClosingInternal of clientSession org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$FixtureClientSession@15e5bebe[id = 4f0c3e3c-c896-4ab1-8d91-224dc96fb0b0] - MDC[jobName=Stop client session 4f0c3e3c-c896-4ab1-8d91-224dc96fb0b0 due to session housekeeping] 2023-01-07 23:56:14,964 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:449) - Begin stop of clientSession org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$FixtureClientSession@15e5bebe[id = 4f0c3e3c-c896-4ab1-8d91-224dc96fb0b0], point of no return - MDC[jobName=Stop client session 4f0c3e3c-c896-4ab1-8d91-224dc96fb0b0 due to session housekeeping] 2023-01-07 23:56:14,964 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 4f0c3e3c-c896-4ab1-8d91-224dc96fb0b0 due to session housekeeping] 2023-01-07 23:56:14,965 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 4f0c3e3c-c896-4ab1-8d91-224dc96fb0b0 due to session housekeeping] 2023-01-07 23:56:14,965 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.inactivateSession(AbstractClientSession.java:503) - Client session stopped [session=org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$FixtureClientSession@15e5bebe[id = 4f0c3e3c-c896-4ab1-8d91-224dc96fb0b0], user=null] - MDC[jobName=Stop client session 4f0c3e3c-c896-4ab1-8d91-224dc96fb0b0 due to session housekeeping] 2023-01-07 23:56:14,965 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 4f0c3e3c-c896-4ab1-8d91-224dc96fb0b0 due to session housekeeping] 2023-01-07 23:56:14,965 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.session.ClientSessionStopHelper.callStop(ClientSessionStopHelper.java:95) - Client session with ID 4f0c3e3c-c896-4ab1-8d91-224dc96fb0b0 terminated. - MDC[jobName=Stop client session 4f0c3e3c-c896-4ab1-8d91-224dc96fb0b0 due to session housekeeping] 2023-01-07 23:56:14,966 DEBUG [main] org.eclipse.scout.rt.ui.html.HttpSessionHelper.getSessionStore(HttpSessionHelper.java:48) - Created new session store for HTTP session with ID null - MDC[] 2023-01-07 23:56:14,967 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler.handlePost(JsonMessageRequestHandler.java:85) - JSON request started - MDC[] 2023-01-07 23:56:14,967 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonRequestHelper.readJsonRequest(JsonRequestHelper.java:169) - Received: {"startup":true} - MDC[] 2023-01-07 23:56:14,967 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler.createUiSession(JsonMessageRequestHandler.java:363) - JSON request started - MDC[] 2023-01-07 23:56:14,967 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler.createUiSession(JsonMessageRequestHandler.java:365) - Creating new UI session.... - MDC[] 2023-01-07 23:56:14,968 INFO [main] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:115) - New protocol entry: 'UiSession.init' - MDC[] 2023-01-07 23:56:14,968 INFO [main] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:115) - New protocol entry: 'UiSession.getOrCreateClientSession' - MDC[] 2023-01-07 23:56:14,968 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.preregisterUiSession(SessionStore.java:218) - Pre-register UI session with ID 0:mhmviafmstjv5b67ngetup8r92 - MDC[] 2023-01-07 23:56:14,969 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=78efcfd2-3a6e-4462-852a-6e2bee2af010]] 2023-01-07 23:56:14,971 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@49bfe1c[id = 78efcfd2-3a6e-4462-852a-6e2bee2af010], user=null] - MDC[jobName=Starting ClientSession [sessionId=78efcfd2-3a6e-4462-852a-6e2bee2af010]] 2023-01-07 23:56:14,971 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.getOrCreateClientSession(UiSession.java:303) - Created new client session [clientSessionId=78efcfd2-3a6e-4462-852a-6e2bee2af010, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] - MDC[] 2023-01-07 23:56:14,972 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.initUiTheme(UiSession.java:421) - UI theme model=default current=default reloadPage=false - MDC[] 2023-01-07 23:56:14,973 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] 2023-01-07 23:56:14,974 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] 2023-01-07 23:56:14,976 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.getTextMap(UiSession.java:1246) - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@5c85ed05 - MDC[] 2023-01-07 23:56:14,976 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.init(UiSession.java:263) - UiSession with ID 0:mhmviafmstjv5b67ngetup8r92 initialized - MDC[] 2023-01-07 23:56:14,976 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.registerUiSession(SessionStore.java:256) - Register UI session with ID 0:mhmviafmstjv5b67ngetup8r92 in store (clientSessionId=78efcfd2-3a6e-4462-852a-6e2bee2af010) - MDC[] 2023-01-07 23:56:14,976 INFO [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler.createUiSession(JsonMessageRequestHandler.java:370) - Created new UI session with ID 0:mhmviafmstjv5b67ngetup8r92 in 9.014286 ms [maxIdleTime=14400s, httpSession.maxInactiveInterval=0s] - MDC[] 2023-01-07 23:56:14,978 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] 2023-01-07 23:56:14,978 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.processJsonRequest(UiSession.java:762) - Adapter count after request: 3 - MDC[] 2023-01-07 23:56:14,979 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonRequestHelper.writeResponse(JsonRequestHelper.java:160) - Returned: {"startupData":{"uiSessionId":"0:mhmviafmstjv5b67ngetup8r92","clientSessionId":"78efcfd2-3a6e-4462-852a-6e2bee2af010","clientSession":"2","pollingInterval":60,"persistent":false,"locale":{"languageTag":"und","displayLanguage":"de_ch","displayCountry":"","decimalFormatPatternDefault":"#,##0.###","dateFormatPatternDefault":"MM\/dd\/yyyy","timeFormatPatternDefault":"HH:mm","decimalFormatSymbols":{"decimalSeparator":".","groupingSeparator":",","minusSign":"-"},"dateFormatSymbols":{"months":["January","February","March","April","May","June","July","August","September","October","November","December"],"monthsShort":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"weekdays":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"weekdaysShort":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"am":"AM","pm":"PM"}},"textMap":{"Cancel":"--Cancel--","Column":"--Column--","ColumnSorting":"--ColumnSorting--","InactiveState":"--InactiveState--","InvalidNumberMessageX":"--InvalidNumberMessageX--","InvalidValueMessageX":"--InvalidValueMessageX--","NavigationBackward":"--NavigationBackward--","Ok":"--Ok--","Remove":"--Remove--","ResetTableColumns":"--ResetTableColumns--","SmartFieldCannotComplete":"--SmartFieldCannotComplete--","SmartFieldInactiveRow":"--SmartFieldInactiveRow--","SmartFieldMoreThanXRows":"--SmartFieldMoreThanXRows--","SmartFieldNoDataFound":"--SmartFieldNoDataFound--","SmartFieldNotUnique":"--SmartFieldNotUnique--","ui.Active":"--ui.Active--","ui.Aggregation":"--ui.Aggregation--","ui.All":"--ui.All--","ui.Average":"--ui.Average--","ui.BooleanColumnGroupingFalse":"--ui.BooleanColumnGroupingFalse--","ui.BooleanColumnGroupingTrue":"--ui.BooleanColumnGroupingTrue--","ui.Browse":"--ui.Browse--","ui.CW":"--ui.CW--","ui.CalendarCalendarWeek":"--ui.CalendarCalendarWeek--","ui.CalendarDay":"--ui.CalendarDay--","ui.CalendarMonth":"--ui.CalendarMonth--","ui.CalendarToday":"--ui.CalendarToday--","ui.CalendarWeek":"--ui.CalendarWeek--","ui.CalendarWorkWeek":"--ui.CalendarWorkWeek--","ui.CalendarYear":"--ui.CalendarYear--","ui.CannotInsertTextTooLong":"--ui.CannotInsertTextTooLong--","ui.ChooseFile":"--ui.ChooseFile--","ui.ChooseFiles":"--ui.ChooseFiles--","ui.ClipboardTimeout":"--ui.ClipboardTimeout--","ui.ClipboardTimeoutTitle":"--ui.ClipboardTimeoutTitle--","ui.Coloring":"--ui.Coloring--","ui.Column":"--ui.Column--","ui.ConnectionInterrupted":"--ui.ConnectionInterrupted--","ui.ConnectionReestablished":"--ui.ConnectionReestablished--","ui.Continue":"--ui.Continue--","ui.Copy":"--ui.Copy--","ui.Count":"--ui.Count--","ui.DateRange":"--ui.DateRange--","ui.EmptyCell":"--ui.EmptyCell--","ui.ErrorCodeX":"--ui.ErrorCodeX--","ui.FileChooserHint":"--ui.FileChooserHint--","ui.FileSizeLimit":"--ui.FileSizeLimit--","ui.FileSizeLimitTitle":"--ui.FileSizeLimitTitle--","ui.Filter":"--ui.Filter--","ui.FilterBy_":"--ui.FilterBy_--","ui.FilterInfoCount":"--ui.FilterInfoCount--","ui.FilterInfoXOfY":"--ui.FilterInfoXOfY--","ui.FreeText":"--ui.FreeText--","ui.FromXToY":"--ui.FromXToY--","ui.Grouping":"--ui.Grouping--","ui.Ignore":"--ui.Ignore--","ui.Inactive":"--ui.Inactive--","ui.InternalProcessingErrorMsg":"--ui.InternalProcessingErrorMsg--","ui.InternalUiErrorMsg":"--ui.InternalUiErrorMsg--","ui.InvalidDate":"--ui.InvalidDate--","ui.InvalidUriMsg":"--ui.InvalidUriMsg--","ui.LoadingPopupWindow":"--ui.LoadingPopupWindow--","ui.Maximum":"--ui.Maximum--","ui.Minimum":"--ui.Minimum--","ui.Move":"--ui.Move--","ui.NetworkError":"--ui.NetworkError--","ui.NumRowFiltered":"--ui.NumRowFiltered--","ui.NumRowFilteredBy":"--ui.NumRowFilteredBy--","ui.NumRowFilteredMin":"--ui.NumRowFilteredMin--","ui.NumRowLoaded":"--ui.NumRowLoaded--","ui.NumRowLoadedMin":"--ui.NumRowLoadedMin--","ui.NumRowSelected":"--ui.NumRowSelected--","ui.NumRowSelectedMin":"--ui.NumRowSelectedMin--","ui.NumRowsFiltered":"--ui.NumRowsFiltered--","ui.NumRowsFilteredBy":"--ui.NumRowsFilteredBy--","ui.NumRowsFilteredMin":"--ui.NumRowsFilteredMin--","ui.NumRowsLoaded":"--ui.NumRowsLoaded--","ui.NumRowsLoadedMin":"--ui.NumRowsLoadedMin--","ui.NumRowsRendered":"--ui.NumRowsRendered--","ui.NumRowsSelected":"--ui.NumRowsSelected--","ui.NumRowsSelectedMin":"--ui.NumRowsSelectedMin--","ui.NumberRange":"--ui.NumberRange--","ui.OpenManually":"--ui.OpenManually--","ui.OtherValues":"--ui.OtherValues--","ui.Outlines":"--ui.Outlines--","ui.PastedTextTooLong":"--ui.PastedTextTooLong--","ui.PleaseWait_":"--ui.PleaseWait_--","ui.PopupBlockerDetected":"--ui.PopupBlockerDetected--","ui.Reconnecting_":"--ui.Reconnecting_--","ui.Reload":"--ui.Reload--","ui.ReloadData":"--ui.ReloadData--","ui.RemoveFilter":"--ui.RemoveFilter--","ui.SearchFor_":"--ui.SearchFor_--","ui.SelectAll":"--ui.SelectAll--","ui.SelectAllFilter":"--ui.SelectAllFilter--","ui.SelectNone":"--ui.SelectNone--","ui.SelectNoneFilter":"--ui.SelectNoneFilter--","ui.ServerError":"--ui.ServerError--","ui.SessionExpiredMsg":"--ui.SessionExpiredMsg--","ui.SessionTimeout":"--ui.SessionTimeout--","ui.ShowAllNodes":"--ui.ShowAllNodes--","ui.Sum":"--ui.Sum--","ui.TableRowCount":"--ui.TableRowCount--","ui.TableRowCount0":"--ui.TableRowCount0--","ui.TableRowCount1":"--ui.TableRowCount1--","ui.Total":"--ui.Total--","ui.UiInconsistentMsg":"--ui.UiInconsistentMsg--","ui.UnexpectedProblem":"--ui.UnexpectedProblem--","ui.UnsafeUpload":"--ui.UnsafeUpload--","ui.UnsafeUploadMsg":"--ui.UnsafeUploadMsg--","ui.Up":"--ui.Up--","ui.Upload":"--ui.Upload--","ui.add":"--ui.add--","ui.addColumn":"--ui.addColumn--","ui.additionally":"--ui.additionally--","ui.ascending":"--ui.ascending--","ui.ascendingAdditionally":"--ui.ascendingAdditionally--","ui.backward":"--ui.backward--","ui.changeColumn":"--ui.changeColumn--","ui.descending":"--ui.descending--","ui.descendingAdditionally":"--ui.descendingAdditionally--","ui.forward":"--ui.forward--","ui.from":"--ui.from--","ui.fromGreenToRed":"--ui.fromGreenToRed--","ui.fromRedToGreen":"--ui.fromRedToGreen--","ui.grouped":"--ui.grouped--","ui.groupedByMonth":"--ui.groupedByMonth--","ui.groupedByWeekday":"--ui.groupedByWeekday--","ui.groupedByYear":"--ui.groupedByYear--","ui.groupingApply":"--ui.groupingApply--","ui.overEverything":"--ui.overEverything--","ui.overSelection":"--ui.overSelection--","ui.remove":"--ui.remove--","ui.removeColumn":"--ui.removeColumn--","ui.showEveryDate":"--ui.showEveryDate--","ui.to":"--ui.to--","ui.toBegin":"--ui.toBegin--","ui.toEnd":"--ui.toEnd--","ui.withBarChart":"--ui.withBarChart--"}},"adapterData":{"2":{"id":"2","global":true,"desktop":"3"},"3":{"id":"3","objectType":"Desktop","geolocationServiceAvailable":false,"selectViewTabsKeyStrokesEnabled":true,"cacheSplitterPosition":true,"selectViewTabsKeyStrokeModifier":"control","notifications":[],"keyStrokes":[]}}} - MDC[] 2023-01-07 23:56:14,979 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler.handlePost(JsonMessageRequestHandler.java:152) - JSON request completed in 12.031424 ms - MDC[] 2023-01-07 23:56:14,980 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler.handlePost(JsonMessageRequestHandler.java:85) - JSON request started - MDC[] 2023-01-07 23:56:14,980 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonRequestHelper.readJsonRequest(JsonRequestHelper.java:169) - Received: {"startup":true, "clientSessionId":"78efcfd2-3a6e-4462-852a-6e2bee2af010"} - MDC[] 2023-01-07 23:56:14,980 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler.createUiSession(JsonMessageRequestHandler.java:363) - JSON request started - MDC[] 2023-01-07 23:56:14,980 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler.createUiSession(JsonMessageRequestHandler.java:365) - Creating new UI session.... - MDC[] 2023-01-07 23:56:14,981 INFO [main] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:115) - New protocol entry: 'UiSession.init' - MDC[] 2023-01-07 23:56:14,981 INFO [main] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:115) - New protocol entry: 'UiSession.getOrCreateClientSession' - MDC[] 2023-01-07 23:56:14,981 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.preregisterUiSession(SessionStore.java:218) - Pre-register UI session with ID 0:eiob4obmtg4v2t0u1vo2br9u1 - MDC[] 2023-01-07 23:56:14,981 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.getOrCreateClientSession(UiSession.java:297) - Using cached client session [clientSessionId=78efcfd2-3a6e-4462-852a-6e2bee2af010] - MDC[] 2023-01-07 23:56:14,981 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.initUiTheme(UiSession.java:421) - UI theme model=default current=default reloadPage=false - MDC[] 2023-01-07 23:56:14,984 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.getTextMap(UiSession.java:1246) - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@5c85ed05 - MDC[] 2023-01-07 23:56:14,984 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.init(UiSession.java:263) - UiSession with ID 0:eiob4obmtg4v2t0u1vo2br9u1 initialized - MDC[] 2023-01-07 23:56:14,984 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.registerUiSession(SessionStore.java:256) - Register UI session with ID 0:eiob4obmtg4v2t0u1vo2br9u1 in store (clientSessionId=78efcfd2-3a6e-4462-852a-6e2bee2af010) - MDC[] 2023-01-07 23:56:14,985 INFO [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler.createUiSession(JsonMessageRequestHandler.java:370) - Created new UI session with ID 0:eiob4obmtg4v2t0u1vo2br9u1 in 4.320369 ms [maxIdleTime=14400s, httpSession.maxInactiveInterval=0s] - MDC[] 2023-01-07 23:56:14,986 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] 2023-01-07 23:56:14,987 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.processJsonRequest(UiSession.java:762) - Adapter count after request: 3 - MDC[] 2023-01-07 23:56:14,987 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonRequestHelper.writeResponse(JsonRequestHelper.java:160) - Returned: {"startupData":{"uiSessionId":"0:eiob4obmtg4v2t0u1vo2br9u1","clientSessionId":"78efcfd2-3a6e-4462-852a-6e2bee2af010","clientSession":"2","pollingInterval":60,"persistent":false,"locale":{"languageTag":"und","displayLanguage":"de_ch","displayCountry":"","decimalFormatPatternDefault":"#,##0.###","dateFormatPatternDefault":"MM\/dd\/yyyy","timeFormatPatternDefault":"HH:mm","decimalFormatSymbols":{"decimalSeparator":".","groupingSeparator":",","minusSign":"-"},"dateFormatSymbols":{"months":["January","February","March","April","May","June","July","August","September","October","November","December"],"monthsShort":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"weekdays":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"weekdaysShort":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"am":"AM","pm":"PM"}},"textMap":{"Cancel":"--Cancel--","Column":"--Column--","ColumnSorting":"--ColumnSorting--","InactiveState":"--InactiveState--","InvalidNumberMessageX":"--InvalidNumberMessageX--","InvalidValueMessageX":"--InvalidValueMessageX--","NavigationBackward":"--NavigationBackward--","Ok":"--Ok--","Remove":"--Remove--","ResetTableColumns":"--ResetTableColumns--","SmartFieldCannotComplete":"--SmartFieldCannotComplete--","SmartFieldInactiveRow":"--SmartFieldInactiveRow--","SmartFieldMoreThanXRows":"--SmartFieldMoreThanXRows--","SmartFieldNoDataFound":"--SmartFieldNoDataFound--","SmartFieldNotUnique":"--SmartFieldNotUnique--","ui.Active":"--ui.Active--","ui.Aggregation":"--ui.Aggregation--","ui.All":"--ui.All--","ui.Average":"--ui.Average--","ui.BooleanColumnGroupingFalse":"--ui.BooleanColumnGroupingFalse--","ui.BooleanColumnGroupingTrue":"--ui.BooleanColumnGroupingTrue--","ui.Browse":"--ui.Browse--","ui.CW":"--ui.CW--","ui.CalendarCalendarWeek":"--ui.CalendarCalendarWeek--","ui.CalendarDay":"--ui.CalendarDay--","ui.CalendarMonth":"--ui.CalendarMonth--","ui.CalendarToday":"--ui.CalendarToday--","ui.CalendarWeek":"--ui.CalendarWeek--","ui.CalendarWorkWeek":"--ui.CalendarWorkWeek--","ui.CalendarYear":"--ui.CalendarYear--","ui.CannotInsertTextTooLong":"--ui.CannotInsertTextTooLong--","ui.ChooseFile":"--ui.ChooseFile--","ui.ChooseFiles":"--ui.ChooseFiles--","ui.ClipboardTimeout":"--ui.ClipboardTimeout--","ui.ClipboardTimeoutTitle":"--ui.ClipboardTimeoutTitle--","ui.Coloring":"--ui.Coloring--","ui.Column":"--ui.Column--","ui.ConnectionInterrupted":"--ui.ConnectionInterrupted--","ui.ConnectionReestablished":"--ui.ConnectionReestablished--","ui.Continue":"--ui.Continue--","ui.Copy":"--ui.Copy--","ui.Count":"--ui.Count--","ui.DateRange":"--ui.DateRange--","ui.EmptyCell":"--ui.EmptyCell--","ui.ErrorCodeX":"--ui.ErrorCodeX--","ui.FileChooserHint":"--ui.FileChooserHint--","ui.FileSizeLimit":"--ui.FileSizeLimit--","ui.FileSizeLimitTitle":"--ui.FileSizeLimitTitle--","ui.Filter":"--ui.Filter--","ui.FilterBy_":"--ui.FilterBy_--","ui.FilterInfoCount":"--ui.FilterInfoCount--","ui.FilterInfoXOfY":"--ui.FilterInfoXOfY--","ui.FreeText":"--ui.FreeText--","ui.FromXToY":"--ui.FromXToY--","ui.Grouping":"--ui.Grouping--","ui.Ignore":"--ui.Ignore--","ui.Inactive":"--ui.Inactive--","ui.InternalProcessingErrorMsg":"--ui.InternalProcessingErrorMsg--","ui.InternalUiErrorMsg":"--ui.InternalUiErrorMsg--","ui.InvalidDate":"--ui.InvalidDate--","ui.InvalidUriMsg":"--ui.InvalidUriMsg--","ui.LoadingPopupWindow":"--ui.LoadingPopupWindow--","ui.Maximum":"--ui.Maximum--","ui.Minimum":"--ui.Minimum--","ui.Move":"--ui.Move--","ui.NetworkError":"--ui.NetworkError--","ui.NumRowFiltered":"--ui.NumRowFiltered--","ui.NumRowFilteredBy":"--ui.NumRowFilteredBy--","ui.NumRowFilteredMin":"--ui.NumRowFilteredMin--","ui.NumRowLoaded":"--ui.NumRowLoaded--","ui.NumRowLoadedMin":"--ui.NumRowLoadedMin--","ui.NumRowSelected":"--ui.NumRowSelected--","ui.NumRowSelectedMin":"--ui.NumRowSelectedMin--","ui.NumRowsFiltered":"--ui.NumRowsFiltered--","ui.NumRowsFilteredBy":"--ui.NumRowsFilteredBy--","ui.NumRowsFilteredMin":"--ui.NumRowsFilteredMin--","ui.NumRowsLoaded":"--ui.NumRowsLoaded--","ui.NumRowsLoadedMin":"--ui.NumRowsLoadedMin--","ui.NumRowsRendered":"--ui.NumRowsRendered--","ui.NumRowsSelected":"--ui.NumRowsSelected--","ui.NumRowsSelectedMin":"--ui.NumRowsSelectedMin--","ui.NumberRange":"--ui.NumberRange--","ui.OpenManually":"--ui.OpenManually--","ui.OtherValues":"--ui.OtherValues--","ui.Outlines":"--ui.Outlines--","ui.PastedTextTooLong":"--ui.PastedTextTooLong--","ui.PleaseWait_":"--ui.PleaseWait_--","ui.PopupBlockerDetected":"--ui.PopupBlockerDetected--","ui.Reconnecting_":"--ui.Reconnecting_--","ui.Reload":"--ui.Reload--","ui.ReloadData":"--ui.ReloadData--","ui.RemoveFilter":"--ui.RemoveFilter--","ui.SearchFor_":"--ui.SearchFor_--","ui.SelectAll":"--ui.SelectAll--","ui.SelectAllFilter":"--ui.SelectAllFilter--","ui.SelectNone":"--ui.SelectNone--","ui.SelectNoneFilter":"--ui.SelectNoneFilter--","ui.ServerError":"--ui.ServerError--","ui.SessionExpiredMsg":"--ui.SessionExpiredMsg--","ui.SessionTimeout":"--ui.SessionTimeout--","ui.ShowAllNodes":"--ui.ShowAllNodes--","ui.Sum":"--ui.Sum--","ui.TableRowCount":"--ui.TableRowCount--","ui.TableRowCount0":"--ui.TableRowCount0--","ui.TableRowCount1":"--ui.TableRowCount1--","ui.Total":"--ui.Total--","ui.UiInconsistentMsg":"--ui.UiInconsistentMsg--","ui.UnexpectedProblem":"--ui.UnexpectedProblem--","ui.UnsafeUpload":"--ui.UnsafeUpload--","ui.UnsafeUploadMsg":"--ui.UnsafeUploadMsg--","ui.Up":"--ui.Up--","ui.Upload":"--ui.Upload--","ui.add":"--ui.add--","ui.addColumn":"--ui.addColumn--","ui.additionally":"--ui.additionally--","ui.ascending":"--ui.ascending--","ui.ascendingAdditionally":"--ui.ascendingAdditionally--","ui.backward":"--ui.backward--","ui.changeColumn":"--ui.changeColumn--","ui.descending":"--ui.descending--","ui.descendingAdditionally":"--ui.descendingAdditionally--","ui.forward":"--ui.forward--","ui.from":"--ui.from--","ui.fromGreenToRed":"--ui.fromGreenToRed--","ui.fromRedToGreen":"--ui.fromRedToGreen--","ui.grouped":"--ui.grouped--","ui.groupedByMonth":"--ui.groupedByMonth--","ui.groupedByWeekday":"--ui.groupedByWeekday--","ui.groupedByYear":"--ui.groupedByYear--","ui.groupingApply":"--ui.groupingApply--","ui.overEverything":"--ui.overEverything--","ui.overSelection":"--ui.overSelection--","ui.remove":"--ui.remove--","ui.removeColumn":"--ui.removeColumn--","ui.showEveryDate":"--ui.showEveryDate--","ui.to":"--ui.to--","ui.toBegin":"--ui.toBegin--","ui.toEnd":"--ui.toEnd--","ui.withBarChart":"--ui.withBarChart--"}},"adapterData":{"2":{"id":"2","global":true,"desktop":"3"},"3":{"id":"3","objectType":"Desktop","geolocationServiceAvailable":false,"selectViewTabsKeyStrokesEnabled":true,"cacheSplitterPosition":true,"selectViewTabsKeyStrokeModifier":"control","notifications":[],"keyStrokes":[]}}} - MDC[] 2023-01-07 23:56:14,987 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler.handlePost(JsonMessageRequestHandler.java:152) - JSON request completed in 7.419883 ms - MDC[] 2023-01-07 23:56:14,988 INFO [main] org.eclipse.scout.rt.ui.html.json.UnloadRequestHandler.handleUnloadRequest(UnloadRequestHandler.java:61) - Unloading UI session with ID 0:mhmviafmstjv5b67ngetup8r92 (requested by UI) - MDC[] 2023-01-07 23:56:14,988 INFO [main] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:115) - New protocol entry: 'UiSession.dispose' - MDC[] 2023-01-07 23:56:14,989 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.dispose(UiSession.java:598) - Disposing UI session with ID 0:mhmviafmstjv5b67ngetup8r92... - MDC[] 2023-01-07 23:56:14,989 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.unregisterUiSession(SessionStore.java:295) - Unregister UI session with ID 0:mhmviafmstjv5b67ngetup8r92 from store (clientSessionId=78efcfd2-3a6e-4462-852a-6e2bee2af010) - MDC[] 2023-01-07 23:56:14,989 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 78efcfd2-3a6e-4462-852a-6e2bee2af010 - MDC[] 2023-01-07 23:56:14,990 INFO [main] org.eclipse.scout.rt.ui.html.json.UnloadRequestHandler.handleUnloadRequest(UnloadRequestHandler.java:61) - Unloading UI session with ID 0:eiob4obmtg4v2t0u1vo2br9u1 (requested by UI) - MDC[] 2023-01-07 23:56:14,990 INFO [main] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:115) - New protocol entry: 'UiSession.dispose' - MDC[] 2023-01-07 23:56:14,991 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.dispose(UiSession.java:598) - Disposing UI session with ID 0:eiob4obmtg4v2t0u1vo2br9u1... - MDC[] 2023-01-07 23:56:14,991 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.unregisterUiSession(SessionStore.java:295) - Unregister UI session with ID 0:eiob4obmtg4v2t0u1vo2br9u1 from store (clientSessionId=78efcfd2-3a6e-4462-852a-6e2bee2af010) - MDC[] 2023-01-07 23:56:14,991 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.unregisterUiSession(SessionStore.java:322) - 0 UI sessions and 0 preregistered UI session remaining for client session 78efcfd2-3a6e-4462-852a-6e2bee2af010 - MDC[] 2023-01-07 23:56:14,991 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] 2023-01-07 23:56:14,991 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.startHousekeepingInsideWriteLock(SessionStore.java:353) - Session housekeeping: Schedule job for client session with ID 78efcfd2-3a6e-4462-852a-6e2bee2af010 - MDC[] 2023-01-07 23:56:16,992 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 78efcfd2-3a6e-4462-852a-6e2bee2af010] 2023-01-07 23:56:16,992 DEBUG [scout-thread-23] org.eclipse.scout.rt.ui.html.SessionStore.doHousekeepingOutsideWriteLock(SessionStore.java:391) - Session housekeeping: Client session 78efcfd2-3a6e-4462-852a-6e2bee2af010 referenced by 0 UI sessions and 0 preregistered UI sessions - MDC[jobName=Performing session housekeeping for client session with ID 78efcfd2-3a6e-4462-852a-6e2bee2af010] 2023-01-07 23:56:16,992 INFO [scout-thread-23] org.eclipse.scout.rt.ui.html.SessionStore.doHousekeepingOutsideWriteLock(SessionStore.java:396) - Session housekeeping: Shutting down client session with ID 78efcfd2-3a6e-4462-852a-6e2bee2af010 because it is not used anymore - MDC[jobName=Performing session housekeeping for client session with ID 78efcfd2-3a6e-4462-852a-6e2bee2af010] 2023-01-07 23:56:16,992 DEBUG [scout-thread-23] org.eclipse.scout.rt.ui.html.SessionStore.removeClientSessionInsideWriteLock(SessionStore.java:409) - Remove client session with ID 78efcfd2-3a6e-4462-852a-6e2bee2af010 from session store - MDC[jobName=Performing session housekeeping for client session with ID 78efcfd2-3a6e-4462-852a-6e2bee2af010] 2023-01-07 23:56:16,992 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 78efcfd2-3a6e-4462-852a-6e2bee2af010] 2023-01-07 23:56:16,993 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 78efcfd2-3a6e-4462-852a-6e2bee2af010] 2023-01-07 23:56:16,994 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 78efcfd2-3a6e-4462-852a-6e2bee2af010] 2023-01-07 23:56:16,995 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 78efcfd2-3a6e-4462-852a-6e2bee2af010 due to session housekeeping] 2023-01-07 23:56:16,995 INFO [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:419) - Enter stop(0) of clientSession org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$FixtureClientSession@49bfe1c[id = 78efcfd2-3a6e-4462-852a-6e2bee2af010] - MDC[jobName=Stop client session 78efcfd2-3a6e-4462-852a-6e2bee2af010 due to session housekeeping] 2023-01-07 23:56:16,995 INFO [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:424) - Call desktop.doBeforeClosingInternal of clientSession org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$FixtureClientSession@49bfe1c[id = 78efcfd2-3a6e-4462-852a-6e2bee2af010] - MDC[jobName=Stop client session 78efcfd2-3a6e-4462-852a-6e2bee2af010 due to session housekeeping] 2023-01-07 23:56:16,995 INFO [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:449) - Begin stop of clientSession org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$FixtureClientSession@49bfe1c[id = 78efcfd2-3a6e-4462-852a-6e2bee2af010], point of no return - MDC[jobName=Stop client session 78efcfd2-3a6e-4462-852a-6e2bee2af010 due to session housekeeping] 2023-01-07 23:56:16,996 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 78efcfd2-3a6e-4462-852a-6e2bee2af010 due to session housekeeping] 2023-01-07 23:56:16,996 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 78efcfd2-3a6e-4462-852a-6e2bee2af010 due to session housekeeping] 2023-01-07 23:56:16,997 INFO [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession.inactivateSession(AbstractClientSession.java:503) - Client session stopped [session=org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$FixtureClientSession@49bfe1c[id = 78efcfd2-3a6e-4462-852a-6e2bee2af010], user=null] - MDC[jobName=Stop client session 78efcfd2-3a6e-4462-852a-6e2bee2af010 due to session housekeeping] 2023-01-07 23:56:16,997 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 78efcfd2-3a6e-4462-852a-6e2bee2af010 due to session housekeeping] 2023-01-07 23:56:16,997 INFO [scout-model-thread-25] org.eclipse.scout.rt.client.session.ClientSessionStopHelper.callStop(ClientSessionStopHelper.java:95) - Client session with ID 78efcfd2-3a6e-4462-852a-6e2bee2af010 terminated. - MDC[jobName=Stop client session 78efcfd2-3a6e-4462-852a-6e2bee2af010 due to session housekeeping] 2023-01-07 23:56:16,998 DEBUG [main] org.eclipse.scout.rt.ui.html.HttpSessionHelper.getSessionStore(HttpSessionHelper.java:48) - Created new session store for HTTP session with ID null - MDC[] 2023-01-07 23:56:16,999 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler.handlePost(JsonMessageRequestHandler.java:85) - JSON request started - MDC[] 2023-01-07 23:56:16,999 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonRequestHelper.readJsonRequest(JsonRequestHelper.java:169) - Received: {"startup":true} - MDC[] 2023-01-07 23:56:16,999 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler.createUiSession(JsonMessageRequestHandler.java:363) - JSON request started - MDC[] 2023-01-07 23:56:17,000 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler.createUiSession(JsonMessageRequestHandler.java:365) - Creating new UI session.... - MDC[] 2023-01-07 23:56:17,000 INFO [main] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:115) - New protocol entry: 'UiSession.init' - MDC[] 2023-01-07 23:56:17,000 INFO [main] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:115) - New protocol entry: 'UiSession.getOrCreateClientSession' - MDC[] 2023-01-07 23:56:17,000 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.preregisterUiSession(SessionStore.java:218) - Pre-register UI session with ID 0:rotbhjknq72f0joqjib41maugo - MDC[] 2023-01-07 23:56:17,002 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=759e20c2-8312-4019-a135-5bd21568c3d2]] 2023-01-07 23:56:17,003 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@1ffc2516[id = 759e20c2-8312-4019-a135-5bd21568c3d2], user=null] - MDC[jobName=Starting ClientSession [sessionId=759e20c2-8312-4019-a135-5bd21568c3d2]] 2023-01-07 23:56:17,003 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.getOrCreateClientSession(UiSession.java:303) - Created new client session [clientSessionId=759e20c2-8312-4019-a135-5bd21568c3d2, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] - MDC[] 2023-01-07 23:56:17,004 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.initUiTheme(UiSession.java:421) - UI theme model=default current=default reloadPage=false - MDC[] 2023-01-07 23:56:17,004 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] 2023-01-07 23:56:17,005 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] 2023-01-07 23:56:17,007 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.getTextMap(UiSession.java:1246) - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@5c85ed05 - MDC[] 2023-01-07 23:56:17,007 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.init(UiSession.java:263) - UiSession with ID 0:rotbhjknq72f0joqjib41maugo initialized - MDC[] 2023-01-07 23:56:17,007 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.registerUiSession(SessionStore.java:256) - Register UI session with ID 0:rotbhjknq72f0joqjib41maugo in store (clientSessionId=759e20c2-8312-4019-a135-5bd21568c3d2) - MDC[] 2023-01-07 23:56:17,007 INFO [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler.createUiSession(JsonMessageRequestHandler.java:370) - Created new UI session with ID 0:rotbhjknq72f0joqjib41maugo in 7.950934 ms [maxIdleTime=14400s, httpSession.maxInactiveInterval=0s] - MDC[] 2023-01-07 23:56:17,009 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] 2023-01-07 23:56:17,009 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.processJsonRequest(UiSession.java:762) - Adapter count after request: 3 - MDC[] 2023-01-07 23:56:17,010 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonRequestHelper.writeResponse(JsonRequestHelper.java:160) - Returned: {"startupData":{"uiSessionId":"0:rotbhjknq72f0joqjib41maugo","clientSessionId":"759e20c2-8312-4019-a135-5bd21568c3d2","clientSession":"2","pollingInterval":60,"persistent":false,"locale":{"languageTag":"und","displayLanguage":"de_ch","displayCountry":"","decimalFormatPatternDefault":"#,##0.###","dateFormatPatternDefault":"MM\/dd\/yyyy","timeFormatPatternDefault":"HH:mm","decimalFormatSymbols":{"decimalSeparator":".","groupingSeparator":",","minusSign":"-"},"dateFormatSymbols":{"months":["January","February","March","April","May","June","July","August","September","October","November","December"],"monthsShort":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"weekdays":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"weekdaysShort":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"am":"AM","pm":"PM"}},"textMap":{"Cancel":"--Cancel--","Column":"--Column--","ColumnSorting":"--ColumnSorting--","InactiveState":"--InactiveState--","InvalidNumberMessageX":"--InvalidNumberMessageX--","InvalidValueMessageX":"--InvalidValueMessageX--","NavigationBackward":"--NavigationBackward--","Ok":"--Ok--","Remove":"--Remove--","ResetTableColumns":"--ResetTableColumns--","SmartFieldCannotComplete":"--SmartFieldCannotComplete--","SmartFieldInactiveRow":"--SmartFieldInactiveRow--","SmartFieldMoreThanXRows":"--SmartFieldMoreThanXRows--","SmartFieldNoDataFound":"--SmartFieldNoDataFound--","SmartFieldNotUnique":"--SmartFieldNotUnique--","ui.Active":"--ui.Active--","ui.Aggregation":"--ui.Aggregation--","ui.All":"--ui.All--","ui.Average":"--ui.Average--","ui.BooleanColumnGroupingFalse":"--ui.BooleanColumnGroupingFalse--","ui.BooleanColumnGroupingTrue":"--ui.BooleanColumnGroupingTrue--","ui.Browse":"--ui.Browse--","ui.CW":"--ui.CW--","ui.CalendarCalendarWeek":"--ui.CalendarCalendarWeek--","ui.CalendarDay":"--ui.CalendarDay--","ui.CalendarMonth":"--ui.CalendarMonth--","ui.CalendarToday":"--ui.CalendarToday--","ui.CalendarWeek":"--ui.CalendarWeek--","ui.CalendarWorkWeek":"--ui.CalendarWorkWeek--","ui.CalendarYear":"--ui.CalendarYear--","ui.CannotInsertTextTooLong":"--ui.CannotInsertTextTooLong--","ui.ChooseFile":"--ui.ChooseFile--","ui.ChooseFiles":"--ui.ChooseFiles--","ui.ClipboardTimeout":"--ui.ClipboardTimeout--","ui.ClipboardTimeoutTitle":"--ui.ClipboardTimeoutTitle--","ui.Coloring":"--ui.Coloring--","ui.Column":"--ui.Column--","ui.ConnectionInterrupted":"--ui.ConnectionInterrupted--","ui.ConnectionReestablished":"--ui.ConnectionReestablished--","ui.Continue":"--ui.Continue--","ui.Copy":"--ui.Copy--","ui.Count":"--ui.Count--","ui.DateRange":"--ui.DateRange--","ui.EmptyCell":"--ui.EmptyCell--","ui.ErrorCodeX":"--ui.ErrorCodeX--","ui.FileChooserHint":"--ui.FileChooserHint--","ui.FileSizeLimit":"--ui.FileSizeLimit--","ui.FileSizeLimitTitle":"--ui.FileSizeLimitTitle--","ui.Filter":"--ui.Filter--","ui.FilterBy_":"--ui.FilterBy_--","ui.FilterInfoCount":"--ui.FilterInfoCount--","ui.FilterInfoXOfY":"--ui.FilterInfoXOfY--","ui.FreeText":"--ui.FreeText--","ui.FromXToY":"--ui.FromXToY--","ui.Grouping":"--ui.Grouping--","ui.Ignore":"--ui.Ignore--","ui.Inactive":"--ui.Inactive--","ui.InternalProcessingErrorMsg":"--ui.InternalProcessingErrorMsg--","ui.InternalUiErrorMsg":"--ui.InternalUiErrorMsg--","ui.InvalidDate":"--ui.InvalidDate--","ui.InvalidUriMsg":"--ui.InvalidUriMsg--","ui.LoadingPopupWindow":"--ui.LoadingPopupWindow--","ui.Maximum":"--ui.Maximum--","ui.Minimum":"--ui.Minimum--","ui.Move":"--ui.Move--","ui.NetworkError":"--ui.NetworkError--","ui.NumRowFiltered":"--ui.NumRowFiltered--","ui.NumRowFilteredBy":"--ui.NumRowFilteredBy--","ui.NumRowFilteredMin":"--ui.NumRowFilteredMin--","ui.NumRowLoaded":"--ui.NumRowLoaded--","ui.NumRowLoadedMin":"--ui.NumRowLoadedMin--","ui.NumRowSelected":"--ui.NumRowSelected--","ui.NumRowSelectedMin":"--ui.NumRowSelectedMin--","ui.NumRowsFiltered":"--ui.NumRowsFiltered--","ui.NumRowsFilteredBy":"--ui.NumRowsFilteredBy--","ui.NumRowsFilteredMin":"--ui.NumRowsFilteredMin--","ui.NumRowsLoaded":"--ui.NumRowsLoaded--","ui.NumRowsLoadedMin":"--ui.NumRowsLoadedMin--","ui.NumRowsRendered":"--ui.NumRowsRendered--","ui.NumRowsSelected":"--ui.NumRowsSelected--","ui.NumRowsSelectedMin":"--ui.NumRowsSelectedMin--","ui.NumberRange":"--ui.NumberRange--","ui.OpenManually":"--ui.OpenManually--","ui.OtherValues":"--ui.OtherValues--","ui.Outlines":"--ui.Outlines--","ui.PastedTextTooLong":"--ui.PastedTextTooLong--","ui.PleaseWait_":"--ui.PleaseWait_--","ui.PopupBlockerDetected":"--ui.PopupBlockerDetected--","ui.Reconnecting_":"--ui.Reconnecting_--","ui.Reload":"--ui.Reload--","ui.ReloadData":"--ui.ReloadData--","ui.RemoveFilter":"--ui.RemoveFilter--","ui.SearchFor_":"--ui.SearchFor_--","ui.SelectAll":"--ui.SelectAll--","ui.SelectAllFilter":"--ui.SelectAllFilter--","ui.SelectNone":"--ui.SelectNone--","ui.SelectNoneFilter":"--ui.SelectNoneFilter--","ui.ServerError":"--ui.ServerError--","ui.SessionExpiredMsg":"--ui.SessionExpiredMsg--","ui.SessionTimeout":"--ui.SessionTimeout--","ui.ShowAllNodes":"--ui.ShowAllNodes--","ui.Sum":"--ui.Sum--","ui.TableRowCount":"--ui.TableRowCount--","ui.TableRowCount0":"--ui.TableRowCount0--","ui.TableRowCount1":"--ui.TableRowCount1--","ui.Total":"--ui.Total--","ui.UiInconsistentMsg":"--ui.UiInconsistentMsg--","ui.UnexpectedProblem":"--ui.UnexpectedProblem--","ui.UnsafeUpload":"--ui.UnsafeUpload--","ui.UnsafeUploadMsg":"--ui.UnsafeUploadMsg--","ui.Up":"--ui.Up--","ui.Upload":"--ui.Upload--","ui.add":"--ui.add--","ui.addColumn":"--ui.addColumn--","ui.additionally":"--ui.additionally--","ui.ascending":"--ui.ascending--","ui.ascendingAdditionally":"--ui.ascendingAdditionally--","ui.backward":"--ui.backward--","ui.changeColumn":"--ui.changeColumn--","ui.descending":"--ui.descending--","ui.descendingAdditionally":"--ui.descendingAdditionally--","ui.forward":"--ui.forward--","ui.from":"--ui.from--","ui.fromGreenToRed":"--ui.fromGreenToRed--","ui.fromRedToGreen":"--ui.fromRedToGreen--","ui.grouped":"--ui.grouped--","ui.groupedByMonth":"--ui.groupedByMonth--","ui.groupedByWeekday":"--ui.groupedByWeekday--","ui.groupedByYear":"--ui.groupedByYear--","ui.groupingApply":"--ui.groupingApply--","ui.overEverything":"--ui.overEverything--","ui.overSelection":"--ui.overSelection--","ui.remove":"--ui.remove--","ui.removeColumn":"--ui.removeColumn--","ui.showEveryDate":"--ui.showEveryDate--","ui.to":"--ui.to--","ui.toBegin":"--ui.toBegin--","ui.toEnd":"--ui.toEnd--","ui.withBarChart":"--ui.withBarChart--"}},"adapterData":{"2":{"id":"2","global":true,"desktop":"3"},"3":{"id":"3","objectType":"Desktop","geolocationServiceAvailable":false,"selectViewTabsKeyStrokesEnabled":true,"cacheSplitterPosition":true,"selectViewTabsKeyStrokeModifier":"control","notifications":[],"keyStrokes":[]}}} - MDC[] 2023-01-07 23:56:17,010 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler.handlePost(JsonMessageRequestHandler.java:152) - JSON request completed in 11.204034 ms - MDC[] 2023-01-07 23:56:17,011 INFO [main] org.eclipse.scout.rt.ui.html.json.UnloadRequestHandler.handleUnloadRequest(UnloadRequestHandler.java:61) - Unloading UI session with ID 0:rotbhjknq72f0joqjib41maugo (requested by UI) - MDC[] 2023-01-07 23:56:17,011 INFO [main] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:115) - New protocol entry: 'UiSession.dispose' - MDC[] 2023-01-07 23:56:17,012 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.dispose(UiSession.java:598) - Disposing UI session with ID 0:rotbhjknq72f0joqjib41maugo... - MDC[] 2023-01-07 23:56:17,012 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.unregisterUiSession(SessionStore.java:295) - Unregister UI session with ID 0:rotbhjknq72f0joqjib41maugo from store (clientSessionId=759e20c2-8312-4019-a135-5bd21568c3d2) - MDC[] 2023-01-07 23:56:17,012 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.unregisterUiSession(SessionStore.java:322) - 0 UI sessions and 0 preregistered UI session remaining for client session 759e20c2-8312-4019-a135-5bd21568c3d2 - MDC[] 2023-01-07 23:56:17,012 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.startHousekeepingInsideWriteLock(SessionStore.java:353) - Session housekeeping: Schedule job for client session with ID 759e20c2-8312-4019-a135-5bd21568c3d2 - MDC[] 2023-01-07 23:56:17,012 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] 2023-01-07 23:56:17,015 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler.handlePost(JsonMessageRequestHandler.java:85) - JSON request started - MDC[] 2023-01-07 23:56:17,015 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonRequestHelper.readJsonRequest(JsonRequestHelper.java:169) - Received: {"startup":true, "clientSessionId":"759e20c2-8312-4019-a135-5bd21568c3d2"} - MDC[] 2023-01-07 23:56:17,015 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler.createUiSession(JsonMessageRequestHandler.java:363) - JSON request started - MDC[] 2023-01-07 23:56:17,015 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler.createUiSession(JsonMessageRequestHandler.java:365) - Creating new UI session.... - MDC[] 2023-01-07 23:56:17,015 INFO [main] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:115) - New protocol entry: 'UiSession.init' - MDC[] 2023-01-07 23:56:17,016 INFO [main] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:115) - New protocol entry: 'UiSession.getOrCreateClientSession' - MDC[] 2023-01-07 23:56:17,016 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.preregisterUiSession(SessionStore.java:218) - Pre-register UI session with ID 0:leimd3c6emnob0g7cgt360sop9 - MDC[] 2023-01-07 23:56:17,016 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.preregisterUiSession(SessionStore.java:230) - Client session with ID 759e20c2-8312-4019-a135-5bd21568c3d2 reserved for use - session housekeeping cancelled! - MDC[] 2023-01-07 23:56:17,016 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.getOrCreateClientSession(UiSession.java:297) - Using cached client session [clientSessionId=759e20c2-8312-4019-a135-5bd21568c3d2] - MDC[] 2023-01-07 23:56:17,017 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.initUiTheme(UiSession.java:421) - UI theme model=default current=default reloadPage=false - MDC[] 2023-01-07 23:56:17,018 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] 2023-01-07 23:56:17,020 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.getTextMap(UiSession.java:1246) - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@5c85ed05 - MDC[] 2023-01-07 23:56:17,020 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.init(UiSession.java:263) - UiSession with ID 0:leimd3c6emnob0g7cgt360sop9 initialized - MDC[] 2023-01-07 23:56:17,020 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.registerUiSession(SessionStore.java:256) - Register UI session with ID 0:leimd3c6emnob0g7cgt360sop9 in store (clientSessionId=759e20c2-8312-4019-a135-5bd21568c3d2) - MDC[] 2023-01-07 23:56:17,021 INFO [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler.createUiSession(JsonMessageRequestHandler.java:370) - Created new UI session with ID 0:leimd3c6emnob0g7cgt360sop9 in 5.355513 ms [maxIdleTime=14400s, httpSession.maxInactiveInterval=0s] - MDC[] 2023-01-07 23:56:17,022 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] 2023-01-07 23:56:17,023 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.processJsonRequest(UiSession.java:762) - Adapter count after request: 3 - MDC[] 2023-01-07 23:56:17,023 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonRequestHelper.writeResponse(JsonRequestHelper.java:160) - Returned: {"startupData":{"uiSessionId":"0:leimd3c6emnob0g7cgt360sop9","clientSessionId":"759e20c2-8312-4019-a135-5bd21568c3d2","clientSession":"2","pollingInterval":60,"persistent":false,"locale":{"languageTag":"und","displayLanguage":"de_ch","displayCountry":"","decimalFormatPatternDefault":"#,##0.###","dateFormatPatternDefault":"MM\/dd\/yyyy","timeFormatPatternDefault":"HH:mm","decimalFormatSymbols":{"decimalSeparator":".","groupingSeparator":",","minusSign":"-"},"dateFormatSymbols":{"months":["January","February","March","April","May","June","July","August","September","October","November","December"],"monthsShort":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"weekdays":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"weekdaysShort":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"am":"AM","pm":"PM"}},"textMap":{"Cancel":"--Cancel--","Column":"--Column--","ColumnSorting":"--ColumnSorting--","InactiveState":"--InactiveState--","InvalidNumberMessageX":"--InvalidNumberMessageX--","InvalidValueMessageX":"--InvalidValueMessageX--","NavigationBackward":"--NavigationBackward--","Ok":"--Ok--","Remove":"--Remove--","ResetTableColumns":"--ResetTableColumns--","SmartFieldCannotComplete":"--SmartFieldCannotComplete--","SmartFieldInactiveRow":"--SmartFieldInactiveRow--","SmartFieldMoreThanXRows":"--SmartFieldMoreThanXRows--","SmartFieldNoDataFound":"--SmartFieldNoDataFound--","SmartFieldNotUnique":"--SmartFieldNotUnique--","ui.Active":"--ui.Active--","ui.Aggregation":"--ui.Aggregation--","ui.All":"--ui.All--","ui.Average":"--ui.Average--","ui.BooleanColumnGroupingFalse":"--ui.BooleanColumnGroupingFalse--","ui.BooleanColumnGroupingTrue":"--ui.BooleanColumnGroupingTrue--","ui.Browse":"--ui.Browse--","ui.CW":"--ui.CW--","ui.CalendarCalendarWeek":"--ui.CalendarCalendarWeek--","ui.CalendarDay":"--ui.CalendarDay--","ui.CalendarMonth":"--ui.CalendarMonth--","ui.CalendarToday":"--ui.CalendarToday--","ui.CalendarWeek":"--ui.CalendarWeek--","ui.CalendarWorkWeek":"--ui.CalendarWorkWeek--","ui.CalendarYear":"--ui.CalendarYear--","ui.CannotInsertTextTooLong":"--ui.CannotInsertTextTooLong--","ui.ChooseFile":"--ui.ChooseFile--","ui.ChooseFiles":"--ui.ChooseFiles--","ui.ClipboardTimeout":"--ui.ClipboardTimeout--","ui.ClipboardTimeoutTitle":"--ui.ClipboardTimeoutTitle--","ui.Coloring":"--ui.Coloring--","ui.Column":"--ui.Column--","ui.ConnectionInterrupted":"--ui.ConnectionInterrupted--","ui.ConnectionReestablished":"--ui.ConnectionReestablished--","ui.Continue":"--ui.Continue--","ui.Copy":"--ui.Copy--","ui.Count":"--ui.Count--","ui.DateRange":"--ui.DateRange--","ui.EmptyCell":"--ui.EmptyCell--","ui.ErrorCodeX":"--ui.ErrorCodeX--","ui.FileChooserHint":"--ui.FileChooserHint--","ui.FileSizeLimit":"--ui.FileSizeLimit--","ui.FileSizeLimitTitle":"--ui.FileSizeLimitTitle--","ui.Filter":"--ui.Filter--","ui.FilterBy_":"--ui.FilterBy_--","ui.FilterInfoCount":"--ui.FilterInfoCount--","ui.FilterInfoXOfY":"--ui.FilterInfoXOfY--","ui.FreeText":"--ui.FreeText--","ui.FromXToY":"--ui.FromXToY--","ui.Grouping":"--ui.Grouping--","ui.Ignore":"--ui.Ignore--","ui.Inactive":"--ui.Inactive--","ui.InternalProcessingErrorMsg":"--ui.InternalProcessingErrorMsg--","ui.InternalUiErrorMsg":"--ui.InternalUiErrorMsg--","ui.InvalidDate":"--ui.InvalidDate--","ui.InvalidUriMsg":"--ui.InvalidUriMsg--","ui.LoadingPopupWindow":"--ui.LoadingPopupWindow--","ui.Maximum":"--ui.Maximum--","ui.Minimum":"--ui.Minimum--","ui.Move":"--ui.Move--","ui.NetworkError":"--ui.NetworkError--","ui.NumRowFiltered":"--ui.NumRowFiltered--","ui.NumRowFilteredBy":"--ui.NumRowFilteredBy--","ui.NumRowFilteredMin":"--ui.NumRowFilteredMin--","ui.NumRowLoaded":"--ui.NumRowLoaded--","ui.NumRowLoadedMin":"--ui.NumRowLoadedMin--","ui.NumRowSelected":"--ui.NumRowSelected--","ui.NumRowSelectedMin":"--ui.NumRowSelectedMin--","ui.NumRowsFiltered":"--ui.NumRowsFiltered--","ui.NumRowsFilteredBy":"--ui.NumRowsFilteredBy--","ui.NumRowsFilteredMin":"--ui.NumRowsFilteredMin--","ui.NumRowsLoaded":"--ui.NumRowsLoaded--","ui.NumRowsLoadedMin":"--ui.NumRowsLoadedMin--","ui.NumRowsRendered":"--ui.NumRowsRendered--","ui.NumRowsSelected":"--ui.NumRowsSelected--","ui.NumRowsSelectedMin":"--ui.NumRowsSelectedMin--","ui.NumberRange":"--ui.NumberRange--","ui.OpenManually":"--ui.OpenManually--","ui.OtherValues":"--ui.OtherValues--","ui.Outlines":"--ui.Outlines--","ui.PastedTextTooLong":"--ui.PastedTextTooLong--","ui.PleaseWait_":"--ui.PleaseWait_--","ui.PopupBlockerDetected":"--ui.PopupBlockerDetected--","ui.Reconnecting_":"--ui.Reconnecting_--","ui.Reload":"--ui.Reload--","ui.ReloadData":"--ui.ReloadData--","ui.RemoveFilter":"--ui.RemoveFilter--","ui.SearchFor_":"--ui.SearchFor_--","ui.SelectAll":"--ui.SelectAll--","ui.SelectAllFilter":"--ui.SelectAllFilter--","ui.SelectNone":"--ui.SelectNone--","ui.SelectNoneFilter":"--ui.SelectNoneFilter--","ui.ServerError":"--ui.ServerError--","ui.SessionExpiredMsg":"--ui.SessionExpiredMsg--","ui.SessionTimeout":"--ui.SessionTimeout--","ui.ShowAllNodes":"--ui.ShowAllNodes--","ui.Sum":"--ui.Sum--","ui.TableRowCount":"--ui.TableRowCount--","ui.TableRowCount0":"--ui.TableRowCount0--","ui.TableRowCount1":"--ui.TableRowCount1--","ui.Total":"--ui.Total--","ui.UiInconsistentMsg":"--ui.UiInconsistentMsg--","ui.UnexpectedProblem":"--ui.UnexpectedProblem--","ui.UnsafeUpload":"--ui.UnsafeUpload--","ui.UnsafeUploadMsg":"--ui.UnsafeUploadMsg--","ui.Up":"--ui.Up--","ui.Upload":"--ui.Upload--","ui.add":"--ui.add--","ui.addColumn":"--ui.addColumn--","ui.additionally":"--ui.additionally--","ui.ascending":"--ui.ascending--","ui.ascendingAdditionally":"--ui.ascendingAdditionally--","ui.backward":"--ui.backward--","ui.changeColumn":"--ui.changeColumn--","ui.descending":"--ui.descending--","ui.descendingAdditionally":"--ui.descendingAdditionally--","ui.forward":"--ui.forward--","ui.from":"--ui.from--","ui.fromGreenToRed":"--ui.fromGreenToRed--","ui.fromRedToGreen":"--ui.fromRedToGreen--","ui.grouped":"--ui.grouped--","ui.groupedByMonth":"--ui.groupedByMonth--","ui.groupedByWeekday":"--ui.groupedByWeekday--","ui.groupedByYear":"--ui.groupedByYear--","ui.groupingApply":"--ui.groupingApply--","ui.overEverything":"--ui.overEverything--","ui.overSelection":"--ui.overSelection--","ui.remove":"--ui.remove--","ui.removeColumn":"--ui.removeColumn--","ui.showEveryDate":"--ui.showEveryDate--","ui.to":"--ui.to--","ui.toBegin":"--ui.toBegin--","ui.toEnd":"--ui.toEnd--","ui.withBarChart":"--ui.withBarChart--"}},"adapterData":{"2":{"id":"2","global":true,"desktop":"3"},"3":{"id":"3","objectType":"Desktop","geolocationServiceAvailable":false,"selectViewTabsKeyStrokesEnabled":true,"cacheSplitterPosition":true,"selectViewTabsKeyStrokeModifier":"control","notifications":[],"keyStrokes":[]}}} - MDC[] 2023-01-07 23:56:17,024 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler.handlePost(JsonMessageRequestHandler.java:152) - JSON request completed in 9.167164 ms - MDC[] 2023-01-07 23:56:17,025 INFO [main] org.eclipse.scout.rt.ui.html.json.UnloadRequestHandler.handleUnloadRequest(UnloadRequestHandler.java:61) - Unloading UI session with ID 0:leimd3c6emnob0g7cgt360sop9 (requested by UI) - MDC[] 2023-01-07 23:56:17,025 INFO [main] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:115) - New protocol entry: 'UiSession.dispose' - MDC[] 2023-01-07 23:56:17,025 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.dispose(UiSession.java:598) - Disposing UI session with ID 0:leimd3c6emnob0g7cgt360sop9... - MDC[] 2023-01-07 23:56:17,025 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.unregisterUiSession(SessionStore.java:295) - Unregister UI session with ID 0:leimd3c6emnob0g7cgt360sop9 from store (clientSessionId=759e20c2-8312-4019-a135-5bd21568c3d2) - MDC[] 2023-01-07 23:56:17,026 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 759e20c2-8312-4019-a135-5bd21568c3d2 - MDC[] 2023-01-07 23:56:17,026 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] 2023-01-07 23:56:17,026 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.startHousekeepingInsideWriteLock(SessionStore.java:353) - Session housekeeping: Schedule job for client session with ID 759e20c2-8312-4019-a135-5bd21568c3d2 - MDC[] 2023-01-07 23:56:19,026 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 759e20c2-8312-4019-a135-5bd21568c3d2] 2023-01-07 23:56:19,026 DEBUG [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore.doHousekeepingOutsideWriteLock(SessionStore.java:391) - Session housekeeping: Client session 759e20c2-8312-4019-a135-5bd21568c3d2 referenced by 0 UI sessions and 0 preregistered UI sessions - MDC[jobName=Performing session housekeeping for client session with ID 759e20c2-8312-4019-a135-5bd21568c3d2] 2023-01-07 23:56:19,026 INFO [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore.doHousekeepingOutsideWriteLock(SessionStore.java:396) - Session housekeeping: Shutting down client session with ID 759e20c2-8312-4019-a135-5bd21568c3d2 because it is not used anymore - MDC[jobName=Performing session housekeeping for client session with ID 759e20c2-8312-4019-a135-5bd21568c3d2] 2023-01-07 23:56:19,027 DEBUG [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore.removeClientSessionInsideWriteLock(SessionStore.java:409) - Remove client session with ID 759e20c2-8312-4019-a135-5bd21568c3d2 from session store - MDC[jobName=Performing session housekeeping for client session with ID 759e20c2-8312-4019-a135-5bd21568c3d2] 2023-01-07 23:56:19,027 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 759e20c2-8312-4019-a135-5bd21568c3d2] 2023-01-07 23:56:19,027 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 759e20c2-8312-4019-a135-5bd21568c3d2] 2023-01-07 23:56:19,028 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 759e20c2-8312-4019-a135-5bd21568c3d2] 2023-01-07 23:56:19,029 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 759e20c2-8312-4019-a135-5bd21568c3d2 due to session housekeeping] 2023-01-07 23:56:19,029 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:419) - Enter stop(0) of clientSession org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$FixtureClientSession@1ffc2516[id = 759e20c2-8312-4019-a135-5bd21568c3d2] - MDC[jobName=Stop client session 759e20c2-8312-4019-a135-5bd21568c3d2 due to session housekeeping] 2023-01-07 23:56:19,029 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:424) - Call desktop.doBeforeClosingInternal of clientSession org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$FixtureClientSession@1ffc2516[id = 759e20c2-8312-4019-a135-5bd21568c3d2] - MDC[jobName=Stop client session 759e20c2-8312-4019-a135-5bd21568c3d2 due to session housekeeping] 2023-01-07 23:56:19,030 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:449) - Begin stop of clientSession org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$FixtureClientSession@1ffc2516[id = 759e20c2-8312-4019-a135-5bd21568c3d2], point of no return - MDC[jobName=Stop client session 759e20c2-8312-4019-a135-5bd21568c3d2 due to session housekeeping] 2023-01-07 23:56:19,030 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 759e20c2-8312-4019-a135-5bd21568c3d2 due to session housekeeping] 2023-01-07 23:56:19,030 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 759e20c2-8312-4019-a135-5bd21568c3d2 due to session housekeeping] 2023-01-07 23:56:19,030 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.inactivateSession(AbstractClientSession.java:503) - Client session stopped [session=org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$FixtureClientSession@1ffc2516[id = 759e20c2-8312-4019-a135-5bd21568c3d2], user=null] - MDC[jobName=Stop client session 759e20c2-8312-4019-a135-5bd21568c3d2 due to session housekeeping] 2023-01-07 23:56:19,031 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 759e20c2-8312-4019-a135-5bd21568c3d2 due to session housekeeping] 2023-01-07 23:56:19,031 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.session.ClientSessionStopHelper.callStop(ClientSessionStopHelper.java:95) - Client session with ID 759e20c2-8312-4019-a135-5bd21568c3d2 terminated. - MDC[jobName=Stop client session 759e20c2-8312-4019-a135-5bd21568c3d2 due to session housekeeping] 2023-01-07 23:56:19,032 DEBUG [main] org.eclipse.scout.rt.ui.html.HttpSessionHelper.getSessionStore(HttpSessionHelper.java:48) - Created new session store for HTTP session with ID null - MDC[] 2023-01-07 23:56:19,032 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler.handlePost(JsonMessageRequestHandler.java:85) - JSON request started - MDC[] 2023-01-07 23:56:19,032 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonRequestHelper.readJsonRequest(JsonRequestHelper.java:169) - Received: {"startup":true} - MDC[] 2023-01-07 23:56:19,033 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler.createUiSession(JsonMessageRequestHandler.java:363) - JSON request started - MDC[] 2023-01-07 23:56:19,033 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler.createUiSession(JsonMessageRequestHandler.java:365) - Creating new UI session.... - MDC[] 2023-01-07 23:56:19,033 INFO [main] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:115) - New protocol entry: 'UiSession.init' - MDC[] 2023-01-07 23:56:19,033 INFO [main] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:115) - New protocol entry: 'UiSession.getOrCreateClientSession' - MDC[] 2023-01-07 23:56:19,033 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.preregisterUiSession(SessionStore.java:218) - Pre-register UI session with ID 0:el3v723blgvcjs9udq4t9pphtd - MDC[] 2023-01-07 23:56:19,034 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=e8119c1f-3f67-4f8e-ad03-c62a2f08e970]] 2023-01-07 23:56:19,035 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@5f222570[id = e8119c1f-3f67-4f8e-ad03-c62a2f08e970], user=null] - MDC[jobName=Starting ClientSession [sessionId=e8119c1f-3f67-4f8e-ad03-c62a2f08e970]] 2023-01-07 23:56:19,036 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.getOrCreateClientSession(UiSession.java:303) - Created new client session [clientSessionId=e8119c1f-3f67-4f8e-ad03-c62a2f08e970, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] - MDC[] 2023-01-07 23:56:19,036 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.initUiTheme(UiSession.java:421) - UI theme model=default current=default reloadPage=false - MDC[] 2023-01-07 23:56:19,037 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] 2023-01-07 23:56:19,038 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] 2023-01-07 23:56:19,040 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.getTextMap(UiSession.java:1246) - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@5c85ed05 - MDC[] 2023-01-07 23:56:19,040 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.init(UiSession.java:263) - UiSession with ID 0:el3v723blgvcjs9udq4t9pphtd initialized - MDC[] 2023-01-07 23:56:19,040 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.registerUiSession(SessionStore.java:256) - Register UI session with ID 0:el3v723blgvcjs9udq4t9pphtd in store (clientSessionId=e8119c1f-3f67-4f8e-ad03-c62a2f08e970) - MDC[] 2023-01-07 23:56:19,040 INFO [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler.createUiSession(JsonMessageRequestHandler.java:370) - Created new UI session with ID 0:el3v723blgvcjs9udq4t9pphtd in 7.768681 ms [maxIdleTime=14400s, httpSession.maxInactiveInterval=0s] - MDC[] 2023-01-07 23:56:19,043 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] 2023-01-07 23:56:19,043 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.processJsonRequest(UiSession.java:762) - Adapter count after request: 3 - MDC[] 2023-01-07 23:56:19,044 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonRequestHelper.writeResponse(JsonRequestHelper.java:160) - Returned: {"startupData":{"uiSessionId":"0:el3v723blgvcjs9udq4t9pphtd","clientSessionId":"e8119c1f-3f67-4f8e-ad03-c62a2f08e970","clientSession":"2","pollingInterval":60,"persistent":false,"locale":{"languageTag":"und","displayLanguage":"de_ch","displayCountry":"","decimalFormatPatternDefault":"#,##0.###","dateFormatPatternDefault":"MM\/dd\/yyyy","timeFormatPatternDefault":"HH:mm","decimalFormatSymbols":{"decimalSeparator":".","groupingSeparator":",","minusSign":"-"},"dateFormatSymbols":{"months":["January","February","March","April","May","June","July","August","September","October","November","December"],"monthsShort":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"weekdays":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"weekdaysShort":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"am":"AM","pm":"PM"}},"textMap":{"Cancel":"--Cancel--","Column":"--Column--","ColumnSorting":"--ColumnSorting--","InactiveState":"--InactiveState--","InvalidNumberMessageX":"--InvalidNumberMessageX--","InvalidValueMessageX":"--InvalidValueMessageX--","NavigationBackward":"--NavigationBackward--","Ok":"--Ok--","Remove":"--Remove--","ResetTableColumns":"--ResetTableColumns--","SmartFieldCannotComplete":"--SmartFieldCannotComplete--","SmartFieldInactiveRow":"--SmartFieldInactiveRow--","SmartFieldMoreThanXRows":"--SmartFieldMoreThanXRows--","SmartFieldNoDataFound":"--SmartFieldNoDataFound--","SmartFieldNotUnique":"--SmartFieldNotUnique--","ui.Active":"--ui.Active--","ui.Aggregation":"--ui.Aggregation--","ui.All":"--ui.All--","ui.Average":"--ui.Average--","ui.BooleanColumnGroupingFalse":"--ui.BooleanColumnGroupingFalse--","ui.BooleanColumnGroupingTrue":"--ui.BooleanColumnGroupingTrue--","ui.Browse":"--ui.Browse--","ui.CW":"--ui.CW--","ui.CalendarCalendarWeek":"--ui.CalendarCalendarWeek--","ui.CalendarDay":"--ui.CalendarDay--","ui.CalendarMonth":"--ui.CalendarMonth--","ui.CalendarToday":"--ui.CalendarToday--","ui.CalendarWeek":"--ui.CalendarWeek--","ui.CalendarWorkWeek":"--ui.CalendarWorkWeek--","ui.CalendarYear":"--ui.CalendarYear--","ui.CannotInsertTextTooLong":"--ui.CannotInsertTextTooLong--","ui.ChooseFile":"--ui.ChooseFile--","ui.ChooseFiles":"--ui.ChooseFiles--","ui.ClipboardTimeout":"--ui.ClipboardTimeout--","ui.ClipboardTimeoutTitle":"--ui.ClipboardTimeoutTitle--","ui.Coloring":"--ui.Coloring--","ui.Column":"--ui.Column--","ui.ConnectionInterrupted":"--ui.ConnectionInterrupted--","ui.ConnectionReestablished":"--ui.ConnectionReestablished--","ui.Continue":"--ui.Continue--","ui.Copy":"--ui.Copy--","ui.Count":"--ui.Count--","ui.DateRange":"--ui.DateRange--","ui.EmptyCell":"--ui.EmptyCell--","ui.ErrorCodeX":"--ui.ErrorCodeX--","ui.FileChooserHint":"--ui.FileChooserHint--","ui.FileSizeLimit":"--ui.FileSizeLimit--","ui.FileSizeLimitTitle":"--ui.FileSizeLimitTitle--","ui.Filter":"--ui.Filter--","ui.FilterBy_":"--ui.FilterBy_--","ui.FilterInfoCount":"--ui.FilterInfoCount--","ui.FilterInfoXOfY":"--ui.FilterInfoXOfY--","ui.FreeText":"--ui.FreeText--","ui.FromXToY":"--ui.FromXToY--","ui.Grouping":"--ui.Grouping--","ui.Ignore":"--ui.Ignore--","ui.Inactive":"--ui.Inactive--","ui.InternalProcessingErrorMsg":"--ui.InternalProcessingErrorMsg--","ui.InternalUiErrorMsg":"--ui.InternalUiErrorMsg--","ui.InvalidDate":"--ui.InvalidDate--","ui.InvalidUriMsg":"--ui.InvalidUriMsg--","ui.LoadingPopupWindow":"--ui.LoadingPopupWindow--","ui.Maximum":"--ui.Maximum--","ui.Minimum":"--ui.Minimum--","ui.Move":"--ui.Move--","ui.NetworkError":"--ui.NetworkError--","ui.NumRowFiltered":"--ui.NumRowFiltered--","ui.NumRowFilteredBy":"--ui.NumRowFilteredBy--","ui.NumRowFilteredMin":"--ui.NumRowFilteredMin--","ui.NumRowLoaded":"--ui.NumRowLoaded--","ui.NumRowLoadedMin":"--ui.NumRowLoadedMin--","ui.NumRowSelected":"--ui.NumRowSelected--","ui.NumRowSelectedMin":"--ui.NumRowSelectedMin--","ui.NumRowsFiltered":"--ui.NumRowsFiltered--","ui.NumRowsFilteredBy":"--ui.NumRowsFilteredBy--","ui.NumRowsFilteredMin":"--ui.NumRowsFilteredMin--","ui.NumRowsLoaded":"--ui.NumRowsLoaded--","ui.NumRowsLoadedMin":"--ui.NumRowsLoadedMin--","ui.NumRowsRendered":"--ui.NumRowsRendered--","ui.NumRowsSelected":"--ui.NumRowsSelected--","ui.NumRowsSelectedMin":"--ui.NumRowsSelectedMin--","ui.NumberRange":"--ui.NumberRange--","ui.OpenManually":"--ui.OpenManually--","ui.OtherValues":"--ui.OtherValues--","ui.Outlines":"--ui.Outlines--","ui.PastedTextTooLong":"--ui.PastedTextTooLong--","ui.PleaseWait_":"--ui.PleaseWait_--","ui.PopupBlockerDetected":"--ui.PopupBlockerDetected--","ui.Reconnecting_":"--ui.Reconnecting_--","ui.Reload":"--ui.Reload--","ui.ReloadData":"--ui.ReloadData--","ui.RemoveFilter":"--ui.RemoveFilter--","ui.SearchFor_":"--ui.SearchFor_--","ui.SelectAll":"--ui.SelectAll--","ui.SelectAllFilter":"--ui.SelectAllFilter--","ui.SelectNone":"--ui.SelectNone--","ui.SelectNoneFilter":"--ui.SelectNoneFilter--","ui.ServerError":"--ui.ServerError--","ui.SessionExpiredMsg":"--ui.SessionExpiredMsg--","ui.SessionTimeout":"--ui.SessionTimeout--","ui.ShowAllNodes":"--ui.ShowAllNodes--","ui.Sum":"--ui.Sum--","ui.TableRowCount":"--ui.TableRowCount--","ui.TableRowCount0":"--ui.TableRowCount0--","ui.TableRowCount1":"--ui.TableRowCount1--","ui.Total":"--ui.Total--","ui.UiInconsistentMsg":"--ui.UiInconsistentMsg--","ui.UnexpectedProblem":"--ui.UnexpectedProblem--","ui.UnsafeUpload":"--ui.UnsafeUpload--","ui.UnsafeUploadMsg":"--ui.UnsafeUploadMsg--","ui.Up":"--ui.Up--","ui.Upload":"--ui.Upload--","ui.add":"--ui.add--","ui.addColumn":"--ui.addColumn--","ui.additionally":"--ui.additionally--","ui.ascending":"--ui.ascending--","ui.ascendingAdditionally":"--ui.ascendingAdditionally--","ui.backward":"--ui.backward--","ui.changeColumn":"--ui.changeColumn--","ui.descending":"--ui.descending--","ui.descendingAdditionally":"--ui.descendingAdditionally--","ui.forward":"--ui.forward--","ui.from":"--ui.from--","ui.fromGreenToRed":"--ui.fromGreenToRed--","ui.fromRedToGreen":"--ui.fromRedToGreen--","ui.grouped":"--ui.grouped--","ui.groupedByMonth":"--ui.groupedByMonth--","ui.groupedByWeekday":"--ui.groupedByWeekday--","ui.groupedByYear":"--ui.groupedByYear--","ui.groupingApply":"--ui.groupingApply--","ui.overEverything":"--ui.overEverything--","ui.overSelection":"--ui.overSelection--","ui.remove":"--ui.remove--","ui.removeColumn":"--ui.removeColumn--","ui.showEveryDate":"--ui.showEveryDate--","ui.to":"--ui.to--","ui.toBegin":"--ui.toBegin--","ui.toEnd":"--ui.toEnd--","ui.withBarChart":"--ui.withBarChart--"}},"adapterData":{"2":{"id":"2","global":true,"desktop":"3"},"3":{"id":"3","objectType":"Desktop","geolocationServiceAvailable":false,"selectViewTabsKeyStrokesEnabled":true,"cacheSplitterPosition":true,"selectViewTabsKeyStrokeModifier":"control","notifications":[],"keyStrokes":[]}}} - MDC[] 2023-01-07 23:56:19,044 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler.handlePost(JsonMessageRequestHandler.java:152) - JSON request completed in 11.841462 ms - MDC[] 2023-01-07 23:56:19,045 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler.handlePost(JsonMessageRequestHandler.java:85) - JSON request started - MDC[] 2023-01-07 23:56:19,045 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonRequestHelper.readJsonRequest(JsonRequestHelper.java:169) - Received: {"startup":true, "clientSessionId":"e8119c1f-3f67-4f8e-ad03-c62a2f08e970"} - MDC[] 2023-01-07 23:56:19,046 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler.createUiSession(JsonMessageRequestHandler.java:363) - JSON request started - MDC[] 2023-01-07 23:56:19,046 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler.createUiSession(JsonMessageRequestHandler.java:365) - Creating new UI session.... - MDC[] 2023-01-07 23:56:19,046 INFO [main] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:115) - New protocol entry: 'UiSession.init' - MDC[] 2023-01-07 23:56:19,046 INFO [main] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:115) - New protocol entry: 'UiSession.getOrCreateClientSession' - MDC[] 2023-01-07 23:56:19,047 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.preregisterUiSession(SessionStore.java:218) - Pre-register UI session with ID 0:5ss9gj7kguqo9l252o9j3f6pv1 - MDC[] 2023-01-07 23:56:19,047 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.getOrCreateClientSession(UiSession.java:297) - Using cached client session [clientSessionId=e8119c1f-3f67-4f8e-ad03-c62a2f08e970] - MDC[] 2023-01-07 23:56:19,047 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.initUiTheme(UiSession.java:421) - UI theme model=default current=default reloadPage=false - MDC[] 2023-01-07 23:56:19,050 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.getTextMap(UiSession.java:1246) - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@5c85ed05 - MDC[] 2023-01-07 23:56:19,050 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.init(UiSession.java:263) - UiSession with ID 0:5ss9gj7kguqo9l252o9j3f6pv1 initialized - MDC[] 2023-01-07 23:56:19,050 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.registerUiSession(SessionStore.java:256) - Register UI session with ID 0:5ss9gj7kguqo9l252o9j3f6pv1 in store (clientSessionId=e8119c1f-3f67-4f8e-ad03-c62a2f08e970) - MDC[] 2023-01-07 23:56:19,051 INFO [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler.createUiSession(JsonMessageRequestHandler.java:370) - Created new UI session with ID 0:5ss9gj7kguqo9l252o9j3f6pv1 in 4.897088 ms [maxIdleTime=14400s, httpSession.maxInactiveInterval=0s] - MDC[] 2023-01-07 23:56:19,052 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] 2023-01-07 23:56:19,053 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.processJsonRequest(UiSession.java:762) - Adapter count after request: 3 - MDC[] 2023-01-07 23:56:19,053 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonRequestHelper.writeResponse(JsonRequestHelper.java:160) - Returned: {"startupData":{"uiSessionId":"0:5ss9gj7kguqo9l252o9j3f6pv1","clientSessionId":"e8119c1f-3f67-4f8e-ad03-c62a2f08e970","clientSession":"2","pollingInterval":60,"persistent":false,"locale":{"languageTag":"und","displayLanguage":"de_ch","displayCountry":"","decimalFormatPatternDefault":"#,##0.###","dateFormatPatternDefault":"MM\/dd\/yyyy","timeFormatPatternDefault":"HH:mm","decimalFormatSymbols":{"decimalSeparator":".","groupingSeparator":",","minusSign":"-"},"dateFormatSymbols":{"months":["January","February","March","April","May","June","July","August","September","October","November","December"],"monthsShort":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"weekdays":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"weekdaysShort":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"am":"AM","pm":"PM"}},"textMap":{"Cancel":"--Cancel--","Column":"--Column--","ColumnSorting":"--ColumnSorting--","InactiveState":"--InactiveState--","InvalidNumberMessageX":"--InvalidNumberMessageX--","InvalidValueMessageX":"--InvalidValueMessageX--","NavigationBackward":"--NavigationBackward--","Ok":"--Ok--","Remove":"--Remove--","ResetTableColumns":"--ResetTableColumns--","SmartFieldCannotComplete":"--SmartFieldCannotComplete--","SmartFieldInactiveRow":"--SmartFieldInactiveRow--","SmartFieldMoreThanXRows":"--SmartFieldMoreThanXRows--","SmartFieldNoDataFound":"--SmartFieldNoDataFound--","SmartFieldNotUnique":"--SmartFieldNotUnique--","ui.Active":"--ui.Active--","ui.Aggregation":"--ui.Aggregation--","ui.All":"--ui.All--","ui.Average":"--ui.Average--","ui.BooleanColumnGroupingFalse":"--ui.BooleanColumnGroupingFalse--","ui.BooleanColumnGroupingTrue":"--ui.BooleanColumnGroupingTrue--","ui.Browse":"--ui.Browse--","ui.CW":"--ui.CW--","ui.CalendarCalendarWeek":"--ui.CalendarCalendarWeek--","ui.CalendarDay":"--ui.CalendarDay--","ui.CalendarMonth":"--ui.CalendarMonth--","ui.CalendarToday":"--ui.CalendarToday--","ui.CalendarWeek":"--ui.CalendarWeek--","ui.CalendarWorkWeek":"--ui.CalendarWorkWeek--","ui.CalendarYear":"--ui.CalendarYear--","ui.CannotInsertTextTooLong":"--ui.CannotInsertTextTooLong--","ui.ChooseFile":"--ui.ChooseFile--","ui.ChooseFiles":"--ui.ChooseFiles--","ui.ClipboardTimeout":"--ui.ClipboardTimeout--","ui.ClipboardTimeoutTitle":"--ui.ClipboardTimeoutTitle--","ui.Coloring":"--ui.Coloring--","ui.Column":"--ui.Column--","ui.ConnectionInterrupted":"--ui.ConnectionInterrupted--","ui.ConnectionReestablished":"--ui.ConnectionReestablished--","ui.Continue":"--ui.Continue--","ui.Copy":"--ui.Copy--","ui.Count":"--ui.Count--","ui.DateRange":"--ui.DateRange--","ui.EmptyCell":"--ui.EmptyCell--","ui.ErrorCodeX":"--ui.ErrorCodeX--","ui.FileChooserHint":"--ui.FileChooserHint--","ui.FileSizeLimit":"--ui.FileSizeLimit--","ui.FileSizeLimitTitle":"--ui.FileSizeLimitTitle--","ui.Filter":"--ui.Filter--","ui.FilterBy_":"--ui.FilterBy_--","ui.FilterInfoCount":"--ui.FilterInfoCount--","ui.FilterInfoXOfY":"--ui.FilterInfoXOfY--","ui.FreeText":"--ui.FreeText--","ui.FromXToY":"--ui.FromXToY--","ui.Grouping":"--ui.Grouping--","ui.Ignore":"--ui.Ignore--","ui.Inactive":"--ui.Inactive--","ui.InternalProcessingErrorMsg":"--ui.InternalProcessingErrorMsg--","ui.InternalUiErrorMsg":"--ui.InternalUiErrorMsg--","ui.InvalidDate":"--ui.InvalidDate--","ui.InvalidUriMsg":"--ui.InvalidUriMsg--","ui.LoadingPopupWindow":"--ui.LoadingPopupWindow--","ui.Maximum":"--ui.Maximum--","ui.Minimum":"--ui.Minimum--","ui.Move":"--ui.Move--","ui.NetworkError":"--ui.NetworkError--","ui.NumRowFiltered":"--ui.NumRowFiltered--","ui.NumRowFilteredBy":"--ui.NumRowFilteredBy--","ui.NumRowFilteredMin":"--ui.NumRowFilteredMin--","ui.NumRowLoaded":"--ui.NumRowLoaded--","ui.NumRowLoadedMin":"--ui.NumRowLoadedMin--","ui.NumRowSelected":"--ui.NumRowSelected--","ui.NumRowSelectedMin":"--ui.NumRowSelectedMin--","ui.NumRowsFiltered":"--ui.NumRowsFiltered--","ui.NumRowsFilteredBy":"--ui.NumRowsFilteredBy--","ui.NumRowsFilteredMin":"--ui.NumRowsFilteredMin--","ui.NumRowsLoaded":"--ui.NumRowsLoaded--","ui.NumRowsLoadedMin":"--ui.NumRowsLoadedMin--","ui.NumRowsRendered":"--ui.NumRowsRendered--","ui.NumRowsSelected":"--ui.NumRowsSelected--","ui.NumRowsSelectedMin":"--ui.NumRowsSelectedMin--","ui.NumberRange":"--ui.NumberRange--","ui.OpenManually":"--ui.OpenManually--","ui.OtherValues":"--ui.OtherValues--","ui.Outlines":"--ui.Outlines--","ui.PastedTextTooLong":"--ui.PastedTextTooLong--","ui.PleaseWait_":"--ui.PleaseWait_--","ui.PopupBlockerDetected":"--ui.PopupBlockerDetected--","ui.Reconnecting_":"--ui.Reconnecting_--","ui.Reload":"--ui.Reload--","ui.ReloadData":"--ui.ReloadData--","ui.RemoveFilter":"--ui.RemoveFilter--","ui.SearchFor_":"--ui.SearchFor_--","ui.SelectAll":"--ui.SelectAll--","ui.SelectAllFilter":"--ui.SelectAllFilter--","ui.SelectNone":"--ui.SelectNone--","ui.SelectNoneFilter":"--ui.SelectNoneFilter--","ui.ServerError":"--ui.ServerError--","ui.SessionExpiredMsg":"--ui.SessionExpiredMsg--","ui.SessionTimeout":"--ui.SessionTimeout--","ui.ShowAllNodes":"--ui.ShowAllNodes--","ui.Sum":"--ui.Sum--","ui.TableRowCount":"--ui.TableRowCount--","ui.TableRowCount0":"--ui.TableRowCount0--","ui.TableRowCount1":"--ui.TableRowCount1--","ui.Total":"--ui.Total--","ui.UiInconsistentMsg":"--ui.UiInconsistentMsg--","ui.UnexpectedProblem":"--ui.UnexpectedProblem--","ui.UnsafeUpload":"--ui.UnsafeUpload--","ui.UnsafeUploadMsg":"--ui.UnsafeUploadMsg--","ui.Up":"--ui.Up--","ui.Upload":"--ui.Upload--","ui.add":"--ui.add--","ui.addColumn":"--ui.addColumn--","ui.additionally":"--ui.additionally--","ui.ascending":"--ui.ascending--","ui.ascendingAdditionally":"--ui.ascendingAdditionally--","ui.backward":"--ui.backward--","ui.changeColumn":"--ui.changeColumn--","ui.descending":"--ui.descending--","ui.descendingAdditionally":"--ui.descendingAdditionally--","ui.forward":"--ui.forward--","ui.from":"--ui.from--","ui.fromGreenToRed":"--ui.fromGreenToRed--","ui.fromRedToGreen":"--ui.fromRedToGreen--","ui.grouped":"--ui.grouped--","ui.groupedByMonth":"--ui.groupedByMonth--","ui.groupedByWeekday":"--ui.groupedByWeekday--","ui.groupedByYear":"--ui.groupedByYear--","ui.groupingApply":"--ui.groupingApply--","ui.overEverything":"--ui.overEverything--","ui.overSelection":"--ui.overSelection--","ui.remove":"--ui.remove--","ui.removeColumn":"--ui.removeColumn--","ui.showEveryDate":"--ui.showEveryDate--","ui.to":"--ui.to--","ui.toBegin":"--ui.toBegin--","ui.toEnd":"--ui.toEnd--","ui.withBarChart":"--ui.withBarChart--"}},"adapterData":{"2":{"id":"2","global":true,"desktop":"3"},"3":{"id":"3","objectType":"Desktop","geolocationServiceAvailable":false,"selectViewTabsKeyStrokesEnabled":true,"cacheSplitterPosition":true,"selectViewTabsKeyStrokeModifier":"control","notifications":[],"keyStrokes":[]}}} - MDC[] 2023-01-07 23:56:19,054 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler.handlePost(JsonMessageRequestHandler.java:152) - JSON request completed in 8.377691 ms - MDC[] 2023-01-07 23:56:19,054 INFO [main] org.eclipse.scout.rt.ui.html.json.UnloadRequestHandler.handleUnloadRequest(UnloadRequestHandler.java:61) - Unloading UI session with ID 0:el3v723blgvcjs9udq4t9pphtd (requested by UI) - MDC[] 2023-01-07 23:56:19,055 INFO [main] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:115) - New protocol entry: 'UiSession.dispose' - MDC[] 2023-01-07 23:56:19,055 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.dispose(UiSession.java:598) - Disposing UI session with ID 0:el3v723blgvcjs9udq4t9pphtd... - MDC[] 2023-01-07 23:56:19,055 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.unregisterUiSession(SessionStore.java:295) - Unregister UI session with ID 0:el3v723blgvcjs9udq4t9pphtd from store (clientSessionId=e8119c1f-3f67-4f8e-ad03-c62a2f08e970) - MDC[] 2023-01-07 23:56:19,055 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 e8119c1f-3f67-4f8e-ad03-c62a2f08e970 - MDC[] 2023-01-07 23:56:19,057 INFO [main] org.eclipse.scout.rt.ui.html.json.UnloadRequestHandler.handleUnloadRequest(UnloadRequestHandler.java:61) - Unloading UI session with ID 0:5ss9gj7kguqo9l252o9j3f6pv1 (requested by UI) - MDC[] 2023-01-07 23:56:19,057 INFO [main] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:115) - New protocol entry: 'UiSession.dispose' - MDC[] 2023-01-07 23:56:19,058 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.dispose(UiSession.java:598) - Disposing UI session with ID 0:5ss9gj7kguqo9l252o9j3f6pv1... - MDC[] 2023-01-07 23:56:19,058 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.unregisterUiSession(SessionStore.java:295) - Unregister UI session with ID 0:5ss9gj7kguqo9l252o9j3f6pv1 from store (clientSessionId=e8119c1f-3f67-4f8e-ad03-c62a2f08e970) - MDC[] 2023-01-07 23:56:19,058 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 e8119c1f-3f67-4f8e-ad03-c62a2f08e970 - MDC[] 2023-01-07 23:56:19,058 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.startHousekeepingInsideWriteLock(SessionStore.java:353) - Session housekeeping: Schedule job for client session with ID e8119c1f-3f67-4f8e-ad03-c62a2f08e970 - MDC[] 2023-01-07 23:56:19,058 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] 2023-01-07 23:56:21,058 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 e8119c1f-3f67-4f8e-ad03-c62a2f08e970] 2023-01-07 23:56:21,058 DEBUG [scout-thread-23] org.eclipse.scout.rt.ui.html.SessionStore.doHousekeepingOutsideWriteLock(SessionStore.java:391) - Session housekeeping: Client session e8119c1f-3f67-4f8e-ad03-c62a2f08e970 referenced by 0 UI sessions and 0 preregistered UI sessions - MDC[jobName=Performing session housekeeping for client session with ID e8119c1f-3f67-4f8e-ad03-c62a2f08e970] 2023-01-07 23:56:21,059 INFO [scout-thread-23] org.eclipse.scout.rt.ui.html.SessionStore.doHousekeepingOutsideWriteLock(SessionStore.java:396) - Session housekeeping: Shutting down client session with ID e8119c1f-3f67-4f8e-ad03-c62a2f08e970 because it is not used anymore - MDC[jobName=Performing session housekeeping for client session with ID e8119c1f-3f67-4f8e-ad03-c62a2f08e970] 2023-01-07 23:56:21,059 DEBUG [scout-thread-23] org.eclipse.scout.rt.ui.html.SessionStore.removeClientSessionInsideWriteLock(SessionStore.java:409) - Remove client session with ID e8119c1f-3f67-4f8e-ad03-c62a2f08e970 from session store - MDC[jobName=Performing session housekeeping for client session with ID e8119c1f-3f67-4f8e-ad03-c62a2f08e970] 2023-01-07 23:56:21,059 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 e8119c1f-3f67-4f8e-ad03-c62a2f08e970] 2023-01-07 23:56:21,059 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 e8119c1f-3f67-4f8e-ad03-c62a2f08e970] 2023-01-07 23:56:21,060 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 e8119c1f-3f67-4f8e-ad03-c62a2f08e970] 2023-01-07 23:56:21,061 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 e8119c1f-3f67-4f8e-ad03-c62a2f08e970 due to session housekeeping] 2023-01-07 23:56:21,061 INFO [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:419) - Enter stop(0) of clientSession org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$FixtureClientSession@5f222570[id = e8119c1f-3f67-4f8e-ad03-c62a2f08e970] - MDC[jobName=Stop client session e8119c1f-3f67-4f8e-ad03-c62a2f08e970 due to session housekeeping] 2023-01-07 23:56:21,061 INFO [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:424) - Call desktop.doBeforeClosingInternal of clientSession org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$FixtureClientSession@5f222570[id = e8119c1f-3f67-4f8e-ad03-c62a2f08e970] - MDC[jobName=Stop client session e8119c1f-3f67-4f8e-ad03-c62a2f08e970 due to session housekeeping] 2023-01-07 23:56:21,062 INFO [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:449) - Begin stop of clientSession org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$FixtureClientSession@5f222570[id = e8119c1f-3f67-4f8e-ad03-c62a2f08e970], point of no return - MDC[jobName=Stop client session e8119c1f-3f67-4f8e-ad03-c62a2f08e970 due to session housekeeping] 2023-01-07 23:56:21,062 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 e8119c1f-3f67-4f8e-ad03-c62a2f08e970 due to session housekeeping] 2023-01-07 23:56:21,062 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 e8119c1f-3f67-4f8e-ad03-c62a2f08e970 due to session housekeeping] 2023-01-07 23:56:21,063 INFO [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession.inactivateSession(AbstractClientSession.java:503) - Client session stopped [session=org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$FixtureClientSession@5f222570[id = e8119c1f-3f67-4f8e-ad03-c62a2f08e970], user=null] - MDC[jobName=Stop client session e8119c1f-3f67-4f8e-ad03-c62a2f08e970 due to session housekeeping] 2023-01-07 23:56:21,063 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 e8119c1f-3f67-4f8e-ad03-c62a2f08e970 due to session housekeeping] 2023-01-07 23:56:21,063 INFO [scout-model-thread-25] org.eclipse.scout.rt.client.session.ClientSessionStopHelper.callStop(ClientSessionStopHelper.java:95) - Client session with ID e8119c1f-3f67-4f8e-ad03-c62a2f08e970 terminated. - MDC[jobName=Stop client session e8119c1f-3f67-4f8e-ad03-c62a2f08e970 due to session housekeeping] 2023-01-07 23:56:21,064 DEBUG [main] org.eclipse.scout.rt.ui.html.HttpSessionHelper.getSessionStore(HttpSessionHelper.java:48) - Created new session store for HTTP session with ID null - MDC[] 2023-01-07 23:56:21,065 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler.handlePost(JsonMessageRequestHandler.java:85) - JSON request started - MDC[] 2023-01-07 23:56:21,065 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonRequestHelper.readJsonRequest(JsonRequestHelper.java:169) - Received: {"startup":true} - MDC[] 2023-01-07 23:56:21,065 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler.createUiSession(JsonMessageRequestHandler.java:363) - JSON request started - MDC[] 2023-01-07 23:56:21,065 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler.createUiSession(JsonMessageRequestHandler.java:365) - Creating new UI session.... - MDC[] 2023-01-07 23:56:21,066 INFO [main] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:115) - New protocol entry: 'UiSession.init' - MDC[] 2023-01-07 23:56:21,066 INFO [main] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:115) - New protocol entry: 'UiSession.getOrCreateClientSession' - MDC[] 2023-01-07 23:56:21,066 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.preregisterUiSession(SessionStore.java:218) - Pre-register UI session with ID 0:f0sf1bde0ifs5ev6eu3finuldf - MDC[] 2023-01-07 23:56:21,067 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=2195fdfd-f144-4c11-b7f8-466203d94ebe]] 2023-01-07 23:56:21,068 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@76a766c5[id = 2195fdfd-f144-4c11-b7f8-466203d94ebe], user=null] - MDC[jobName=Starting ClientSession [sessionId=2195fdfd-f144-4c11-b7f8-466203d94ebe]] 2023-01-07 23:56:21,068 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.getOrCreateClientSession(UiSession.java:303) - Created new client session [clientSessionId=2195fdfd-f144-4c11-b7f8-466203d94ebe, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] - MDC[] 2023-01-07 23:56:21,069 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.initUiTheme(UiSession.java:421) - UI theme model=default current=default reloadPage=false - MDC[] 2023-01-07 23:56:21,070 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] 2023-01-07 23:56:21,070 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] 2023-01-07 23:56:21,072 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.getTextMap(UiSession.java:1246) - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@5c85ed05 - MDC[] 2023-01-07 23:56:21,072 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.init(UiSession.java:263) - UiSession with ID 0:f0sf1bde0ifs5ev6eu3finuldf initialized - MDC[] 2023-01-07 23:56:21,073 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.registerUiSession(SessionStore.java:256) - Register UI session with ID 0:f0sf1bde0ifs5ev6eu3finuldf in store (clientSessionId=2195fdfd-f144-4c11-b7f8-466203d94ebe) - MDC[] 2023-01-07 23:56:21,073 INFO [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler.createUiSession(JsonMessageRequestHandler.java:370) - Created new UI session with ID 0:f0sf1bde0ifs5ev6eu3finuldf in 7.752139 ms [maxIdleTime=14400s, httpSession.maxInactiveInterval=0s] - MDC[] 2023-01-07 23:56:21,075 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] 2023-01-07 23:56:21,075 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.processJsonRequest(UiSession.java:762) - Adapter count after request: 3 - MDC[] 2023-01-07 23:56:21,076 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonRequestHelper.writeResponse(JsonRequestHelper.java:160) - Returned: {"startupData":{"uiSessionId":"0:f0sf1bde0ifs5ev6eu3finuldf","clientSessionId":"2195fdfd-f144-4c11-b7f8-466203d94ebe","clientSession":"2","pollingInterval":60,"persistent":false,"locale":{"languageTag":"und","displayLanguage":"de_ch","displayCountry":"","decimalFormatPatternDefault":"#,##0.###","dateFormatPatternDefault":"MM\/dd\/yyyy","timeFormatPatternDefault":"HH:mm","decimalFormatSymbols":{"decimalSeparator":".","groupingSeparator":",","minusSign":"-"},"dateFormatSymbols":{"months":["January","February","March","April","May","June","July","August","September","October","November","December"],"monthsShort":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"weekdays":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"weekdaysShort":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"am":"AM","pm":"PM"}},"textMap":{"Cancel":"--Cancel--","Column":"--Column--","ColumnSorting":"--ColumnSorting--","InactiveState":"--InactiveState--","InvalidNumberMessageX":"--InvalidNumberMessageX--","InvalidValueMessageX":"--InvalidValueMessageX--","NavigationBackward":"--NavigationBackward--","Ok":"--Ok--","Remove":"--Remove--","ResetTableColumns":"--ResetTableColumns--","SmartFieldCannotComplete":"--SmartFieldCannotComplete--","SmartFieldInactiveRow":"--SmartFieldInactiveRow--","SmartFieldMoreThanXRows":"--SmartFieldMoreThanXRows--","SmartFieldNoDataFound":"--SmartFieldNoDataFound--","SmartFieldNotUnique":"--SmartFieldNotUnique--","ui.Active":"--ui.Active--","ui.Aggregation":"--ui.Aggregation--","ui.All":"--ui.All--","ui.Average":"--ui.Average--","ui.BooleanColumnGroupingFalse":"--ui.BooleanColumnGroupingFalse--","ui.BooleanColumnGroupingTrue":"--ui.BooleanColumnGroupingTrue--","ui.Browse":"--ui.Browse--","ui.CW":"--ui.CW--","ui.CalendarCalendarWeek":"--ui.CalendarCalendarWeek--","ui.CalendarDay":"--ui.CalendarDay--","ui.CalendarMonth":"--ui.CalendarMonth--","ui.CalendarToday":"--ui.CalendarToday--","ui.CalendarWeek":"--ui.CalendarWeek--","ui.CalendarWorkWeek":"--ui.CalendarWorkWeek--","ui.CalendarYear":"--ui.CalendarYear--","ui.CannotInsertTextTooLong":"--ui.CannotInsertTextTooLong--","ui.ChooseFile":"--ui.ChooseFile--","ui.ChooseFiles":"--ui.ChooseFiles--","ui.ClipboardTimeout":"--ui.ClipboardTimeout--","ui.ClipboardTimeoutTitle":"--ui.ClipboardTimeoutTitle--","ui.Coloring":"--ui.Coloring--","ui.Column":"--ui.Column--","ui.ConnectionInterrupted":"--ui.ConnectionInterrupted--","ui.ConnectionReestablished":"--ui.ConnectionReestablished--","ui.Continue":"--ui.Continue--","ui.Copy":"--ui.Copy--","ui.Count":"--ui.Count--","ui.DateRange":"--ui.DateRange--","ui.EmptyCell":"--ui.EmptyCell--","ui.ErrorCodeX":"--ui.ErrorCodeX--","ui.FileChooserHint":"--ui.FileChooserHint--","ui.FileSizeLimit":"--ui.FileSizeLimit--","ui.FileSizeLimitTitle":"--ui.FileSizeLimitTitle--","ui.Filter":"--ui.Filter--","ui.FilterBy_":"--ui.FilterBy_--","ui.FilterInfoCount":"--ui.FilterInfoCount--","ui.FilterInfoXOfY":"--ui.FilterInfoXOfY--","ui.FreeText":"--ui.FreeText--","ui.FromXToY":"--ui.FromXToY--","ui.Grouping":"--ui.Grouping--","ui.Ignore":"--ui.Ignore--","ui.Inactive":"--ui.Inactive--","ui.InternalProcessingErrorMsg":"--ui.InternalProcessingErrorMsg--","ui.InternalUiErrorMsg":"--ui.InternalUiErrorMsg--","ui.InvalidDate":"--ui.InvalidDate--","ui.InvalidUriMsg":"--ui.InvalidUriMsg--","ui.LoadingPopupWindow":"--ui.LoadingPopupWindow--","ui.Maximum":"--ui.Maximum--","ui.Minimum":"--ui.Minimum--","ui.Move":"--ui.Move--","ui.NetworkError":"--ui.NetworkError--","ui.NumRowFiltered":"--ui.NumRowFiltered--","ui.NumRowFilteredBy":"--ui.NumRowFilteredBy--","ui.NumRowFilteredMin":"--ui.NumRowFilteredMin--","ui.NumRowLoaded":"--ui.NumRowLoaded--","ui.NumRowLoadedMin":"--ui.NumRowLoadedMin--","ui.NumRowSelected":"--ui.NumRowSelected--","ui.NumRowSelectedMin":"--ui.NumRowSelectedMin--","ui.NumRowsFiltered":"--ui.NumRowsFiltered--","ui.NumRowsFilteredBy":"--ui.NumRowsFilteredBy--","ui.NumRowsFilteredMin":"--ui.NumRowsFilteredMin--","ui.NumRowsLoaded":"--ui.NumRowsLoaded--","ui.NumRowsLoadedMin":"--ui.NumRowsLoadedMin--","ui.NumRowsRendered":"--ui.NumRowsRendered--","ui.NumRowsSelected":"--ui.NumRowsSelected--","ui.NumRowsSelectedMin":"--ui.NumRowsSelectedMin--","ui.NumberRange":"--ui.NumberRange--","ui.OpenManually":"--ui.OpenManually--","ui.OtherValues":"--ui.OtherValues--","ui.Outlines":"--ui.Outlines--","ui.PastedTextTooLong":"--ui.PastedTextTooLong--","ui.PleaseWait_":"--ui.PleaseWait_--","ui.PopupBlockerDetected":"--ui.PopupBlockerDetected--","ui.Reconnecting_":"--ui.Reconnecting_--","ui.Reload":"--ui.Reload--","ui.ReloadData":"--ui.ReloadData--","ui.RemoveFilter":"--ui.RemoveFilter--","ui.SearchFor_":"--ui.SearchFor_--","ui.SelectAll":"--ui.SelectAll--","ui.SelectAllFilter":"--ui.SelectAllFilter--","ui.SelectNone":"--ui.SelectNone--","ui.SelectNoneFilter":"--ui.SelectNoneFilter--","ui.ServerError":"--ui.ServerError--","ui.SessionExpiredMsg":"--ui.SessionExpiredMsg--","ui.SessionTimeout":"--ui.SessionTimeout--","ui.ShowAllNodes":"--ui.ShowAllNodes--","ui.Sum":"--ui.Sum--","ui.TableRowCount":"--ui.TableRowCount--","ui.TableRowCount0":"--ui.TableRowCount0--","ui.TableRowCount1":"--ui.TableRowCount1--","ui.Total":"--ui.Total--","ui.UiInconsistentMsg":"--ui.UiInconsistentMsg--","ui.UnexpectedProblem":"--ui.UnexpectedProblem--","ui.UnsafeUpload":"--ui.UnsafeUpload--","ui.UnsafeUploadMsg":"--ui.UnsafeUploadMsg--","ui.Up":"--ui.Up--","ui.Upload":"--ui.Upload--","ui.add":"--ui.add--","ui.addColumn":"--ui.addColumn--","ui.additionally":"--ui.additionally--","ui.ascending":"--ui.ascending--","ui.ascendingAdditionally":"--ui.ascendingAdditionally--","ui.backward":"--ui.backward--","ui.changeColumn":"--ui.changeColumn--","ui.descending":"--ui.descending--","ui.descendingAdditionally":"--ui.descendingAdditionally--","ui.forward":"--ui.forward--","ui.from":"--ui.from--","ui.fromGreenToRed":"--ui.fromGreenToRed--","ui.fromRedToGreen":"--ui.fromRedToGreen--","ui.grouped":"--ui.grouped--","ui.groupedByMonth":"--ui.groupedByMonth--","ui.groupedByWeekday":"--ui.groupedByWeekday--","ui.groupedByYear":"--ui.groupedByYear--","ui.groupingApply":"--ui.groupingApply--","ui.overEverything":"--ui.overEverything--","ui.overSelection":"--ui.overSelection--","ui.remove":"--ui.remove--","ui.removeColumn":"--ui.removeColumn--","ui.showEveryDate":"--ui.showEveryDate--","ui.to":"--ui.to--","ui.toBegin":"--ui.toBegin--","ui.toEnd":"--ui.toEnd--","ui.withBarChart":"--ui.withBarChart--"}},"adapterData":{"2":{"id":"2","global":true,"desktop":"3"},"3":{"id":"3","objectType":"Desktop","geolocationServiceAvailable":false,"selectViewTabsKeyStrokesEnabled":true,"cacheSplitterPosition":true,"selectViewTabsKeyStrokeModifier":"control","notifications":[],"keyStrokes":[]}}} - MDC[] 2023-01-07 23:56:21,076 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler.handlePost(JsonMessageRequestHandler.java:152) - JSON request completed in 11.327203 ms - MDC[] 2023-01-07 23:56:21,078 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] 2023-01-07 23:56:21,078 INFO [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:419) - Enter stop(0) of clientSession org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$FixtureClientSession@76a766c5[id = 2195fdfd-f144-4c11-b7f8-466203d94ebe] - MDC[jobName=org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$6] 2023-01-07 23:56:21,078 INFO [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:424) - Call desktop.doBeforeClosingInternal of clientSession org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$FixtureClientSession@76a766c5[id = 2195fdfd-f144-4c11-b7f8-466203d94ebe] - MDC[jobName=org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$6] 2023-01-07 23:56:21,079 INFO [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:449) - Begin stop of clientSession org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$FixtureClientSession@76a766c5[id = 2195fdfd-f144-4c11-b7f8-466203d94ebe], point of no return - MDC[jobName=org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$6] 2023-01-07 23:56:21,079 INFO [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSession.logout(UiSession.java:966) - Logging out from UI session with ID 0:f0sf1bde0ifs5ev6eu3finuldf [clientSessionId=2195fdfd-f144-4c11-b7f8-466203d94ebe, processingJsonRequest=false] - MDC[jobName=org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$6] 2023-01-07 23:56:21,079 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] 2023-01-07 23:56:21,079 INFO [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSession.dispose(UiSession.java:598) - Disposing UI session with ID 0:f0sf1bde0ifs5ev6eu3finuldf... - MDC[jobName=org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$6] 2023-01-07 23:56:21,079 DEBUG [scout-model-thread-25] org.eclipse.scout.rt.ui.html.SessionStore.unregisterUiSession(SessionStore.java:295) - Unregister UI session with ID 0:f0sf1bde0ifs5ev6eu3finuldf from store (clientSessionId=2195fdfd-f144-4c11-b7f8-466203d94ebe) - MDC[jobName=org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$6] 2023-01-07 23:56:21,079 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 2195fdfd-f144-4c11-b7f8-466203d94ebe - MDC[jobName=org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$6] 2023-01-07 23:56:21,079 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 2195fdfd-f144-4c11-b7f8-466203d94ebe - MDC[jobName=org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$6] 2023-01-07 23:56:21,080 INFO [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSession.logout(UiSession.java:980) - Logged out successfully from UI session with ID 0:f0sf1bde0ifs5ev6eu3finuldf - MDC[jobName=org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$6] 2023-01-07 23:56:21,080 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] 2023-01-07 23:56:21,080 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] 2023-01-07 23:56:21,080 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] 2023-01-07 23:56:21,080 INFO [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession.inactivateSession(AbstractClientSession.java:503) - Client session stopped [session=org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$FixtureClientSession@76a766c5[id = 2195fdfd-f144-4c11-b7f8-466203d94ebe], user=null] - MDC[jobName=org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$6] 2023-01-07 23:56:21,081 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] 2023-01-07 23:56:23,080 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 2195fdfd-f144-4c11-b7f8-466203d94ebe] 2023-01-07 23:56:23,080 INFO [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore.doHousekeepingOutsideWriteLock(SessionStore.java:383) - Session housekeeping: Client session 2195fdfd-f144-4c11-b7f8-466203d94ebe is inactive, removing it from store - MDC[jobName=Performing session housekeeping for client session with ID 2195fdfd-f144-4c11-b7f8-466203d94ebe] 2023-01-07 23:56:23,080 DEBUG [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore.removeClientSessionInsideWriteLock(SessionStore.java:409) - Remove client session with ID 2195fdfd-f144-4c11-b7f8-466203d94ebe from session store - MDC[jobName=Performing session housekeeping for client session with ID 2195fdfd-f144-4c11-b7f8-466203d94ebe] 2023-01-07 23:56:23,080 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 2195fdfd-f144-4c11-b7f8-466203d94ebe] 2023-01-07 23:56:23,081 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 2195fdfd-f144-4c11-b7f8-466203d94ebe] 2023-01-07 23:56:23,081 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 2195fdfd-f144-4c11-b7f8-466203d94ebe] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.176 sec - in org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest Running org.eclipse.scout.rt.ui.html.UiJobsTest 2023-01-07 23:56:23,087 DEBUG [main] org.eclipse.scout.rt.ui.html.HttpSessionHelper.getSessionStore(HttpSessionHelper.java:48) - Created new session store for HTTP session with ID null - MDC[] 2023-01-07 23:56:23,088 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.preregisterUiSession(SessionStore.java:218) - Pre-register UI session with ID 0:apharcsc3qt5od7ng1lrpn70k3 - MDC[] 2023-01-07 23:56:23,090 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@5893cdd4[id = c2c66f6c-2e56-450e-a60d-4a0dc9edac87], user=jenkins] - MDC[jobName=Starting ClientSession [sessionId=c2c66f6c-2e56-450e-a60d-4a0dc9edac87]] 2023-01-07 23:56:23,090 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.getOrCreateClientSession(UiSession.java:303) - Created new client session [clientSessionId=c2c66f6c-2e56-450e-a60d-4a0dc9edac87, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] - MDC[] 2023-01-07 23:56:23,090 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.initUiTheme(UiSession.java:421) - UI theme model=default current=default reloadPage=false - MDC[] 2023-01-07 23:56:23,092 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.getTextMap(UiSession.java:1246) - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@5702232d - MDC[] 2023-01-07 23:56:23,093 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.init(UiSession.java:263) - UiSession with ID 0:apharcsc3qt5od7ng1lrpn70k3 initialized - MDC[] 2023-01-07 23:56:23,096 DEBUG [main] org.eclipse.scout.rt.ui.html.HttpSessionHelper.getSessionStore(HttpSessionHelper.java:48) - Created new session store for HTTP session with ID null - MDC[] 2023-01-07 23:56:23,096 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.preregisterUiSession(SessionStore.java:218) - Pre-register UI session with ID 0:chqc18614ev2gbjlo2k7v08d4t - MDC[] 2023-01-07 23:56:23,098 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@3c949680[id = f4c68f38-fdf1-4cc8-8cd1-119ae6ad9d07], user=jenkins] - MDC[jobName=Starting ClientSession [sessionId=f4c68f38-fdf1-4cc8-8cd1-119ae6ad9d07]] 2023-01-07 23:56:23,098 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.getOrCreateClientSession(UiSession.java:303) - Created new client session [clientSessionId=f4c68f38-fdf1-4cc8-8cd1-119ae6ad9d07, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] - MDC[] 2023-01-07 23:56:23,099 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.initUiTheme(UiSession.java:421) - UI theme model=default current=default reloadPage=false - MDC[] 2023-01-07 23:56:23,101 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.getTextMap(UiSession.java:1246) - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@5702232d - MDC[] 2023-01-07 23:56:23,101 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.init(UiSession.java:263) - UiSession with ID 0:chqc18614ev2gbjlo2k7v08d4t initialized - MDC[] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.016 sec - in org.eclipse.scout.rt.ui.html.UiJobsTest Running org.eclipse.scout.rt.ui.html.ResponseHistoryTest 2023-01-07 23:56:24,104 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[] 2023-01-07 23:56:24,104 DEBUG [main] org.eclipse.scout.rt.ui.html.ResponseHistory.toSyncResponse(ResponseHistory.java:127) - Synchronize response queue [] for UI session null - MDC[] 2023-01-07 23:56:24,105 DEBUG [main] org.eclipse.scout.rt.ui.html.ResponseHistory.registerResponse(ResponseHistory.java:91) - Added response #7 to history [7] for UI session null - MDC[] 2023-01-07 23:56:24,105 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[] 2023-01-07 23:56:24,105 DEBUG [main] org.eclipse.scout.rt.ui.html.ResponseHistory.registerResponse(ResponseHistory.java:91) - Added response #0 to history [0] for UI session null - MDC[] 2023-01-07 23:56:24,105 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[] 2023-01-07 23:56:24,106 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[] 2023-01-07 23:56:24,106 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[] 2023-01-07 23:56:24,106 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[] 2023-01-07 23:56:24,106 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[] 2023-01-07 23:56:24,106 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[] 2023-01-07 23:56:24,106 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[] 2023-01-07 23:56:24,106 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[] 2023-01-07 23:56:24,106 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[] 2023-01-07 23:56:24,106 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[] 2023-01-07 23:56:24,107 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[] 2023-01-07 23:56:24,107 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[] 2023-01-07 23:56:24,107 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[] 2023-01-07 23:56:24,107 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[] 2023-01-07 23:56:24,107 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[] 2023-01-07 23:56:24,107 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[] 2023-01-07 23:56:24,107 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[] 2023-01-07 23:56:24,107 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[] 2023-01-07 23:56:24,107 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[] 2023-01-07 23:56:24,107 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[] 2023-01-07 23:56:24,107 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[] 2023-01-07 23:56:24,108 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[] 2023-01-07 23:56:24,108 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[] 2023-01-07 23:56:24,108 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[] 2023-01-07 23:56:24,108 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[] 2023-01-07 23:56:24,108 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[] 2023-01-07 23:56:24,108 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[] 2023-01-07 23:56:24,108 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[] 2023-01-07 23:56:24,108 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[] 2023-01-07 23:56:24,108 DEBUG [main] org.eclipse.scout.rt.ui.html.ResponseHistory.registerResponse(ResponseHistory.java:91) - Added response #7 to history [7] for UI session null - MDC[] 2023-01-07 23:56:24,108 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[] 2023-01-07 23:56:24,109 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[] 2023-01-07 23:56:24,109 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[] 2023-01-07 23:56:24,109 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[] 2023-01-07 23:56:24,109 DEBUG [main] org.eclipse.scout.rt.ui.html.ResponseHistory.registerResponse(ResponseHistory.java:91) - Added response #1 to history [1] for UI session null - MDC[] 2023-01-07 23:56:24,109 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[] 2023-01-07 23:56:24,109 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[] 2023-01-07 23:56:24,109 DEBUG [main] org.eclipse.scout.rt.ui.html.ResponseHistory.registerResponse(ResponseHistory.java:91) - Added response #1 to history [1] for UI session null - MDC[] 2023-01-07 23:56:24,110 DEBUG [main] org.eclipse.scout.rt.ui.html.ResponseHistory.registerResponse(ResponseHistory.java:91) - Added response #1 to history [1] for UI session null - MDC[] 2023-01-07 23:56:24,110 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.006 sec - in org.eclipse.scout.rt.ui.html.ResponseHistoryTest Running org.eclipse.scout.rt.ui.html.RequestHistoryTest 2023-01-07 23:56:24,111 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #2 - MDC[] 2023-01-07 23:56:24,111 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #3 - MDC[] 2023-01-07 23:56:24,111 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #4 - MDC[] 2023-01-07 23:56:24,112 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:56) - Cleanup previously missing request sequence number #3 - MDC[] 2023-01-07 23:56:24,112 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:56) - Cleanup previously missing request sequence number #2 - MDC[] 2023-01-07 23:56:24,112 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:56) - Cleanup previously missing request sequence number #4 - MDC[] 2023-01-07 23:56:24,112 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #1 - MDC[] 2023-01-07 23:56:24,112 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[] 2023-01-07 23:56:24,112 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999900 - MDC[] 2023-01-07 23:56:24,112 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999901 - MDC[] 2023-01-07 23:56:24,113 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999902 - MDC[] 2023-01-07 23:56:24,113 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999903 - MDC[] 2023-01-07 23:56:24,113 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999904 - MDC[] 2023-01-07 23:56:24,113 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999905 - MDC[] 2023-01-07 23:56:24,113 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999906 - MDC[] 2023-01-07 23:56:24,113 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999907 - MDC[] 2023-01-07 23:56:24,113 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999908 - MDC[] 2023-01-07 23:56:24,113 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999909 - MDC[] 2023-01-07 23:56:24,113 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999910 - MDC[] 2023-01-07 23:56:24,113 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999911 - MDC[] 2023-01-07 23:56:24,113 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999912 - MDC[] 2023-01-07 23:56:24,113 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999913 - MDC[] 2023-01-07 23:56:24,113 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999914 - MDC[] 2023-01-07 23:56:24,114 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999915 - MDC[] 2023-01-07 23:56:24,114 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999916 - MDC[] 2023-01-07 23:56:24,114 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999917 - MDC[] 2023-01-07 23:56:24,114 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999918 - MDC[] 2023-01-07 23:56:24,114 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999919 - MDC[] 2023-01-07 23:56:24,114 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999920 - MDC[] 2023-01-07 23:56:24,114 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999921 - MDC[] 2023-01-07 23:56:24,114 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999922 - MDC[] 2023-01-07 23:56:24,114 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999923 - MDC[] 2023-01-07 23:56:24,114 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999924 - MDC[] 2023-01-07 23:56:24,114 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999925 - MDC[] 2023-01-07 23:56:24,114 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999926 - MDC[] 2023-01-07 23:56:24,114 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999927 - MDC[] 2023-01-07 23:56:24,115 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999928 - MDC[] 2023-01-07 23:56:24,115 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999929 - MDC[] 2023-01-07 23:56:24,115 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999930 - MDC[] 2023-01-07 23:56:24,115 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999931 - MDC[] 2023-01-07 23:56:24,115 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999932 - MDC[] 2023-01-07 23:56:24,115 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999933 - MDC[] 2023-01-07 23:56:24,115 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999934 - MDC[] 2023-01-07 23:56:24,115 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999935 - MDC[] 2023-01-07 23:56:24,115 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999936 - MDC[] 2023-01-07 23:56:24,115 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999937 - MDC[] 2023-01-07 23:56:24,115 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999938 - MDC[] 2023-01-07 23:56:24,115 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999939 - MDC[] 2023-01-07 23:56:24,115 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999940 - MDC[] 2023-01-07 23:56:24,116 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999941 - MDC[] 2023-01-07 23:56:24,116 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999942 - MDC[] 2023-01-07 23:56:24,116 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999943 - MDC[] 2023-01-07 23:56:24,116 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999944 - MDC[] 2023-01-07 23:56:24,116 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999945 - MDC[] 2023-01-07 23:56:24,116 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999946 - MDC[] 2023-01-07 23:56:24,116 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999947 - MDC[] 2023-01-07 23:56:24,116 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999948 - MDC[] 2023-01-07 23:56:24,116 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999949 - MDC[] 2023-01-07 23:56:24,116 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999950 - MDC[] 2023-01-07 23:56:24,116 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999951 - MDC[] 2023-01-07 23:56:24,116 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999952 - MDC[] 2023-01-07 23:56:24,116 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999953 - MDC[] 2023-01-07 23:56:24,116 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999954 - MDC[] 2023-01-07 23:56:24,116 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999955 - MDC[] 2023-01-07 23:56:24,116 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999956 - MDC[] 2023-01-07 23:56:24,116 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999957 - MDC[] 2023-01-07 23:56:24,117 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999958 - MDC[] 2023-01-07 23:56:24,117 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999959 - MDC[] 2023-01-07 23:56:24,117 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999960 - MDC[] 2023-01-07 23:56:24,117 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999961 - MDC[] 2023-01-07 23:56:24,117 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999962 - MDC[] 2023-01-07 23:56:24,117 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999963 - MDC[] 2023-01-07 23:56:24,117 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999964 - MDC[] 2023-01-07 23:56:24,117 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999965 - MDC[] 2023-01-07 23:56:24,117 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999966 - MDC[] 2023-01-07 23:56:24,117 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999967 - MDC[] 2023-01-07 23:56:24,117 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999968 - MDC[] 2023-01-07 23:56:24,117 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999969 - MDC[] 2023-01-07 23:56:24,117 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999970 - MDC[] 2023-01-07 23:56:24,117 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999971 - MDC[] 2023-01-07 23:56:24,117 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999972 - MDC[] 2023-01-07 23:56:24,118 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999973 - MDC[] 2023-01-07 23:56:24,118 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999974 - MDC[] 2023-01-07 23:56:24,118 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999975 - MDC[] 2023-01-07 23:56:24,118 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999976 - MDC[] 2023-01-07 23:56:24,118 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999977 - MDC[] 2023-01-07 23:56:24,118 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999978 - MDC[] 2023-01-07 23:56:24,118 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999979 - MDC[] 2023-01-07 23:56:24,118 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999980 - MDC[] 2023-01-07 23:56:24,118 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999981 - MDC[] 2023-01-07 23:56:24,118 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999982 - MDC[] 2023-01-07 23:56:24,118 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999983 - MDC[] 2023-01-07 23:56:24,118 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999984 - MDC[] 2023-01-07 23:56:24,118 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999985 - MDC[] 2023-01-07 23:56:24,119 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999986 - MDC[] 2023-01-07 23:56:24,119 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999987 - MDC[] 2023-01-07 23:56:24,119 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999988 - MDC[] 2023-01-07 23:56:24,119 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999989 - MDC[] 2023-01-07 23:56:24,119 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999990 - MDC[] 2023-01-07 23:56:24,119 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999991 - MDC[] 2023-01-07 23:56:24,119 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999992 - MDC[] 2023-01-07 23:56:24,119 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999993 - MDC[] 2023-01-07 23:56:24,119 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999994 - MDC[] 2023-01-07 23:56:24,119 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999995 - MDC[] 2023-01-07 23:56:24,119 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999996 - MDC[] 2023-01-07 23:56:24,119 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999997 - MDC[] 2023-01-07 23:56:24,119 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999998 - MDC[] 2023-01-07 23:56:24,119 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999999 - MDC[] 2023-01-07 23:56:24,120 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #1 - MDC[] 2023-01-07 23:56:24,120 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #201 - MDC[] 2023-01-07 23:56:24,120 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #202 - MDC[] 2023-01-07 23:56:24,120 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #203 - MDC[] 2023-01-07 23:56:24,120 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #204 - MDC[] 2023-01-07 23:56:24,120 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #205 - MDC[] 2023-01-07 23:56:24,120 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #206 - MDC[] 2023-01-07 23:56:24,120 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #207 - MDC[] 2023-01-07 23:56:24,120 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #208 - MDC[] 2023-01-07 23:56:24,120 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #209 - MDC[] 2023-01-07 23:56:24,120 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #210 - MDC[] 2023-01-07 23:56:24,121 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #211 - MDC[] 2023-01-07 23:56:24,121 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #212 - MDC[] 2023-01-07 23:56:24,121 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #213 - MDC[] 2023-01-07 23:56:24,121 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #214 - MDC[] 2023-01-07 23:56:24,121 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #215 - MDC[] 2023-01-07 23:56:24,121 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #216 - MDC[] 2023-01-07 23:56:24,121 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #217 - MDC[] 2023-01-07 23:56:24,121 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #218 - MDC[] 2023-01-07 23:56:24,121 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #219 - MDC[] 2023-01-07 23:56:24,121 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #220 - MDC[] 2023-01-07 23:56:24,121 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #221 - MDC[] 2023-01-07 23:56:24,121 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #222 - MDC[] 2023-01-07 23:56:24,121 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #223 - MDC[] 2023-01-07 23:56:24,121 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #224 - MDC[] 2023-01-07 23:56:24,121 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #225 - MDC[] 2023-01-07 23:56:24,122 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #226 - MDC[] 2023-01-07 23:56:24,122 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #227 - MDC[] 2023-01-07 23:56:24,122 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #228 - MDC[] 2023-01-07 23:56:24,122 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #229 - MDC[] 2023-01-07 23:56:24,122 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #230 - MDC[] 2023-01-07 23:56:24,122 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #231 - MDC[] 2023-01-07 23:56:24,122 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #232 - MDC[] 2023-01-07 23:56:24,122 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #233 - MDC[] 2023-01-07 23:56:24,122 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #234 - MDC[] 2023-01-07 23:56:24,122 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #235 - MDC[] 2023-01-07 23:56:24,122 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #236 - MDC[] 2023-01-07 23:56:24,122 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #237 - MDC[] 2023-01-07 23:56:24,122 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #238 - MDC[] 2023-01-07 23:56:24,122 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #239 - MDC[] 2023-01-07 23:56:24,122 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #240 - MDC[] 2023-01-07 23:56:24,122 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #241 - MDC[] 2023-01-07 23:56:24,123 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #242 - MDC[] 2023-01-07 23:56:24,123 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #243 - MDC[] 2023-01-07 23:56:24,123 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #244 - MDC[] 2023-01-07 23:56:24,123 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #245 - MDC[] 2023-01-07 23:56:24,123 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #246 - MDC[] 2023-01-07 23:56:24,123 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #247 - MDC[] 2023-01-07 23:56:24,123 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #248 - MDC[] 2023-01-07 23:56:24,123 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #249 - MDC[] 2023-01-07 23:56:24,123 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #250 - MDC[] 2023-01-07 23:56:24,123 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #251 - MDC[] 2023-01-07 23:56:24,123 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #252 - MDC[] 2023-01-07 23:56:24,123 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #253 - MDC[] 2023-01-07 23:56:24,123 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #254 - MDC[] 2023-01-07 23:56:24,123 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #255 - MDC[] 2023-01-07 23:56:24,123 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #256 - MDC[] 2023-01-07 23:56:24,123 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #257 - MDC[] 2023-01-07 23:56:24,123 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #258 - MDC[] 2023-01-07 23:56:24,123 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #259 - MDC[] 2023-01-07 23:56:24,123 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #260 - MDC[] 2023-01-07 23:56:24,123 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #261 - MDC[] 2023-01-07 23:56:24,124 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #262 - MDC[] 2023-01-07 23:56:24,124 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #263 - MDC[] 2023-01-07 23:56:24,124 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #264 - MDC[] 2023-01-07 23:56:24,124 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #265 - MDC[] 2023-01-07 23:56:24,124 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #266 - MDC[] 2023-01-07 23:56:24,124 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #267 - MDC[] 2023-01-07 23:56:24,124 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #268 - MDC[] 2023-01-07 23:56:24,124 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #269 - MDC[] 2023-01-07 23:56:24,124 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #270 - MDC[] 2023-01-07 23:56:24,124 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #271 - MDC[] 2023-01-07 23:56:24,124 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #272 - MDC[] 2023-01-07 23:56:24,124 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #273 - MDC[] 2023-01-07 23:56:24,124 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #274 - MDC[] 2023-01-07 23:56:24,124 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #275 - MDC[] 2023-01-07 23:56:24,124 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #276 - MDC[] 2023-01-07 23:56:24,124 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #277 - MDC[] 2023-01-07 23:56:24,124 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #278 - MDC[] 2023-01-07 23:56:24,124 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #279 - MDC[] 2023-01-07 23:56:24,124 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #280 - MDC[] 2023-01-07 23:56:24,124 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #281 - MDC[] 2023-01-07 23:56:24,124 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #282 - MDC[] 2023-01-07 23:56:24,124 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #283 - MDC[] 2023-01-07 23:56:24,125 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #284 - MDC[] 2023-01-07 23:56:24,125 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #285 - MDC[] 2023-01-07 23:56:24,125 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #286 - MDC[] 2023-01-07 23:56:24,125 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #287 - MDC[] 2023-01-07 23:56:24,125 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #288 - MDC[] 2023-01-07 23:56:24,125 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #289 - MDC[] 2023-01-07 23:56:24,125 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #290 - MDC[] 2023-01-07 23:56:24,125 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #291 - MDC[] 2023-01-07 23:56:24,125 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #292 - MDC[] 2023-01-07 23:56:24,125 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #293 - MDC[] 2023-01-07 23:56:24,125 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #294 - MDC[] 2023-01-07 23:56:24,125 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #295 - MDC[] 2023-01-07 23:56:24,125 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #296 - MDC[] 2023-01-07 23:56:24,125 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #297 - MDC[] 2023-01-07 23:56:24,125 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #298 - MDC[] 2023-01-07 23:56:24,125 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #299 - MDC[] 2023-01-07 23:56:24,126 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #301 - MDC[] 2023-01-07 23:56:24,126 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.015 sec - in org.eclipse.scout.rt.ui.html.RequestHistoryTest Running org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest 2023-01-07 23:56:24,128 INFO [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateHeadless(PlatformImplementor.java:172) - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[] 2023-01-07 23:56:24,133 INFO [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:215) - Collected 265 beans in 4.992631 ms - MDC[] 2023-01-07 23:56:24,135 INFO [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:220) - Registered 265 beans in 2.179456 ms - MDC[] 2023-01-07 23:56:24,136 INFO [main] org.eclipse.scout.rt.platform.logger.LoggerPlatformListener.registerLoggerSupportBean(LoggerPlatformListener.java:105) - Registered logger support org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport - MDC[] 2023-01-07 23:56:24,136 INFO [main] org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrator.stateChanged(CodeTypeRegistrator.java:32) - 0 code type classes registered. - MDC[] 2023-01-07 23:56:24,136 INFO [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateConfiguration(PlatformImplementor.java:184) - No config.properties found. Running with empty configuration. - MDC[] 2023-01-07 23:56:24,137 INFO [main] org.eclipse.scout.rt.ui.html.res.PrebuildFiles.stateChanged(PrebuildFiles.java:39) - Pre-building of web resources is enabled - MDC[] 2023-01-07 23:56:24,138 INFO [main] org.eclipse.scout.rt.ui.html.res.PrebuildFiles.buildResources(PrebuildFiles.java:69) - Finished pre-building of 0 web resources in 0.059126 ms - MDC[] 2023-01-07 23:56:24,147 DEBUG [main] org.eclipse.scout.rt.ui.html.HttpSessionHelper.getSessionStore(HttpSessionHelper.java:48) - Created new session store for HTTP session with ID null - MDC[] 2023-01-07 23:56:24,147 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.preregisterUiSession(SessionStore.java:218) - Pre-register UI session with ID 0:jup7dskhead2l159o2ljvs5eqk - MDC[] 2023-01-07 23:56:24,153 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.ClientSessionWithBlockingConditionInterruptionTest$FixtureClientSession@453364ca[id = bf4818d2-ef1e-45b5-ab26-0c6a73eb7eb5], user=null] - MDC[jobName=Starting ClientSession [sessionId=bf4818d2-ef1e-45b5-ab26-0c6a73eb7eb5]] 2023-01-07 23:56:24,153 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.getOrCreateClientSession(UiSession.java:303) - Created new client session [clientSessionId=bf4818d2-ef1e-45b5-ab26-0c6a73eb7eb5, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] - MDC[] 2023-01-07 23:56:24,154 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.initUiTheme(UiSession.java:421) - UI theme model=default current=default reloadPage=false - MDC[] 2023-01-07 23:56:24,155 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@46ac7b00] - MDC[jobName=Starting JsonClientSession] 2023-01-07 23:56:24,157 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.getTextMap(UiSession.java:1246) - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@2972b493 - MDC[] 2023-01-07 23:56:24,157 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.init(UiSession.java:263) - UiSession with ID 0:jup7dskhead2l159o2ljvs5eqk initialized - MDC[] protocol: Session stopping 2023-01-07 23:56:24,159 INFO [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:419) - Enter stop(0) of clientSession org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureClientSession@453364ca[id = bf4818d2-ef1e-45b5-ab26-0c6a73eb7eb5] - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$11] 2023-01-07 23:56:24,159 INFO [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:424) - Call desktop.doBeforeClosingInternal of clientSession org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureClientSession@453364ca[id = bf4818d2-ef1e-45b5-ab26-0c6a73eb7eb5] - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$11] 2023-01-07 23:56:24,160 INFO [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:449) - Begin stop of clientSession org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureClientSession@453364ca[id = bf4818d2-ef1e-45b5-ab26-0c6a73eb7eb5], point of no return - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$11] 2023-01-07 23:56:24,160 INFO [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSession.logout(UiSession.java:966) - Logging out from UI session with ID 0:jup7dskhead2l159o2ljvs5eqk [clientSessionId=bf4818d2-ef1e-45b5-ab26-0c6a73eb7eb5, processingJsonRequest=false] - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$11] 2023-01-07 23:56:24,160 INFO [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSession.dispose(UiSession.java:598) - Disposing UI session with ID 0:jup7dskhead2l159o2ljvs5eqk... - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$11] 2023-01-07 23:56:24,160 DEBUG [scout-model-thread-25] org.eclipse.scout.rt.ui.html.SessionStore.unregisterUiSession(SessionStore.java:295) - Unregister UI session with ID 0:jup7dskhead2l159o2ljvs5eqk from store (clientSessionId=bf4818d2-ef1e-45b5-ab26-0c6a73eb7eb5) - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$11] 2023-01-07 23:56:24,160 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 bf4818d2-ef1e-45b5-ab26-0c6a73eb7eb5 - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$11] 2023-01-07 23:56:24,160 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 bf4818d2-ef1e-45b5-ab26-0c6a73eb7eb5 - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$11] 2023-01-07 23:56:24,161 INFO [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSession.logout(UiSession.java:980) - Logged out successfully from UI session with ID 0:jup7dskhead2l159o2ljvs5eqk - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$11] protocol: Before MessageBoxInStore 2023-01-07 23:56:24,162 WARN [scout-model-thread-25] 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:570) 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:583) at org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:459) at org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:414) at org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop$P_UIFacade.closeFromUI(AbstractDesktop.java:2508) at sun.reflect.GeneratedMethodAccessor35.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.$Proxy34.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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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 2023-01-07 23:56:24,162 INFO [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession.inactivateSession(AbstractClientSession.java:503) - Client session stopped [session=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureClientSession@453364ca[id = bf4818d2-ef1e-45b5-ab26-0c6a73eb7eb5], user=null] - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$11] protocol: All session jobs terminated 2023-01-07 23:56:25,161 INFO [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore.doHousekeepingOutsideWriteLock(SessionStore.java:383) - Session housekeeping: Client session bf4818d2-ef1e-45b5-ab26-0c6a73eb7eb5 is inactive, removing it from store - MDC[jobName=Performing session housekeeping for client session with ID bf4818d2-ef1e-45b5-ab26-0c6a73eb7eb5] 2023-01-07 23:56:25,162 DEBUG [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore.removeClientSessionInsideWriteLock(SessionStore.java:409) - Remove client session with ID bf4818d2-ef1e-45b5-ab26-0c6a73eb7eb5 from session store - MDC[jobName=Performing session housekeeping for client session with ID bf4818d2-ef1e-45b5-ab26-0c6a73eb7eb5] 2023-01-07 23:56:25,162 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 bf4818d2-ef1e-45b5-ab26-0c6a73eb7eb5] 2023-01-07 23:56:25,163 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 bf4818d2-ef1e-45b5-ab26-0c6a73eb7eb5] 2023-01-07 23:56:25,163 DEBUG [main] org.eclipse.scout.rt.ui.html.HttpSessionHelper.getSessionStore(HttpSessionHelper.java:48) - Created new session store for HTTP session with ID null - MDC[] 2023-01-07 23:56:25,163 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 bf4818d2-ef1e-45b5-ab26-0c6a73eb7eb5] 2023-01-07 23:56:25,164 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.preregisterUiSession(SessionStore.java:218) - Pre-register UI session with ID 0:fakldas3io9v3tic54emhas4n1 - MDC[] 2023-01-07 23:56:25,166 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@5087957e[id = a05b1967-e339-4657-a9ca-0d9065b1c701], user=null] - MDC[jobName=Starting ClientSession [sessionId=a05b1967-e339-4657-a9ca-0d9065b1c701]] 2023-01-07 23:56:25,166 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.getOrCreateClientSession(UiSession.java:303) - Created new client session [clientSessionId=a05b1967-e339-4657-a9ca-0d9065b1c701, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] - MDC[] 2023-01-07 23:56:25,167 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.initUiTheme(UiSession.java:421) - UI theme model=default current=default reloadPage=false - MDC[] 2023-01-07 23:56:25,169 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.getTextMap(UiSession.java:1246) - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@2972b493 - MDC[] 2023-01-07 23:56:25,170 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.init(UiSession.java:263) - UiSession with ID 0:fakldas3io9v3tic54emhas4n1 initialized - MDC[] protocol: Session stopping 2023-01-07 23:56:25,172 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:419) - Enter stop(0) of clientSession org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureClientSession@5087957e[id = a05b1967-e339-4657-a9ca-0d9065b1c701] - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$12] 2023-01-07 23:56:25,172 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:424) - Call desktop.doBeforeClosingInternal of clientSession org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureClientSession@5087957e[id = a05b1967-e339-4657-a9ca-0d9065b1c701] - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$12] 2023-01-07 23:56:25,172 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:449) - Begin stop of clientSession org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureClientSession@5087957e[id = a05b1967-e339-4657-a9ca-0d9065b1c701], point of no return - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$12] 2023-01-07 23:56:25,173 INFO [scout-model-thread-23] org.eclipse.scout.rt.ui.html.UiSession.logout(UiSession.java:966) - Logging out from UI session with ID 0:fakldas3io9v3tic54emhas4n1 [clientSessionId=a05b1967-e339-4657-a9ca-0d9065b1c701, processingJsonRequest=false] - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$12] 2023-01-07 23:56:25,173 INFO [scout-model-thread-23] org.eclipse.scout.rt.ui.html.UiSession.dispose(UiSession.java:598) - Disposing UI session with ID 0:fakldas3io9v3tic54emhas4n1... - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$12] 2023-01-07 23:56:25,173 DEBUG [scout-model-thread-23] org.eclipse.scout.rt.ui.html.SessionStore.unregisterUiSession(SessionStore.java:295) - Unregister UI session with ID 0:fakldas3io9v3tic54emhas4n1 from store (clientSessionId=a05b1967-e339-4657-a9ca-0d9065b1c701) - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$12] 2023-01-07 23:56:25,173 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 a05b1967-e339-4657-a9ca-0d9065b1c701 - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$12] 2023-01-07 23:56:25,173 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 a05b1967-e339-4657-a9ca-0d9065b1c701 - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$12] 2023-01-07 23:56:25,174 INFO [scout-model-thread-23] org.eclipse.scout.rt.ui.html.UiSession.logout(UiSession.java:980) - Logged out successfully from UI session with ID 0:fakldas3io9v3tic54emhas4n1 - 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] 2023-01-07 23:56:25,180 ERROR [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:462) - Failed to store the client session. - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$12] 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:1083) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.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:1033) at org.eclipse.scout.rt.client.ui.form.AbstractForm.start(AbstractForm.java:1026) 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:570) 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:583) at org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:459) at org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:414) at org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop$P_UIFacade.closeFromUI(AbstractDesktop.java:2508) at sun.reflect.GeneratedMethodAccessor35.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.$Proxy34.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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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) 2023-01-07 23:56:25,180 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] 2023-01-07 23:56:25,181 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.inactivateSession(AbstractClientSession.java:503) - Client session stopped [session=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureClientSession@5087957e[id = a05b1967-e339-4657-a9ca-0d9065b1c701], user=null] - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$12] protocol: All session jobs terminated 2023-01-07 23:56:26,173 INFO [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore.doHousekeepingOutsideWriteLock(SessionStore.java:383) - Session housekeeping: Client session a05b1967-e339-4657-a9ca-0d9065b1c701 is inactive, removing it from store - MDC[jobName=Performing session housekeeping for client session with ID a05b1967-e339-4657-a9ca-0d9065b1c701] 2023-01-07 23:56:26,173 DEBUG [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore.removeClientSessionInsideWriteLock(SessionStore.java:409) - Remove client session with ID a05b1967-e339-4657-a9ca-0d9065b1c701 from session store - MDC[jobName=Performing session housekeeping for client session with ID a05b1967-e339-4657-a9ca-0d9065b1c701] 2023-01-07 23:56:26,173 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 a05b1967-e339-4657-a9ca-0d9065b1c701] 2023-01-07 23:56:26,174 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 a05b1967-e339-4657-a9ca-0d9065b1c701] 2023-01-07 23:56:26,174 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 a05b1967-e339-4657-a9ca-0d9065b1c701] 2023-01-07 23:56:26,174 DEBUG [main] org.eclipse.scout.rt.ui.html.HttpSessionHelper.getSessionStore(HttpSessionHelper.java:48) - Created new session store for HTTP session with ID null - MDC[] 2023-01-07 23:56:26,175 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.preregisterUiSession(SessionStore.java:218) - Pre-register UI session with ID 0:7n6cdu7qpbhvnfgr1kpga0qu71 - MDC[] 2023-01-07 23:56:26,177 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@4b40e2b3[id = ad7e619c-7d0b-4da7-bed4-0fd1c93694f1], user=null] - MDC[jobName=Starting ClientSession [sessionId=ad7e619c-7d0b-4da7-bed4-0fd1c93694f1]] 2023-01-07 23:56:26,177 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.getOrCreateClientSession(UiSession.java:303) - Created new client session [clientSessionId=ad7e619c-7d0b-4da7-bed4-0fd1c93694f1, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] - MDC[] 2023-01-07 23:56:26,178 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.initUiTheme(UiSession.java:421) - UI theme model=default current=default reloadPage=false - MDC[] protocol: Before MessageBox 2023-01-07 23:56:26,189 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.getTextMap(UiSession.java:1246) - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@2972b493 - MDC[] 2023-01-07 23:56:26,189 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.init(UiSession.java:263) - UiSession with ID 0:7n6cdu7qpbhvnfgr1kpga0qu71 initialized - MDC[] protocol: MessageBox is open protocol: Session stopping 2023-01-07 23:56:26,192 INFO [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:419) - Enter stop(0) of clientSession org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureClientSession@4b40e2b3[id = ad7e619c-7d0b-4da7-bed4-0fd1c93694f1] - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$6] 2023-01-07 23:56:26,192 INFO [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:424) - Call desktop.doBeforeClosingInternal of clientSession org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureClientSession@4b40e2b3[id = ad7e619c-7d0b-4da7-bed4-0fd1c93694f1] - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$6] 2023-01-07 23:56:26,192 INFO [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:449) - Begin stop of clientSession org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureClientSession@4b40e2b3[id = ad7e619c-7d0b-4da7-bed4-0fd1c93694f1], point of no return - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$6] 2023-01-07 23:56:26,192 INFO [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSession.logout(UiSession.java:966) - Logging out from UI session with ID 0:7n6cdu7qpbhvnfgr1kpga0qu71 [clientSessionId=ad7e619c-7d0b-4da7-bed4-0fd1c93694f1, processingJsonRequest=false] - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$6] 2023-01-07 23:56:26,193 INFO [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSession.dispose(UiSession.java:598) - Disposing UI session with ID 0:7n6cdu7qpbhvnfgr1kpga0qu71... - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$6] 2023-01-07 23:56:26,193 DEBUG [scout-model-thread-25] org.eclipse.scout.rt.ui.html.SessionStore.unregisterUiSession(SessionStore.java:295) - Unregister UI session with ID 0:7n6cdu7qpbhvnfgr1kpga0qu71 from store (clientSessionId=ad7e619c-7d0b-4da7-bed4-0fd1c93694f1) - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$6] 2023-01-07 23:56:26,193 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 ad7e619c-7d0b-4da7-bed4-0fd1c93694f1 - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$6] 2023-01-07 23:56:26,193 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 ad7e619c-7d0b-4da7-bed4-0fd1c93694f1 - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$6] 2023-01-07 23:56:26,194 INFO [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSession.logout(UiSession.java:980) - Logged out successfully from UI session with ID 0:7n6cdu7qpbhvnfgr1kpga0qu71 - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$6] 2023-01-07 23:56:26,195 INFO [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession.inactivateSession(AbstractClientSession.java:503) - Client session stopped [session=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureClientSession@4b40e2b3[id = ad7e619c-7d0b-4da7-bed4-0fd1c93694f1], user=null] - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$6] protocol: Interrupted MessageBox protocol: All session jobs terminated 2023-01-07 23:56:27,193 INFO [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore.doHousekeepingOutsideWriteLock(SessionStore.java:383) - Session housekeeping: Client session ad7e619c-7d0b-4da7-bed4-0fd1c93694f1 is inactive, removing it from store - MDC[jobName=Performing session housekeeping for client session with ID ad7e619c-7d0b-4da7-bed4-0fd1c93694f1] 2023-01-07 23:56:27,193 DEBUG [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore.removeClientSessionInsideWriteLock(SessionStore.java:409) - Remove client session with ID ad7e619c-7d0b-4da7-bed4-0fd1c93694f1 from session store - MDC[jobName=Performing session housekeeping for client session with ID ad7e619c-7d0b-4da7-bed4-0fd1c93694f1] 2023-01-07 23:56:27,193 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 ad7e619c-7d0b-4da7-bed4-0fd1c93694f1] 2023-01-07 23:56:27,194 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 ad7e619c-7d0b-4da7-bed4-0fd1c93694f1] 2023-01-07 23:56:27,195 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 ad7e619c-7d0b-4da7-bed4-0fd1c93694f1] 2023-01-07 23:56:27,197 DEBUG [main] org.eclipse.scout.rt.ui.html.HttpSessionHelper.getSessionStore(HttpSessionHelper.java:48) - Created new session store for HTTP session with ID null - MDC[] 2023-01-07 23:56:27,198 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.preregisterUiSession(SessionStore.java:218) - Pre-register UI session with ID 0:cv68vokb7iblom2i735jvd8s5h - MDC[] 2023-01-07 23:56:27,199 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@3d7b5e93[id = f437d5e1-b20c-45ef-946e-d31800f04570], user=null] - MDC[jobName=Starting ClientSession [sessionId=f437d5e1-b20c-45ef-946e-d31800f04570]] 2023-01-07 23:56:27,199 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.getOrCreateClientSession(UiSession.java:303) - Created new client session [clientSessionId=f437d5e1-b20c-45ef-946e-d31800f04570, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] - MDC[] 2023-01-07 23:56:27,200 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.initUiTheme(UiSession.java:421) - UI theme model=default current=default reloadPage=false - MDC[] 2023-01-07 23:56:27,202 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.getTextMap(UiSession.java:1246) - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@2972b493 - MDC[] 2023-01-07 23:56:27,202 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.init(UiSession.java:263) - UiSession with ID 0:cv68vokb7iblom2i735jvd8s5h initialized - MDC[] protocol: Form.execLoad 2023-01-07 23:56:27,205 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@b264c2b - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$7] protocol: Before Form.waitFor protocol: Form is open protocol: Session stopping 2023-01-07 23:56:27,207 INFO [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:419) - Enter stop(0) of clientSession org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureClientSession@3d7b5e93[id = f437d5e1-b20c-45ef-946e-d31800f04570] - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$9] 2023-01-07 23:56:27,207 INFO [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:424) - Call desktop.doBeforeClosingInternal of clientSession org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureClientSession@3d7b5e93[id = f437d5e1-b20c-45ef-946e-d31800f04570] - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$9] 2023-01-07 23:56:27,207 INFO [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:449) - Begin stop of clientSession org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureClientSession@3d7b5e93[id = f437d5e1-b20c-45ef-946e-d31800f04570], point of no return - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$9] 2023-01-07 23:56:27,207 INFO [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSession.logout(UiSession.java:966) - Logging out from UI session with ID 0:cv68vokb7iblom2i735jvd8s5h [clientSessionId=f437d5e1-b20c-45ef-946e-d31800f04570, processingJsonRequest=false] - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$9] 2023-01-07 23:56:27,207 INFO [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSession.dispose(UiSession.java:598) - Disposing UI session with ID 0:cv68vokb7iblom2i735jvd8s5h... - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$9] 2023-01-07 23:56:27,207 DEBUG [scout-model-thread-25] org.eclipse.scout.rt.ui.html.SessionStore.unregisterUiSession(SessionStore.java:295) - Unregister UI session with ID 0:cv68vokb7iblom2i735jvd8s5h from store (clientSessionId=f437d5e1-b20c-45ef-946e-d31800f04570) - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$9] 2023-01-07 23:56:27,208 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 f437d5e1-b20c-45ef-946e-d31800f04570 - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$9] 2023-01-07 23:56:27,208 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 f437d5e1-b20c-45ef-946e-d31800f04570 - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$9] 2023-01-07 23:56:27,208 INFO [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSession.logout(UiSession.java:980) - Logged out successfully from UI session with ID 0:cv68vokb7iblom2i735jvd8s5h - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$9] protocol: Form.execFinally protocol: Form.dispose 2023-01-07 23:56:27,209 INFO [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession.inactivateSession(AbstractClientSession.java:503) - Client session stopped [session=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureClientSession@3d7b5e93[id = f437d5e1-b20c-45ef-946e-d31800f04570], user=null] - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$9] protocol: Interrupted Form protocol: All session jobs terminated 2023-01-07 23:56:28,209 INFO [scout-thread-23] org.eclipse.scout.rt.ui.html.SessionStore.doHousekeepingOutsideWriteLock(SessionStore.java:383) - Session housekeeping: Client session f437d5e1-b20c-45ef-946e-d31800f04570 is inactive, removing it from store - MDC[jobName=Performing session housekeeping for client session with ID f437d5e1-b20c-45ef-946e-d31800f04570] 2023-01-07 23:56:28,209 DEBUG [scout-thread-23] org.eclipse.scout.rt.ui.html.SessionStore.removeClientSessionInsideWriteLock(SessionStore.java:409) - Remove client session with ID f437d5e1-b20c-45ef-946e-d31800f04570 from session store - MDC[jobName=Performing session housekeeping for client session with ID f437d5e1-b20c-45ef-946e-d31800f04570] 2023-01-07 23:56:28,209 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 f437d5e1-b20c-45ef-946e-d31800f04570] 2023-01-07 23:56:28,210 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 f437d5e1-b20c-45ef-946e-d31800f04570] 2023-01-07 23:56:28,210 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 f437d5e1-b20c-45ef-946e-d31800f04570] 2023-01-07 23:56:28,211 DEBUG [main] org.eclipse.scout.rt.ui.html.HttpSessionHelper.getSessionStore(HttpSessionHelper.java:48) - Created new session store for HTTP session with ID null - MDC[] 2023-01-07 23:56:28,212 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.preregisterUiSession(SessionStore.java:218) - Pre-register UI session with ID 0:gelorra55u4fhrepfdm8b2blmq - MDC[] protocol: Before MessageBoxInLoad 2023-01-07 23:56:28,215 WARN [scout-model-thread-25] 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=298768ad-d8b2-475a-b331-ec112fd808c8]] 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:575) 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:589) 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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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 2023-01-07 23:56:28,215 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.ClientSessionWithBlockingConditionInterruptionTest$FixtureClientSession@36521cfc[id = 298768ad-d8b2-475a-b331-ec112fd808c8], user=null] - MDC[jobName=Starting ClientSession [sessionId=298768ad-d8b2-475a-b331-ec112fd808c8]] 2023-01-07 23:56:28,216 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.getOrCreateClientSession(UiSession.java:303) - Created new client session [clientSessionId=298768ad-d8b2-475a-b331-ec112fd808c8, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] - MDC[] 2023-01-07 23:56:28,216 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.initUiTheme(UiSession.java:421) - UI theme model=default current=default reloadPage=false - MDC[] 2023-01-07 23:56:28,218 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.getTextMap(UiSession.java:1246) - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@2972b493 - MDC[] 2023-01-07 23:56:28,219 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.init(UiSession.java:263) - UiSession with ID 0:gelorra55u4fhrepfdm8b2blmq initialized - MDC[] protocol: Session stopping 2023-01-07 23:56:28,221 INFO [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:419) - Enter stop(0) of clientSession org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureClientSession@36521cfc[id = 298768ad-d8b2-475a-b331-ec112fd808c8] - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$10] 2023-01-07 23:56:28,221 INFO [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:424) - Call desktop.doBeforeClosingInternal of clientSession org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureClientSession@36521cfc[id = 298768ad-d8b2-475a-b331-ec112fd808c8] - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$10] 2023-01-07 23:56:28,221 INFO [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:449) - Begin stop of clientSession org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureClientSession@36521cfc[id = 298768ad-d8b2-475a-b331-ec112fd808c8], point of no return - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$10] 2023-01-07 23:56:28,222 INFO [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSession.logout(UiSession.java:966) - Logging out from UI session with ID 0:gelorra55u4fhrepfdm8b2blmq [clientSessionId=298768ad-d8b2-475a-b331-ec112fd808c8, processingJsonRequest=false] - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$10] 2023-01-07 23:56:28,222 INFO [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSession.dispose(UiSession.java:598) - Disposing UI session with ID 0:gelorra55u4fhrepfdm8b2blmq... - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$10] 2023-01-07 23:56:28,222 DEBUG [scout-model-thread-25] org.eclipse.scout.rt.ui.html.SessionStore.unregisterUiSession(SessionStore.java:295) - Unregister UI session with ID 0:gelorra55u4fhrepfdm8b2blmq from store (clientSessionId=298768ad-d8b2-475a-b331-ec112fd808c8) - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$10] 2023-01-07 23:56:28,222 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 298768ad-d8b2-475a-b331-ec112fd808c8 - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$10] 2023-01-07 23:56:28,222 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 298768ad-d8b2-475a-b331-ec112fd808c8 - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$10] 2023-01-07 23:56:28,223 INFO [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSession.logout(UiSession.java:980) - Logged out successfully from UI session with ID 0:gelorra55u4fhrepfdm8b2blmq - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$10] 2023-01-07 23:56:28,224 INFO [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession.inactivateSession(AbstractClientSession.java:503) - Client session stopped [session=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureClientSession@36521cfc[id = 298768ad-d8b2-475a-b331-ec112fd808c8], user=null] - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$10] protocol: All session jobs terminated 2023-01-07 23:56:29,223 INFO [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore.doHousekeepingOutsideWriteLock(SessionStore.java:383) - Session housekeeping: Client session 298768ad-d8b2-475a-b331-ec112fd808c8 is inactive, removing it from store - MDC[jobName=Performing session housekeeping for client session with ID 298768ad-d8b2-475a-b331-ec112fd808c8] 2023-01-07 23:56:29,223 DEBUG [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore.removeClientSessionInsideWriteLock(SessionStore.java:409) - Remove client session with ID 298768ad-d8b2-475a-b331-ec112fd808c8 from session store - MDC[jobName=Performing session housekeeping for client session with ID 298768ad-d8b2-475a-b331-ec112fd808c8] 2023-01-07 23:56:29,223 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 298768ad-d8b2-475a-b331-ec112fd808c8] 2023-01-07 23:56:29,224 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 298768ad-d8b2-475a-b331-ec112fd808c8] 2023-01-07 23:56:29,224 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 298768ad-d8b2-475a-b331-ec112fd808c8] 2023-01-07 23:56:29,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[] 2023-01-07 23:56:29,226 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.preregisterUiSession(SessionStore.java:218) - Pre-register UI session with ID 0:528gnac626o4g30q6bsemmq65k - MDC[] 2023-01-07 23:56:29,230 WARN [scout-thread-23] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - 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:169) at org.eclipse.scout.rt.client.ui.desktop.internal.VirtualDesktop.isShowing(VirtualDesktop.java:473) at org.eclipse.scout.rt.client.ui.form.AbstractForm.setDisplayHint(AbstractForm.java:2907) 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:575) 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:589) 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:22) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$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) 2023-01-07 23:56:29,231 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.dispose(UiSession.java:598) - Disposing UI session with ID 0:528gnac626o4g30q6bsemmq65k... - MDC[] 2023-01-07 23:56:29,231 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.unregisterUiSession(SessionStore.java:295) - Unregister UI session with ID 0:528gnac626o4g30q6bsemmq65k from store (clientSessionId=null) - MDC[] 2023-01-07 23:56:29,231 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[] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.108 sec - in org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest Running org.eclipse.scout.rt.client.ui.form.fields.ModelVariantTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.client.ui.form.fields.ModelVariantTest Results : Tests run: 290, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- jasmine-maven-plugin:2.2:test (default) @ org.eclipse.scout.rt.ui.html.test --- [INFO] jetty-8.2.0.v20160908 [INFO] Started SelectChannelConnector@0.0.0.0:41101 [INFO] Executing Jasmine Specs Jan 07, 2023 11:56:34 PM org.openqa.selenium.phantomjs.PhantomJSDriverService INFO: executable: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.ui.html.test/target/phantomjs-maven-plugin/phantomjs-2.1.1-linux-x86_64/bin/phantomjs Jan 07, 2023 11:56:34 PM org.openqa.selenium.phantomjs.PhantomJSDriverService INFO: port: 12925 Jan 07, 2023 11:56:34 PM org.openqa.selenium.phantomjs.PhantomJSDriverService INFO: arguments: [--webdriver=12925, --webdriver-logfile=/home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/phantomjsdriver.log] Jan 07, 2023 11:56:34 PM org.openqa.selenium.phantomjs.PhantomJSDriverService INFO: environment: {} [INFO - 2023-01-07T23:56:34.611Z] GhostDriver - Main - running on port 12925 [INFO - 2023-01-07T23:56:34.831Z] Session [ea9f3cc0-8ee6-11ed-91b4-b57652fbe59e] - page.settings - {"XSSAuditingEnabled":false,"javascriptCanCloseWindows":true,"javascriptCanOpenWindows":true,"javascriptEnabled":true,"loadImages":true,"localToRemoteUrlAccessEnabled":false,"userAgent":"Mozilla/5.0 (Unknown; Linux x86_64) AppleWebKit/538.1 (KHTML, like Gecko) PhantomJS/2.1.1 Safari/538.1","webSecurityEnabled":true} [INFO - 2023-01-07T23:56:34.831Z] Session [ea9f3cc0-8ee6-11ed-91b4-b57652fbe59e] - page.customHeaders: - {} [INFO - 2023-01-07T23:56:34.831Z] Session [ea9f3cc0-8ee6-11ed-91b4-b57652fbe59e] - Session.negotiatedCapabilities - {"browserName":"phantomjs","version":"2.1.1","driverName":"ghostdriver","driverVersion":"1.2.0","platform":"linux-unknown-64bit","javascriptEnabled":true,"takesScreenshot":true,"handlesAlerts":false,"databaseEnabled":false,"locationContextEnabled":false,"applicationCacheEnabled":false,"browserConnectionEnabled":false,"cssSelectorsEnabled":true,"webStorageEnabled":false,"rotatable":false,"acceptSslCerts":false,"nativeEvents":true,"proxy":{"proxyType":"direct"}} [INFO - 2023-01-07T23:56:34.831Z] SessionManagerReqHand - _postNewSessionCommand - New Session Created: ea9f3cc0-8ee6-11ed-91b4-b57652fbe59e [ERROR - 2023-01-07T23:56:37.387Z] Session [ea9f3cc0-8ee6-11ed-91b4-b57652fbe59e] - page.onError - msg: 23:56:37.386 [WARN] router: no route registered for location= null phantomjs://platform/console++.js:263 in error [ERROR - 2023-01-07T23:56:37.387Z] Session [ea9f3cc0-8ee6-11ed-91b4-b57652fbe59e] - page.onError - stack: _log (:8294) phantomjs://platform/console++.js:263 in error [ERROR - 2023-01-07T23:56:37.485Z] Session [ea9f3cc0-8ee6-11ed-91b4-b57652fbe59e] - page.onError - msg: Spec 'Calendar init creates an empty calendar' has no expectations. phantomjs://platform/console++.js:263 in error [ERROR - 2023-01-07T23:56:37.485Z] Session [ea9f3cc0-8ee6-11ed-91b4-b57652fbe59e] - page.onError - stack: specDone (http://localhost:41101/ext/WebContent/res/jasmine-2.5.2/jasmine-html.js:106) phantomjs://platform/console++.js:263 in error [ERROR - 2023-01-07T23:56:39.055Z] Session [ea9f3cc0-8ee6-11ed-91b4-b57652fbe59e] - page.onError - msg: Spec 'Desktop displayStyle COMPACT does not bring activateForm to fail for fake views' has no expectations. phantomjs://platform/console++.js:263 in error [ERROR - 2023-01-07T23:56:39.055Z] Session [ea9f3cc0-8ee6-11ed-91b4-b57652fbe59e] - page.onError - stack: specDone (http://localhost:41101/ext/WebContent/res/jasmine-2.5.2/jasmine-html.js:106) phantomjs://platform/console++.js:263 in error [ERROR - 2023-01-07T23:56:39.360Z] Session [ea9f3cc0-8ee6-11ed-91b4-b57652fbe59e] - page.onError - msg: Spec 'OutlineMediator tableRowOrderChanged' has no expectations. phantomjs://platform/console++.js:263 in error [ERROR - 2023-01-07T23:56:39.360Z] Session [ea9f3cc0-8ee6-11ed-91b4-b57652fbe59e] - page.onError - stack: specDone (http://localhost:41101/ext/WebContent/res/jasmine-2.5.2/jasmine-html.js:106) phantomjs://platform/console++.js:263 in error [ERROR - 2023-01-07T23:56:39.544Z] Session [ea9f3cc0-8ee6-11ed-91b4-b57652fbe59e] - page.onError - msg: Spec 'FileChooser addFiles adds the files if multiSelect is true' has no expectations. phantomjs://platform/console++.js:263 in error [ERROR - 2023-01-07T23:56:39.544Z] Session [ea9f3cc0-8ee6-11ed-91b4-b57652fbe59e] - page.onError - stack: specDone (http://localhost:41101/ext/WebContent/res/jasmine-2.5.2/jasmine-html.js:106) phantomjs://platform/console++.js:263 in error [ERROR - 2023-01-07T23:56:39.545Z] Session [ea9f3cc0-8ee6-11ed-91b4-b57652fbe59e] - page.onError - msg: Spec 'FileChooser addFiles does only add one file if multiSelect is false' has no expectations. phantomjs://platform/console++.js:263 in error [ERROR - 2023-01-07T23:56:39.546Z] Session [ea9f3cc0-8ee6-11ed-91b4-b57652fbe59e] - page.onError - stack: specDone (http://localhost:41101/ext/WebContent/res/jasmine-2.5.2/jasmine-html.js:106) phantomjs://platform/console++.js:263 in error [ERROR - 2023-01-07T23:56:39.556Z] Session [ea9f3cc0-8ee6-11ed-91b4-b57652fbe59e] - page.onError - msg: Spec 'FileChooser removeFile removes the file' has no expectations. phantomjs://platform/console++.js:263 in error [ERROR - 2023-01-07T23:56:39.556Z] Session [ea9f3cc0-8ee6-11ed-91b4-b57652fbe59e] - page.onError - stack: specDone (http://localhost:41101/ext/WebContent/res/jasmine-2.5.2/jasmine-html.js:106) phantomjs://platform/console++.js:263 in error [ERROR - 2023-01-07T23:56:40.285Z] Session [ea9f3cc0-8ee6-11ed-91b4-b57652fbe59e] - page.onError - msg: Spec 'BasicField acceptInput must always be sent to server at the end of input, if at least one change has been made does not fail if field is removed while acceptInput is still pending' has no expectations. phantomjs://platform/console++.js:263 in error [ERROR - 2023-01-07T23:56:40.285Z] Session [ea9f3cc0-8ee6-11ed-91b4-b57652fbe59e] - page.onError - stack: specDone (http://localhost:41101/ext/WebContent/res/jasmine-2.5.2/jasmine-html.js:106) phantomjs://platform/console++.js:263 in error [ERROR - 2023-01-07T23:56:40.340Z] Session [ea9f3cc0-8ee6-11ed-91b4-b57652fbe59e] - page.onError - msg: Spec 'ValueFieldAdapter _createPropertySortFunc should order properties' has no expectations. phantomjs://platform/console++.js:263 in error [ERROR - 2023-01-07T23:56:40.340Z] Session [ea9f3cc0-8ee6-11ed-91b4-b57652fbe59e] - page.onError - stack: specDone (http://localhost:41101/ext/WebContent/res/jasmine-2.5.2/jasmine-html.js:106) phantomjs://platform/console++.js:263 in error [ERROR - 2023-01-07T23:56:41.576Z] Session [ea9f3cc0-8ee6-11ed-91b4-b57652fbe59e] - page.onError - msg: 23:56:41.575 [ERROR] errorResponse: status=404, textStatus=error, errorThrown=Not Found phantomjs://platform/console++.js:263 in error [ERROR - 2023-01-07T23:56:41.576Z] Session [ea9f3cc0-8ee6-11ed-91b4-b57652fbe59e] - page.onError - stack: _log (:8294) phantomjs://platform/console++.js:263 in error [ERROR - 2023-01-07T23:56:42.394Z] Session [ea9f3cc0-8ee6-11ed-91b4-b57652fbe59e] - page.onError - msg: 23:56:42.394 [ERROR] errorResponse: status=404, textStatus=error, errorThrown=Not Found phantomjs://platform/console++.js:263 in error [ERROR - 2023-01-07T23:56:42.394Z] Session [ea9f3cc0-8ee6-11ed-91b4-b57652fbe59e] - page.onError - stack: _log (:8294) phantomjs://platform/console++.js:263 in error [ERROR - 2023-01-07T23:56:42.468Z] Session [ea9f3cc0-8ee6-11ed-91b4-b57652fbe59e] - page.onError - msg: 23:56:42.468 [ERROR] errorResponse: status=404, textStatus=error, errorThrown=Not Found phantomjs://platform/console++.js:263 in error [ERROR - 2023-01-07T23:56:42.469Z] Session [ea9f3cc0-8ee6-11ed-91b4-b57652fbe59e] - page.onError - stack: _log (:8294) phantomjs://platform/console++.js:263 in error [ERROR - 2023-01-07T23:56:42.471Z] Session [ea9f3cc0-8ee6-11ed-91b4-b57652fbe59e] - page.onError - msg: 23:56:42.471 [ERROR] errorResponse: status=404, textStatus=error, errorThrown=Not Found phantomjs://platform/console++.js:263 in error [ERROR - 2023-01-07T23:56:42.471Z] Session [ea9f3cc0-8ee6-11ed-91b4-b57652fbe59e] - page.onError - stack: _log (:8294) phantomjs://platform/console++.js:263 in error [ERROR - 2023-01-07T23:56:42.473Z] Session [ea9f3cc0-8ee6-11ed-91b4-b57652fbe59e] - page.onError - msg: 23:56:42.473 [ERROR] errorResponse: status=404, textStatus=error, errorThrown=Not Found phantomjs://platform/console++.js:263 in error [ERROR - 2023-01-07T23:56:42.473Z] Session [ea9f3cc0-8ee6-11ed-91b4-b57652fbe59e] - page.onError - stack: _log (:8294) phantomjs://platform/console++.js:263 in error [ERROR - 2023-01-07T23:56:42.476Z] Session [ea9f3cc0-8ee6-11ed-91b4-b57652fbe59e] - page.onError - msg: 23:56:42.475 [ERROR] errorResponse: status=404, textStatus=error, errorThrown=Not Found phantomjs://platform/console++.js:263 in error [ERROR - 2023-01-07T23:56:42.476Z] Session [ea9f3cc0-8ee6-11ed-91b4-b57652fbe59e] - page.onError - stack: _log (:8294) phantomjs://platform/console++.js:263 in error [ERROR - 2023-01-07T23:56:42.763Z] Session [ea9f3cc0-8ee6-11ed-91b4-b57652fbe59e] - page.onError - msg: 23:56:42.763 [ERROR] errorResponse: status=404, textStatus=error, errorThrown=Not Found phantomjs://platform/console++.js:263 in error [ERROR - 2023-01-07T23:56:42.763Z] Session [ea9f3cc0-8ee6-11ed-91b4-b57652fbe59e] - page.onError - stack: _log (:8294) phantomjs://platform/console++.js:263 in error [ERROR - 2023-01-07T23:56:42.766Z] Session [ea9f3cc0-8ee6-11ed-91b4-b57652fbe59e] - page.onError - msg: 23:56:42.766 [ERROR] errorResponse: status=404, textStatus=error, errorThrown=Not Found phantomjs://platform/console++.js:263 in error [ERROR - 2023-01-07T23:56:42.766Z] Session [ea9f3cc0-8ee6-11ed-91b4-b57652fbe59e] - page.onError - stack: _log (:8294) phantomjs://platform/console++.js:263 in error [ERROR - 2023-01-07T23:56:42.768Z] Session [ea9f3cc0-8ee6-11ed-91b4-b57652fbe59e] - page.onError - msg: 23:56:42.768 [ERROR] errorResponse: status=404, textStatus=error, errorThrown=Not Found phantomjs://platform/console++.js:263 in error [ERROR - 2023-01-07T23:56:42.769Z] Session [ea9f3cc0-8ee6-11ed-91b4-b57652fbe59e] - page.onError - stack: _log (:8294) phantomjs://platform/console++.js:263 in error [ERROR - 2023-01-07T23:56:44.289Z] Session [ea9f3cc0-8ee6-11ed-91b4-b57652fbe59e] - page.onError - msg: 23:56:44.289 [WARN] Polling request failed. Interrupt polling until the next user-initiated request succeeds phantomjs://platform/console++.js:263 in error [ERROR - 2023-01-07T23:56:44.289Z] Session [ea9f3cc0-8ee6-11ed-91b4-b57652fbe59e] - page.onError - stack: _log (:8294) phantomjs://platform/console++.js:263 in error [ERROR - 2023-01-07T23:56:44.296Z] Session [ea9f3cc0-8ee6-11ed-91b4-b57652fbe59e] - page.onError - msg: 23:56:44.296 [ERROR] errorResponse: status=404, textStatus=error, errorThrown= phantomjs://platform/console++.js:263 in error [ERROR - 2023-01-07T23:56:44.297Z] Session [ea9f3cc0-8ee6-11ed-91b4-b57652fbe59e] - page.onError - stack: _log (:8294) phantomjs://platform/console++.js:263 in error [ERROR - 2023-01-07T23:56:44.303Z] Session [ea9f3cc0-8ee6-11ed-91b4-b57652fbe59e] - page.onError - msg: 23:56:44.303 [WARN] Session terminated, stopped polling for background jobs phantomjs://platform/console++.js:263 in error [ERROR - 2023-01-07T23:56:44.303Z] Session [ea9f3cc0-8ee6-11ed-91b4-b57652fbe59e] - page.onError - stack: _log (:8294) phantomjs://platform/console++.js:263 in error [ERROR - 2023-01-07T23:56:46.026Z] Session [ea9f3cc0-8ee6-11ed-91b4-b57652fbe59e] - page.onError - msg: Spec 'Table insertRows rowsInserted event must be triggered before rowOrderChanged event' has no expectations. phantomjs://platform/console++.js:263 in error [ERROR - 2023-01-07T23:56:46.026Z] Session [ea9f3cc0-8ee6-11ed-91b4-b57652fbe59e] - page.onError - stack: specDone (http://localhost:41101/ext/WebContent/res/jasmine-2.5.2/jasmine-html.js:106) phantomjs://platform/console++.js:263 in error [ERROR - 2023-01-07T23:56:46.524Z] Session [ea9f3cc0-8ee6-11ed-91b4-b57652fbe59e] - page.onError - msg: Spec 'Table sort regroups the data if group by column is active' has no expectations. phantomjs://platform/console++.js:263 in error [ERROR - 2023-01-07T23:56:46.524Z] Session [ea9f3cc0-8ee6-11ed-91b4-b57652fbe59e] - page.onError - stack: specDone (http://localhost:41101/ext/WebContent/res/jasmine-2.5.2/jasmine-html.js:106) phantomjs://platform/console++.js:263 in error [ERROR - 2023-01-07T23:56:46.536Z] Session [ea9f3cc0-8ee6-11ed-91b4-b57652fbe59e] - page.onError - msg: Spec 'Table sort sorting sorts text columns considering locale (if browser supports it)' has no expectations. phantomjs://platform/console++.js:263 in error [ERROR - 2023-01-07T23:56:46.536Z] Session [ea9f3cc0-8ee6-11ed-91b4-b57652fbe59e] - page.onError - stack: specDone (http://localhost:41101/ext/WebContent/res/jasmine-2.5.2/jasmine-html.js:106) phantomjs://platform/console++.js:263 in error [ERROR - 2023-01-07T23:56:46.561Z] Session [ea9f3cc0-8ee6-11ed-91b4-b57652fbe59e] - page.onError - msg: Spec 'Table sort sorting uses non sort columns as fallback' has no expectations. phantomjs://platform/console++.js:263 in error [ERROR - 2023-01-07T23:56:46.561Z] Session [ea9f3cc0-8ee6-11ed-91b4-b57652fbe59e] - page.onError - stack: specDone (http://localhost:41101/ext/WebContent/res/jasmine-2.5.2/jasmine-html.js:106) phantomjs://platform/console++.js:263 in error [ERROR - 2023-01-07T23:56:46.562Z] Session [ea9f3cc0-8ee6-11ed-91b4-b57652fbe59e] - page.onError - msg: Spec 'Table column grouping renders an aggregate row for each group' has no expectations. phantomjs://platform/console++.js:263 in error [ERROR - 2023-01-07T23:56:46.562Z] Session [ea9f3cc0-8ee6-11ed-91b4-b57652fbe59e] - page.onError - stack: specDone (http://localhost:41101/ext/WebContent/res/jasmine-2.5.2/jasmine-html.js:106) phantomjs://platform/console++.js:263 in error [ERROR - 2023-01-07T23:56:46.564Z] Session [ea9f3cc0-8ee6-11ed-91b4-b57652fbe59e] - page.onError - msg: Spec 'Table column grouping considers groupingStyle -> aggregate rows must be rendered previous to the grouped rows' has no expectations. phantomjs://platform/console++.js:263 in error [ERROR - 2023-01-07T23:56:46.564Z] Session [ea9f3cc0-8ee6-11ed-91b4-b57652fbe59e] - page.onError - stack: specDone (http://localhost:41101/ext/WebContent/res/jasmine-2.5.2/jasmine-html.js:106) phantomjs://platform/console++.js:263 in error [ERROR - 2023-01-07T23:56:46.565Z] Session [ea9f3cc0-8ee6-11ed-91b4-b57652fbe59e] - page.onError - msg: Spec 'Table column grouping considers view range -> only renders an aggregate row for rendered rows' has no expectations. phantomjs://platform/console++.js:263 in error [ERROR - 2023-01-07T23:56:46.565Z] Session [ea9f3cc0-8ee6-11ed-91b4-b57652fbe59e] - page.onError - stack: specDone (http://localhost:41101/ext/WebContent/res/jasmine-2.5.2/jasmine-html.js:106) phantomjs://platform/console++.js:263 in error [ERROR - 2023-01-07T23:56:46.571Z] Session [ea9f3cc0-8ee6-11ed-91b4-b57652fbe59e] - page.onError - msg: Spec 'Table column grouping considers view range -> doesn't render an aggregate row if the last row of the group is not rendered' has no expectations. phantomjs://platform/console++.js:263 in error [ERROR - 2023-01-07T23:56:46.571Z] Session [ea9f3cc0-8ee6-11ed-91b4-b57652fbe59e] - page.onError - stack: specDone (http://localhost:41101/ext/WebContent/res/jasmine-2.5.2/jasmine-html.js:106) phantomjs://platform/console++.js:263 in error [ERROR - 2023-01-07T23:56:46.572Z] Session [ea9f3cc0-8ee6-11ed-91b4-b57652fbe59e] - page.onError - msg: Spec 'Table column grouping regroups if rows get inserted' has no expectations. phantomjs://platform/console++.js:263 in error [ERROR - 2023-01-07T23:56:46.572Z] Session [ea9f3cc0-8ee6-11ed-91b4-b57652fbe59e] - page.onError - stack: specDone (http://localhost:41101/ext/WebContent/res/jasmine-2.5.2/jasmine-html.js:106) phantomjs://platform/console++.js:263 in error [ERROR - 2023-01-07T23:56:46.574Z] Session [ea9f3cc0-8ee6-11ed-91b4-b57652fbe59e] - page.onError - msg: Spec 'Table column grouping regroups if rows get inserted, event is from server and table was empty' has no expectations. phantomjs://platform/console++.js:263 in error [ERROR - 2023-01-07T23:56:46.574Z] Session [ea9f3cc0-8ee6-11ed-91b4-b57652fbe59e] - page.onError - stack: specDone (http://localhost:41101/ext/WebContent/res/jasmine-2.5.2/jasmine-html.js:106) phantomjs://platform/console++.js:263 in error [ERROR - 2023-01-07T23:56:46.575Z] Session [ea9f3cc0-8ee6-11ed-91b4-b57652fbe59e] - page.onError - msg: Spec 'Table column grouping does not regroup if rows get inserted, event is from server and table was not empty' has no expectations. phantomjs://platform/console++.js:263 in error [ERROR - 2023-01-07T23:56:46.575Z] Session [ea9f3cc0-8ee6-11ed-91b4-b57652fbe59e] - page.onError - stack: specDone (http://localhost:41101/ext/WebContent/res/jasmine-2.5.2/jasmine-html.js:106) phantomjs://platform/console++.js:263 in error [ERROR - 2023-01-07T23:56:46.577Z] Session [ea9f3cc0-8ee6-11ed-91b4-b57652fbe59e] - page.onError - msg: Spec 'Table column grouping regroups if rows get deleted' has no expectations. phantomjs://platform/console++.js:263 in error [ERROR - 2023-01-07T23:56:46.577Z] Session [ea9f3cc0-8ee6-11ed-91b4-b57652fbe59e] - page.onError - stack: specDone (http://localhost:41101/ext/WebContent/res/jasmine-2.5.2/jasmine-html.js:106) phantomjs://platform/console++.js:263 in error [ERROR - 2023-01-07T23:56:46.578Z] Session [ea9f3cc0-8ee6-11ed-91b4-b57652fbe59e] - page.onError - msg: Spec 'Table column grouping removes aggregate rows if all rows get deleted' has no expectations. phantomjs://platform/console++.js:263 in error [ERROR - 2023-01-07T23:56:46.578Z] Session [ea9f3cc0-8ee6-11ed-91b4-b57652fbe59e] - page.onError - stack: specDone (http://localhost:41101/ext/WebContent/res/jasmine-2.5.2/jasmine-html.js:106) phantomjs://platform/console++.js:263 in error [ERROR - 2023-01-07T23:56:46.580Z] Session [ea9f3cc0-8ee6-11ed-91b4-b57652fbe59e] - page.onError - msg: Spec 'Table column grouping regroups if rows get updated' has no expectations. phantomjs://platform/console++.js:263 in error [ERROR - 2023-01-07T23:56:46.580Z] Session [ea9f3cc0-8ee6-11ed-91b4-b57652fbe59e] - page.onError - stack: specDone (http://localhost:41101/ext/WebContent/res/jasmine-2.5.2/jasmine-html.js:106) phantomjs://platform/console++.js:263 in error [ERROR - 2023-01-07T23:56:46.581Z] Session [ea9f3cc0-8ee6-11ed-91b4-b57652fbe59e] - page.onError - msg: Spec 'Table column grouping may group column 0 only' has no expectations. phantomjs://platform/console++.js:263 in error [ERROR - 2023-01-07T23:56:46.581Z] Session [ea9f3cc0-8ee6-11ed-91b4-b57652fbe59e] - page.onError - stack: specDone (http://localhost:41101/ext/WebContent/res/jasmine-2.5.2/jasmine-html.js:106) phantomjs://platform/console++.js:263 in error [ERROR - 2023-01-07T23:56:46.583Z] Session [ea9f3cc0-8ee6-11ed-91b4-b57652fbe59e] - page.onError - msg: Spec 'Table column grouping may group column 1 only' has no expectations. phantomjs://platform/console++.js:263 in error [ERROR - 2023-01-07T23:56:46.583Z] Session [ea9f3cc0-8ee6-11ed-91b4-b57652fbe59e] - page.onError - stack: specDone (http://localhost:41101/ext/WebContent/res/jasmine-2.5.2/jasmine-html.js:106) phantomjs://platform/console++.js:263 in error [ERROR - 2023-01-07T23:56:46.585Z] Session [ea9f3cc0-8ee6-11ed-91b4-b57652fbe59e] - page.onError - msg: Spec 'Table column grouping may group columns 0 (avg) and 1 (sum)' has no expectations. phantomjs://platform/console++.js:263 in error [ERROR - 2023-01-07T23:56:46.585Z] Session [ea9f3cc0-8ee6-11ed-91b4-b57652fbe59e] - page.onError - stack: specDone (http://localhost:41101/ext/WebContent/res/jasmine-2.5.2/jasmine-html.js:106) phantomjs://platform/console++.js:263 in error [ERROR - 2023-01-07T23:56:46.586Z] Session [ea9f3cc0-8ee6-11ed-91b4-b57652fbe59e] - page.onError - msg: Spec 'Table column grouping may group columns 0, 1 and 2' has no expectations. phantomjs://platform/console++.js:263 in error [ERROR - 2023-01-07T23:56:46.586Z] Session [ea9f3cc0-8ee6-11ed-91b4-b57652fbe59e] - page.onError - stack: specDone (http://localhost:41101/ext/WebContent/res/jasmine-2.5.2/jasmine-html.js:106) phantomjs://platform/console++.js:263 in error [ERROR - 2023-01-07T23:56:46.588Z] Session [ea9f3cc0-8ee6-11ed-91b4-b57652fbe59e] - page.onError - msg: Spec 'Table column grouping may group columns 2 and 1' has no expectations. phantomjs://platform/console++.js:263 in error [ERROR - 2023-01-07T23:56:46.588Z] Session [ea9f3cc0-8ee6-11ed-91b4-b57652fbe59e] - page.onError - stack: specDone (http://localhost:41101/ext/WebContent/res/jasmine-2.5.2/jasmine-html.js:106) phantomjs://platform/console++.js:263 in error [ERROR - 2023-01-07T23:56:46.589Z] Session [ea9f3cc0-8ee6-11ed-91b4-b57652fbe59e] - page.onError - msg: Spec 'Table column grouping may group column 1 only after grouping column 0 first' has no expectations. phantomjs://platform/console++.js:263 in error [ERROR - 2023-01-07T23:56:46.590Z] Session [ea9f3cc0-8ee6-11ed-91b4-b57652fbe59e] - page.onError - stack: specDone (http://localhost:41101/ext/WebContent/res/jasmine-2.5.2/jasmine-html.js:106) phantomjs://platform/console++.js:263 in error [ERROR - 2023-01-07T23:56:46.591Z] Session [ea9f3cc0-8ee6-11ed-91b4-b57652fbe59e] - page.onError - msg: Spec 'Table column grouping may group column 1 and 2 after grouping column 0 first' has no expectations. phantomjs://platform/console++.js:263 in error [ERROR - 2023-01-07T23:56:46.591Z] Session [ea9f3cc0-8ee6-11ed-91b4-b57652fbe59e] - page.onError - stack: specDone (http://localhost:41101/ext/WebContent/res/jasmine-2.5.2/jasmine-html.js:106) phantomjs://platform/console++.js:263 in error [ERROR - 2023-01-07T23:56:50.435Z] Session [ea9f3cc0-8ee6-11ed-91b4-b57652fbe59e] - page.onError - msg: Spec 'Widget setProperty with widget property does not fail if new widget is null' has no expectations. phantomjs://platform/console++.js:263 in error [ERROR - 2023-01-07T23:56:50.435Z] Session [ea9f3cc0-8ee6-11ed-91b4-b57652fbe59e] - page.onError - stack: specDone (http://localhost:41101/ext/WebContent/res/jasmine-2.5.2/jasmine-html.js:106) phantomjs://platform/console++.js:263 in error [INFO - 2023-01-07T23:56:51.362Z] 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 key stroke triggers action is not triggered if another action with the same key stroke handled it first 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 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 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 DatePicker showDate shows the month specified by the given date DesktopAdapter activateForm sends formActivateEvent can close and open new form in the same response 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 activates modal views when being rendered 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 activeForm will be set to the display parent form if dialog closes will be set to currentView if dialog closes and there is no display parent form will be set to undefined if dialog closes and there is no currentView and no display parent must not be the detail form must not be the detail form even if it is the display parent must be a form displayStyle COMPACT shows bench and hides navigation if a view is open opens the bench again if a view is shown right after the last view was closed 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 disposeAdapter destroys the form FormLifecycle cancel don't open popup when nothing has been changed open popup when value of field has been changed triggers close event after cancel ok 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 init marks the root group box as main box open opens the form adds it to the display parent close closes the form removes it from the display parent abort closes the form if there is a close button closes the form by using cancel if there is no close button destroy destroys its children cacheBounds read and store bounds update bounds - if cacheBounds is true update bounds - if cacheBounds is false modal creates a glass pane if true does not create a glass pane if false displayParent is required if form is managed by a form controller, defaults to desktop is not required if form is just rendered always same as parent if display parent is set blocks desktop if modal and displayParent is desktop blocks detail form and outline if modal and displayParent is outline blocks form if modal and displayParent is form rootGroupBox.gridData is created using gridDataHints when the logical grid is validated initialFocus references the widget which should gain focus after the form is displayed BasicField acceptInput must always be sent to server at the end of input, if at least one change has been 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 clear removes the text and accepts input also with updateDisplayTextOnAnyKey set to true 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 property visible shows the field if visible = true does not show the field if visible = false hides the status message if field is made invisible shows the status message if field is made visible ValueFieldAdapter _createPropertySortFunc should order properties ValueField property status visible shows a status even though status visible is false but there are visible menus init sets display text using formatValue if value is set initially does not override display text using formatValue if display text is set initially does not override display text using formatValue if display text is set initially even if value is set as well does not set value if value is invalid initially does not override the errorStatus if an errorStatus is set initially does not override the errorStatus if an errorStatus set initially even if an invalid value is set calls validate and format when value is set initially setValue sets the value, formats it and sets the display text does not set the value but the error status and display text if the validation fails deletes the error status if value is valid does not fire a property change if the value has not changed executes every validator when validating the value converts undefined to null _validateValue may throw an error if value is invalid may throw a scout.Status if value is invalid may throw a message if value is invalid parseAndSetValue parses and sets the value does not set the value but the error status if the parsing fails deletes the error status if parsing succeeds acceptInput accepts the current display text by calling parse, validate and format is triggered when input is accepted contains the actual displayText even if it was changed using format value updates the display text even if it was changed using parse value validator may be set initially addValidator adds a validator and revalidates the value removeValidator removes a validator and revalidates the value setValidator removes every validator and sets the new one setValidators replaces the list of validators with the given ones parser may be set initially setParser replaces the existing parser by a new one and parses the display text again formatter may be set initially setFormatter replaces the existing formatter by a new one and formats the value again clear removes the text and accepts input 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 setting legacy styles sets style attributes CheckBoxField inheritance inherits from ValueField _renderValue sets checked property _renderValue sets disabled property keyStroke toggles the value 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 DateFieldAdapter parseValue sets the server errorStatus if the displayText was reverted to the one provoking the error sets the server errorStatus if the displayText was reverted to the one provoking the error using key down/up sets the server errorStatus if the displayText was reverted to the one provoking the error using picker does not accidentially remove the model error status on acceptInput picker sends displayText and value if date was selected DateField displayText is shown correctly after rendering is removed properly when setting to '' parseAndSetValue parses and sets the value init sets display text using formatValue if value is set initially setValue sets the value, formats it and sets the display text does not set the value but the error status and display text if the validation fails deletes the error status if value is valid acceptInput validate again if a new date was typed and reverted acceptDate removes time as well if date was deleted does not remove time if date was deleted and time has an error acceptTime removes date as well if time was deleted does not remove date if time was deleted and date has an error click opens the datepicker opens the picker and preselects the current date but not the previous date if it was cleared before blur closes the datepicker accepts the prediction accepts the prediction with autoDate updates the model with the selected value sends value and displayText does not send value and displayText again if not changed does not send value 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 sets selected date as field value when a date was selected unselects the date if the field's text was removed sets selected date as field value when a date was selected even if another date was typed key handling ESC closes the datepicker ENTER updates the model with the selected value and closes picker DOWN opens the picker and selects the current date and time <<< FAILURE! * Expected false to be true. * Expected '08.01.2023' to be '07.01.2023'. * Expected false to be true. selects the current date if picker is open and no date is selected removes the error status if the date was invalid before opening the picker increases day by one increases month by one if shift is used as modifier increases year by one if ctrl is used as modifier increases minutes to the next 30 if pressed in time field 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 date picker touch popup is opened if datefield is touched is closed when date in picker is selected unregisters clone after close updates displayText and value of datefield if date in picker is selected updates displayText and value of datefield if date in picker is entered updates displayText and value 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 value of datefield if date in picker was removed shows datefield with same date as clicked datefield, even if value was deleted before does not remove time if date was cleared but another date selected time picker touch popup is opened if datefield is touched is closed when time in picker is selected updates displayText and value of datefield if date in picker is selected updates displayText and value of datefield if date in picker is entered does not remove date if time was cleared but another time selected hasDate renders date field if set to true renders before time field even if set later does not loose date if hasDate is toggled sets enabled property correctly if hasDate is toggled hasTime renders time field if set to true renders after date field even if set later does not loose time if hasTime is toggled sets enabled property correctly if hasTime is toggled 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 focus focus first focusable field in groupBox default values gridDataHints enabled is not propagated to children by default but maybe propagated to children if required logical grid is validated automatically by the logical grid layout will get dirty if a field gets invisible may be specified using the object type uses widthInPixel and heightInPixel as dialog width and height if set on main box scrollable null by default is set to true if it is a mainbox is not set to true if it is a mainbox but explicitly set to false 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 NumberFieldAdapter parse prevents setting the error status prevents clearing the error status supports the calculator NumberField setValue sets the value and formats it using decimalFormat if the value is valid tries to convert the value into a number does not set the value if it is invalid sets the error status and display text if the value is invalid uses another invalidation message than the value field acceptInput updates the display text after calculation even if the value was not changed setDecimalFormat sets the decimal format if the parameter is a string, it is assumed it is the pattern updates the value and the display text if the format changes updates the value and the display text if the multiplier changes calculates 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 selectButton selects the new button and unselects the old one makes only the new button tabbable does not remove the tabindex if the button is deselected focuses the new button if the old button had the focus RadioButton keyStroke selects the button does not focus the button 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 ProposalField2 proposal field defaults setValue setLookupRow should set value too lookupOnAcceptByText when lookupOnAcceptByText=true the value is not deleted when aboutToBlurByMouseDown is called should set error status when result has an exception SmartField2Multiline display text show first line as INPUT value, additional lines in separate DIV reset multiline-lines DIV on error SmartField2 general behavior defaults setLookupRow init LookupCall when configured as string when setValue is called, load and set the correct lookup row load proposals for the current displayText clear clears the value clears the value, also in touch mode does not close the popup but does a browse all touch popup marks field as clearable even if the field is not focused stays open if active / inactive radio buttons are clicked stays open even if there are no results (with active filter) acceptInput should not be triggered, when search text is (still) empty or equals to the text of the lookup row should not be triggered, when search text is (still) empty or equals to the text of the lookup row (lookupRow.text is null) should (not) reset selected lookup row use lookup row reset when popup is closed reset when user was typing or search-text has changed reset when lookup result is out-dated must add CSS class from selected lookup-row to field lookup should increase lookupSeqNo when a lookup is executed should set error status when result has an exception _executeLookup should always remove lookup-status (but not the error-status) lookupByKey should set first lookup-row from result as this.lookupRow touch / embed must clone properties required for embedded field _copyValuesFromField aboutToBlurByMouseDown should not perform lookup for search by text maxBrowseRowCount default - don't limit lookup rows limit lookup rows StringFieldAdapter onModelPropertyChange insertText may be called multiple times with the same text StringField inputMasked sets the field into password mode, if true unsets the password mode, if false 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) setValue sets the value and display text if the value is valid tries to convert the value into a string sets the value to null if given value is empty sets value to null if given value only consists of whitespaces and trim is true does not set value to null if given value only consists of whitespaces and trim is false TabBoxAdapter onModelPropertyChange selectedTab selects the tab but does not send a selectTab event 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 IFrame setLocation sets the location of the iframe sets the location to about:blank if location is empty scout.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 size returns getBoundingClientRect() of JQuery comp setSize accepts scout.Dimension as single argument calls invalidate on layout when size has changed insets reads padding, margin and border correctly 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 bounds returns rectangle with position from JQuery.position() returns rectangle with size from JQuery.outerWidth/Height returns rectangle with size from JQuery.outerWidth/Height() including margin if includeMargin is true Point equals Dimension accepts two numbers as width and height arguments accepts a single scout.Dimension argument equals Rectangle equals intersects Insets equals LookupRow constructor sets defaults when created with a plain object uses values from plain object instead of defaults, when set 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 updateSeparatorVisibility makes leading separators invisible makes trailing separators invisible makes duplicate separators invisible makes all separators invisible if there are no other visible menus reverts to old state if sibling menus get visible considers all rules 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 Popup withGlassPane shows a glass pane if set to true does not show a glass pane if set to false 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 correct DOM order 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 _sendFilter should not coalesce remove and 'add' events _postCreateWidget should send a filter event, if a filter exists on table after widget is created. TableFilter 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 filter 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 sort mode sorts alphabetically sorts by amount 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 sort without sortingRequested event when client side sorting is possible sends sort event with sortingRequested if 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 correct DOM order for newly inserted rows initColumns sets the column indices if not already set does not set the column indices if already set 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 considers html enabled property of table header cells headerVisible hides/shows the table header View range markers Must not throw an error when called in detached state 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 TableUpdateBuffer buffers updateRow calls and processes them when all promises resolve prevents rendering viewport while buffering processes immediately when a resolved promise is added 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 autoOptimizeWidth will resize the column to fit its content after layouting also works if there is no header considers images autoOptimizeWidthRequired will be set to true if a row is updated and the content changed will be set to true if a row is inserted will be set to true if a row is deleted will be set to true if all rows are deleted will be set to true if autoOptimizeWidth is set dynamically 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 format updates the value and the display text if the multiplier changes 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 updates aggregation if a row is inserted updates aggregation if a row is updated updates aggregation if a row is deleted 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 selected state is false if control is not enabled initially is set to false if control will be disabled 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 constructor uses the pattern from the options if the options parameter is a string, it assumes it is the pattern format considers decimal separators considers grouping separators is lenient with 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 shows nodes correctly if nodes are made hidden right before 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 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 pushIfDefined pushes element only if it is defined 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 isNumber returns true if the value is a number returns false if the value is not a number returns false if the value is NaN scout.objects copyProperties copies all properties copies the properties from prototype as well copies only the properties specified by the filter, if there is one copyOwnProperties copies all properties does not copy the properties from prototype copies only the properties specified by the filter, if there is one 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 isPlainObject works as expected argumentsToArray returns an array 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 should throw an error when called with more than one parameter countCodePoints returns the number of codepoints in a string splitMax returns not more than limit elements scout.styles can calculate and apply legacy styles 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 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 triggers a property change event if the value changes does not trigger a property change event if the value does not change 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 focus sets the focus on the container schedules the focus request if the widget is not rendered Widget properties automatically resolves referenced widgets Results: 1572 specs, 1 failures, 0 pending [INFO] stopped o.e.j.s.h.ContextHandler{/webjars,file:/home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/} [INFO] stopped o.e.j.s.h.ContextHandler{/classpath,file:/home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/} [INFO] stopped o.e.j.s.h.ContextHandler{/,file:/home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/} [INFO] stopped o.e.j.s.h.ContextHandler{/ext,file:/home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/} [INFO] stopped o.e.j.s.h.ContextHandler{/ext,file:/home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/} [INFO] stopped o.e.j.s.h.ContextHandler{/spec,file:/home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/} [INFO] stopped o.e.j.s.h.ContextHandler{/src,file:/home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/} [INFO] [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.ui.html.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.ui.html.test/target/org.eclipse.scout.rt.ui.html.test-7.0.300-SNAPSHOT.jar [INFO] [INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.ui.html.test --- [INFO] Skipping because packaging 'jar' is not pom. [INFO] [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.ui.html.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.ui.html.test/target/org.eclipse.scout.rt.ui.html.test-7.0.300-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.ui.html.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.ui.html.test/target/org.eclipse.scout.rt.ui.html.test-7.0.300-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.ui.html.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.ui.html.test/target/org.eclipse.scout.rt.ui.html.test-7.0.300-SNAPSHOT-test-sources.jar [INFO] [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.ui.html.test --- [INFO] Checking compile classpath [INFO] Checking runtime classpath [INFO] Checking test classpath [INFO] [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.ui.html.test --- [INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0 [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.ui.html.test --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.ui.html.test/target/org.eclipse.scout.rt.ui.html.test-7.0.300-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.ui.html.test-7.0.300-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.ui.html.test/pom.xml to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.ui.html.test-7.0.300-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.ui.html.test/target/org.eclipse.scout.rt.ui.html.test-7.0.300-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.ui.html.test-7.0.300-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.ui.html.test/target/org.eclipse.scout.rt.ui.html.test-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.ui.html.test-7.0.300-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.ui.html.test/target/org.eclipse.scout.rt.ui.html.test-7.0.300-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.ui.html.test-7.0.300-SNAPSHOT-test-sources.jar [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 7.0.300-SNAPSHOT [37/40] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.svg.ui.html --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.svg.ui.html --- [INFO] [INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.rt.svg.ui.html --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.rt.svg.ui.html --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.svg.ui.html/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- build-helper-maven-plugin:1.12: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.6.1:compile (default-compile) @ org.eclipse.scout.rt.svg.ui.html --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.svg.ui.html/target/classes [INFO] [INFO] --- jandex-maven-plugin:1.0.5:jandex (make-index) @ org.eclipse.scout.rt.svg.ui.html --- [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.svg.ui.html --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.svg.ui.html/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.rt.svg.ui.html --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.rt.svg.ui.html --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.svg.ui.html --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.svg.ui.html/target/org.eclipse.scout.rt.svg.ui.html-7.0.300-SNAPSHOT.jar [INFO] [INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.svg.ui.html --- [INFO] Skipping because packaging 'jar' is not pom. [INFO] [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.svg.ui.html --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.svg.ui.html --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.svg.ui.html/target/org.eclipse.scout.rt.svg.ui.html-7.0.300-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.svg.ui.html --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.svg.ui.html --- [INFO] Checking compile classpath [INFO] Checking runtime classpath [INFO] Checking test classpath [INFO] [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.svg.ui.html --- [INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0 [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.svg.ui.html --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.svg.ui.html/target/org.eclipse.scout.rt.svg.ui.html-7.0.300-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.svg.ui.html/7.0.300-SNAPSHOT/org.eclipse.scout.rt.svg.ui.html-7.0.300-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.svg.ui.html/pom.xml to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.svg.ui.html/7.0.300-SNAPSHOT/org.eclipse.scout.rt.svg.ui.html-7.0.300-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.svg.ui.html/target/org.eclipse.scout.rt.svg.ui.html-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.svg.ui.html/7.0.300-SNAPSHOT/org.eclipse.scout.rt.svg.ui.html-7.0.300-SNAPSHOT-sources.jar [INFO] [INFO] ----------< org.eclipse.scout.rt:org.eclipse.scout.jaxws.apt >---------- [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.jaxws.apt 7.0.300-SNAPSHOT [38/40] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.jaxws.apt --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.jaxws.apt --- [INFO] [INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.jaxws.apt --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.jaxws.apt --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.jaxws.apt/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.jaxws.apt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.jaxws.apt --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.jaxws.apt/target/classes [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.jaxws.apt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.jaxws.apt/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.jaxws.apt --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.jaxws.apt --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.jaxws.apt --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.jaxws.apt/target/org.eclipse.scout.jaxws.apt-7.0.300-SNAPSHOT.jar [INFO] [INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.jaxws.apt --- [INFO] Skipping because packaging 'jar' is not pom. [INFO] [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.jaxws.apt --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.jaxws.apt --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.jaxws.apt/target/org.eclipse.scout.jaxws.apt-7.0.300-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.jaxws.apt --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.jaxws.apt --- [INFO] Checking compile classpath [INFO] Checking runtime classpath [INFO] Checking test classpath [INFO] [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.jaxws.apt --- [INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0 [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.jaxws.apt --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.jaxws.apt/target/org.eclipse.scout.jaxws.apt-7.0.300-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.jaxws.apt/7.0.300-SNAPSHOT/org.eclipse.scout.jaxws.apt-7.0.300-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.jaxws.apt/pom.xml to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.jaxws.apt/7.0.300-SNAPSHOT/org.eclipse.scout.jaxws.apt-7.0.300-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.jaxws.apt/target/org.eclipse.scout.jaxws.apt-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.jaxws.apt/7.0.300-SNAPSHOT/org.eclipse.scout.jaxws.apt-7.0.300-SNAPSHOT-sources.jar [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 7.0.300-SNAPSHOT [39/40] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.server.jdbc.test --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.server.jdbc.test --- [INFO] [INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.rt.server.jdbc.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.rt.server.jdbc.test --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.jdbc.test/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.server.jdbc.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.jdbc.test/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1: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.6.1: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/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.jdbc.test/target/test-classes [INFO] [INFO] --- jandex-maven-plugin:1.0.5:jandex (make-index) @ org.eclipse.scout.rt.server.jdbc.test --- [INFO] [SKIP] Cannot process fileset in directory: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.jdbc.test/target/classes. Directory does not exist! [INFO] [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.rt.server.jdbc.test --- ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.eclipse.scout.rt.server.jdbc.style.AbstractSqlStyleTest Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.897 sec - in org.eclipse.scout.rt.server.jdbc.style.AbstractSqlStyleTest Running org.eclipse.scout.rt.server.jdbc.parsers.sql.SqlFormatterTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.216 sec - in org.eclipse.scout.rt.server.jdbc.parsers.sql.SqlFormatterTest Running org.eclipse.scout.rt.server.jdbc.parsers.SqlFunctionReplaceTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.server.jdbc.parsers.SqlFunctionReplaceTest Running org.eclipse.scout.rt.server.jdbc.parsers.BindParserTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.server.jdbc.parsers.BindParserTest Running org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessorTest 2023-01-07 23:57:00,389 INFO [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateHeadless(PlatformImplementor.java:172) - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[] 2023-01-07 23:57:00,446 INFO [Thread-1] org.eclipse.scout.rt.platform.inventory.ClassInventory.(ClassInventory.java:38) - Building jandex class inventory using rebuild strategy IF_MISSING... - MDC[] 2023-01-07 23:57:00,592 INFO [Thread-1] org.eclipse.scout.rt.platform.inventory.ClassInventory.(ClassInventory.java:44) - Finished building jandex class inventory in 187.251602 ms. Total class count: 1549 - MDC[] 2023-01-07 23:57:01,042 INFO [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:215) - Collected 259 beans in 447.594594 ms - MDC[] 2023-01-07 23:57:01,078 INFO [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:220) - Registered 259 beans in 35.752307 ms - MDC[] 2023-01-07 23:57:01,091 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[] 2023-01-07 23:57:01,096 INFO [Thread-1] org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrator.stateChanged(CodeTypeRegistrator.java:32) - 0 code type classes registered. - MDC[] 2023-01-07 23:57:01,098 INFO [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateConfiguration(PlatformImplementor.java:184) - No config.properties found. Running with empty configuration. - MDC[] 2023-01-07 23:57:01,105 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[] 2023-01-07 23:57:01,304 INFO [main] org.eclipse.scout.rt.server.AbstractServerSession.start(AbstractServerSession.java:203) - Server session started [session=org.eclipse.scout.rt.server.TestJdbcServerSession@3a589eed[id = 44a32bec-21df-4ce5-bc5c-d333bd025e49], user=default] - MDC[] 2023-01-07 23:57:01,394 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[] 2023-01-07 23:57:01,402 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[] 2023-01-07 23:57:01,405 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[] 2023-01-07 23:57:01,409 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[] 2023-01-07 23:57:01,410 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[] 2023-01-07 23:57:01,411 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[] 2023-01-07 23:57:01,412 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[] 2023-01-07 23:57:01,413 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[] 2023-01-07 23:57:01,438 INFO [main] org.eclipse.scout.rt.server.jdbc.AbstractSqlService.logServiceConfig(AbstractSqlService.java:186) - JDBC Mapping: jdbc:oracle:thin:@localhost:1521:ORCL - MDC[] 2023-01-07 23:57:01,438 INFO [main] org.eclipse.scout.rt.server.jdbc.AbstractSqlService.logServiceConfig(AbstractSqlService.java:187) - Schema: null - MDC[] 2023-01-07 23:57:01,440 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[] 2023-01-07 23:57:01,454 INFO [main] org.eclipse.scout.rt.server.jdbc.AbstractSqlService.logServiceConfig(AbstractSqlService.java:186) - JDBC Mapping: jdbc:oracle:thin:@localhost:1521:ORCL - MDC[] 2023-01-07 23:57:01,454 INFO [main] org.eclipse.scout.rt.server.jdbc.AbstractSqlService.logServiceConfig(AbstractSqlService.java:187) - Schema: null - MDC[] 2023-01-07 23:57:01,457 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[] 2023-01-07 23:57:01,459 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[] 2023-01-07 23:57:01,462 INFO [main] org.eclipse.scout.rt.server.jdbc.AbstractSqlService.logServiceConfig(AbstractSqlService.java:186) - JDBC Mapping: jdbc:oracle:thin:@localhost:1521:ORCL - MDC[] 2023-01-07 23:57:01,463 INFO [main] org.eclipse.scout.rt.server.jdbc.AbstractSqlService.logServiceConfig(AbstractSqlService.java:187) - Schema: null - MDC[] 2023-01-07 23:57:01,464 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[] 2023-01-07 23:57:01,468 INFO [main] org.eclipse.scout.rt.server.jdbc.AbstractSqlService.logServiceConfig(AbstractSqlService.java:186) - JDBC Mapping: jdbc:oracle:thin:@localhost:1521:ORCL - MDC[] 2023-01-07 23:57:01,468 INFO [main] org.eclipse.scout.rt.server.jdbc.AbstractSqlService.logServiceConfig(AbstractSqlService.java:187) - Schema: null - MDC[] 2023-01-07 23:57:01,469 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: 1.298 sec - in org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessorTest Running org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessorFindNextBindTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessorFindNextBindTest Running org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessorCreateSqlDumpTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.114 sec - in org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessorCreateSqlDumpTest Running org.eclipse.scout.rt.server.jdbc.builder.FormDataStatementBuilderWithComposerTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 sec - in org.eclipse.scout.rt.server.jdbc.builder.FormDataStatementBuilderWithComposerTest Running org.eclipse.scout.rt.server.jdbc.builder.FormDataStatementBuilderTest Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec - in org.eclipse.scout.rt.server.jdbc.builder.FormDataStatementBuilderTest Running org.eclipse.scout.rt.server.jdbc.builder.EntityContributionUtilityTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.server.jdbc.builder.EntityContributionUtilityTest Running org.eclipse.scout.rt.server.jdbc.SelectIntoTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.eclipse.scout.rt.server.jdbc.SelectIntoTest Running org.eclipse.scout.rt.server.jdbc.SelectIntoArrayTest 2023-01-07 23:57:01,753 INFO [main] org.eclipse.scout.rt.server.jdbc.AbstractSqlService.logServiceConfig(AbstractSqlService.java:186) - JDBC Mapping: jdbc:oracle:thin:@localhost:1521:ORCL - MDC[] 2023-01-07 23:57:01,754 INFO [main] org.eclipse.scout.rt.server.jdbc.AbstractSqlService.logServiceConfig(AbstractSqlService.java:187) - Schema: null - MDC[] 2023-01-07 23:57:01,759 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[] 2023-01-07 23:57:01,759 INFO [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:71) - sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[] 2023-01-07 23:57:01,774 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[] 2023-01-07 23:57:01,875 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[] 2023-01-07 23:57:01,877 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[] 2023-01-07 23:57:01,889 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[] 2023-01-07 23:57:01,889 INFO [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:71) - sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[] 2023-01-07 23:57:01,890 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[] 2023-01-07 23:57:01,897 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[] 2023-01-07 23:57:01,897 INFO [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:71) - sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[] 2023-01-07 23:57:01,898 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[] 2023-01-07 23:57:01,901 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[] 2023-01-07 23:57:01,901 INFO [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:71) - sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[] 2023-01-07 23:57:01,902 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[] 2023-01-07 23:57:01,904 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[] 2023-01-07 23:57:01,904 INFO [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:71) - sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[] 2023-01-07 23:57:01,905 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[] 2023-01-07 23:57:01,911 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[] 2023-01-07 23:57:01,911 INFO [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:71) - sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[] 2023-01-07 23:57:01,912 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[] 2023-01-07 23:57:01,916 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[] 2023-01-07 23:57:01,916 INFO [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:71) - sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[] 2023-01-07 23:57:01,917 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[] 2023-01-07 23:57:01,938 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[] 2023-01-07 23:57:01,938 INFO [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:71) - sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[] 2023-01-07 23:57:01,939 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[] 2023-01-07 23:57:01,945 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[] 2023-01-07 23:57:01,945 INFO [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:71) - sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[] 2023-01-07 23:57:01,946 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[] 2023-01-07 23:57:01,951 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[] 2023-01-07 23:57:01,955 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[] 2023-01-07 23:57:01,955 INFO [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:71) - sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[] 2023-01-07 23:57:01,956 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.21 sec - in org.eclipse.scout.rt.server.jdbc.SelectIntoArrayTest Running org.eclipse.scout.rt.server.jdbc.SelectInputBindTest 2023-01-07 23:57:01,968 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[] 2023-01-07 23:57:01,968 INFO [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:71) - sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[] 2023-01-07 23:57:01,970 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[] 2023-01-07 23:57:01,971 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[] 2023-01-07 23:57:01,974 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[] 2023-01-07 23:57:01,974 INFO [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:71) - sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[] 2023-01-07 23:57:01,975 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[] 2023-01-07 23:57:01,976 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[] 2023-01-07 23:57:01,981 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[] 2023-01-07 23:57:01,981 INFO [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:71) - sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[] 2023-01-07 23:57:01,983 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[] 2023-01-07 23:57:01,984 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[] 2023-01-07 23:57:01,988 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[] 2023-01-07 23:57:01,988 INFO [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:71) - sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[] 2023-01-07 23:57:01,989 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[] 2023-01-07 23:57:01,991 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[] 2023-01-07 23:57:01,994 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[] 2023-01-07 23:57:01,994 INFO [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:71) - sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[] 2023-01-07 23:57:01,996 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[] 2023-01-07 23:57:01,997 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[] 2023-01-07 23:57:02,035 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[] 2023-01-07 23:57:02,036 INFO [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:71) - sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[] 2023-01-07 23:57:02,037 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[] 2023-01-07 23:57:02,038 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[] 2023-01-07 23:57:02,045 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[] 2023-01-07 23:57:02,046 INFO [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:71) - sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[] 2023-01-07 23:57:02,048 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[] 2023-01-07 23:57:02,049 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[] 2023-01-07 23:57:02,057 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[] 2023-01-07 23:57:02,057 INFO [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:71) - sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[] 2023-01-07 23:57:02,061 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[] 2023-01-07 23:57:02,062 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[] 2023-01-07 23:57:02,067 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[] 2023-01-07 23:57:02,067 INFO [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:71) - sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[] 2023-01-07 23:57:02,068 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[] 2023-01-07 23:57:02,069 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[] 2023-01-07 23:57:02,073 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[] 2023-01-07 23:57:02,073 INFO [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:71) - sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[] 2023-01-07 23:57:02,074 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[] 2023-01-07 23:57:02,075 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[] 2023-01-07 23:57:02,077 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[] 2023-01-07 23:57:02,078 INFO [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:71) - sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[] 2023-01-07 23:57:02,079 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[] 2023-01-07 23:57:02,080 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[] 2023-01-07 23:57:02,083 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[] 2023-01-07 23:57:02,084 INFO [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:71) - sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[] 2023-01-07 23:57:02,086 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[] 2023-01-07 23:57:02,087 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[] 2023-01-07 23:57:02,100 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[] 2023-01-07 23:57:02,100 INFO [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:71) - sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[] 2023-01-07 23:57:02,102 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[] 2023-01-07 23:57:02,103 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[] 2023-01-07 23:57:02,140 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[] 2023-01-07 23:57:02,141 INFO [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:71) - sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[] 2023-01-07 23:57:02,142 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[] 2023-01-07 23:57:02,144 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[] 2023-01-07 23:57:02,151 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[] 2023-01-07 23:57:02,152 INFO [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:71) - sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[] 2023-01-07 23:57:02,155 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[] 2023-01-07 23:57:02,157 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.198 sec - in org.eclipse.scout.rt.server.jdbc.SelectInputBindTest Running org.eclipse.scout.rt.server.jdbc.BindValueTest 2023-01-07 23:57:02,161 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[] 2023-01-07 23:57:02,164 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[] 2023-01-07 23:57:02,167 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.011 sec - in org.eclipse.scout.rt.server.jdbc.BindValueTest 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/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.jdbc.test/target/org.eclipse.scout.rt.server.jdbc.test-7.0.300-SNAPSHOT.jar [INFO] [INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.server.jdbc.test --- [INFO] Skipping because packaging 'jar' is not pom. [INFO] [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.server.jdbc.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.jdbc.test/target/org.eclipse.scout.rt.server.jdbc.test-7.0.300-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.server.jdbc.test --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.server.jdbc.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.jdbc.test/target/org.eclipse.scout.rt.server.jdbc.test-7.0.300-SNAPSHOT-test-sources.jar [INFO] [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.server.jdbc.test --- [INFO] Checking compile classpath [INFO] Checking runtime classpath [INFO] Checking test classpath [INFO] [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.server.jdbc.test --- [INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0 [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.server.jdbc.test --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.jdbc.test/target/org.eclipse.scout.rt.server.jdbc.test-7.0.300-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jdbc.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.server.jdbc.test-7.0.300-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.jdbc.test/pom.xml to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jdbc.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.server.jdbc.test-7.0.300-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.jdbc.test/target/org.eclipse.scout.rt.server.jdbc.test-7.0.300-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jdbc.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.server.jdbc.test-7.0.300-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.jdbc.test/target/org.eclipse.scout.rt.server.jdbc.test-7.0.300-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jdbc.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.server.jdbc.test-7.0.300-SNAPSHOT-test-sources.jar [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 7.0.300-SNAPSHOT [40/40] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.server.jaxws.test --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.server.jaxws.test --- [INFO] [INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.rt.server.jaxws.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.rt.server.jaxws.test --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.jaxws.test/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- jaxws-maven-plugin:2.4.1:wsimport (wsimport-1) @ org.eclipse.scout.rt.server.jaxws.test --- [INFO] Processing: file:/home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.jaxws.test/src/main/resources/WEB-INF/wsdl/JaxWsConsumerTestService.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.jaxws.test/target/generated-sources/wsimport', -d, '/home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.jaxws.test/target/generated-sources/wsimport', -verbose, -encoding, UTF-8, -Xnocompile, -wsdllocation, WEB-INF/wsdl/JaxWsConsumerTestService.wsdl, -Xdebug, -XdisableSSLHostnameVerification, -XdisableAuthenticator, -b, '/home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.jaxws.test/src/main/resources/WEB-INF/binding/global-binding.xml', "file:/home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.jaxws.test/src/main/resources/WEB-INF/wsdl/JaxWsConsumerTestService.wsdl"] parsing WSDL... Generating code... org/eclipse/scout/jaxws/consumer/jaxwsconsumertestservice/EchoRequest.java org/eclipse/scout/jaxws/consumer/jaxwsconsumertestservice/EchoResponse.java org/eclipse/scout/jaxws/consumer/jaxwsconsumertestservice/GetHeaderRequest.java org/eclipse/scout/jaxws/consumer/jaxwsconsumertestservice/GetHeaderResponse.java org/eclipse/scout/jaxws/consumer/jaxwsconsumertestservice/JaxWsConsumerTestService.java org/eclipse/scout/jaxws/consumer/jaxwsconsumertestservice/JaxWsConsumerTestServicePortType.java org/eclipse/scout/jaxws/consumer/jaxwsconsumertestservice/ObjectFactory.java org/eclipse/scout/jaxws/consumer/jaxwsconsumertestservice/SetHeaderRequest.java org/eclipse/scout/jaxws/consumer/jaxwsconsumertestservice/SetHeaderResponse.java org/eclipse/scout/jaxws/consumer/jaxwsconsumertestservice/SleepRequest.java org/eclipse/scout/jaxws/consumer/jaxwsconsumertestservice/SleepResponse.java org/eclipse/scout/jaxws/consumer/jaxwsconsumertestservice/package-info.java [INFO] [INFO] --- jaxws-maven-plugin:2.4.1:wsimport (wsimport-2) @ org.eclipse.scout.rt.server.jaxws.test --- [INFO] Processing: file:/home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.jaxws.test/src/main/resources/WEB-INF/wsdl/JaxWsPingTestService.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.jaxws.test/target/generated-sources/wsimport', -d, '/home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.jaxws.test/target/generated-sources/wsimport', -verbose, -encoding, UTF-8, -Xnocompile, -wsdllocation, WEB-INF/wsdl/JaxWsPingTestService.wsdl, -Xdebug, -XdisableSSLHostnameVerification, -XdisableAuthenticator, -b, '/home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.jaxws.test/src/main/resources/WEB-INF/binding/global-binding.xml', "file:/home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.jaxws.test/src/main/resources/WEB-INF/wsdl/JaxWsPingTestService.wsdl"] parsing WSDL... Generating code... org/eclipse/scout/jaxws/consumer/jaxwspingtestservice/JaxWsPingTestService.java org/eclipse/scout/jaxws/consumer/jaxwspingtestservice/JaxWsPingTestServicePortType.java org/eclipse/scout/jaxws/consumer/jaxwspingtestservice/ObjectFactory.java org/eclipse/scout/jaxws/consumer/jaxwspingtestservice/PingRequest.java org/eclipse/scout/jaxws/consumer/jaxwspingtestservice/PingResponse.java org/eclipse/scout/jaxws/consumer/jaxwspingtestservice/package-info.java [INFO] [INFO] --- build-helper-maven-plugin:1.12:add-source (add-wsimport-source) @ org.eclipse.scout.rt.server.jaxws.test --- [INFO] Source directory: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.jaxws.test/target/generated-sources/wsimport added. [INFO] [INFO] --- build-helper-maven-plugin:1.12:add-source (add-apt-source) @ org.eclipse.scout.rt.server.jaxws.test --- [INFO] Source directory: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.jaxws.test/target/generated-sources/annotations added. [INFO] [INFO] --- maven-resources-plugin:2.7:copy-resources (copy-wsimport-artifacts) @ org.eclipse.scout.rt.server.jaxws.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 0 resource [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.server.jaxws.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 3 resources [INFO] [INFO] --- maven-resources-plugin:2.7:copy-resources (copy-jaxws-artifacts-to-meta-inf) @ org.eclipse.scout.rt.server.jaxws.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.rt.server.jaxws.test --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 25 source files to /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.jaxws.test/target/classes [INFO] Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor] [INFO] Annotation processing: Skipped entry point generation for endpoint interface 'org.eclipse.scout.jaxws.consumer.jaxwsconsumertestservice.JaxWsConsumerTestServicePortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor] [INFO] Annotation processing: Skipped entry point generation for endpoint interface 'org.eclipse.scout.jaxws.consumer.jaxwspingtestservice.JaxWsPingTestServicePortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor] [INFO] Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor] [INFO] [INFO] --- maven-resources-plugin:2.7:copy-resources (copy-apt-artifacts) @ org.eclipse.scout.rt.server.jaxws.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 0 resource [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.server.jaxws.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1: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/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.jaxws.test/target/test-classes [INFO] [INFO] --- jandex-maven-plugin:1.0.5:jandex (make-index) @ org.eclipse.scout.rt.server.jaxws.test --- [INFO] [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.rt.server.jaxws.test --- ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.eclipse.scout.rt.server.jaxws.handler.WsProviderCorrelationIdHandlerTest 2023-01-07 23:57:10,900 INFO [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateHeadless(PlatformImplementor.java:172) - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[] 2023-01-07 23:57:10,943 INFO [Thread-1] org.eclipse.scout.rt.platform.inventory.ClassInventory.(ClassInventory.java:38) - Building jandex class inventory using rebuild strategy IF_MISSING... - MDC[] 2023-01-07 23:57:11,047 INFO [Thread-1] org.eclipse.scout.rt.platform.inventory.ClassInventory.(ClassInventory.java:44) - Finished building jandex class inventory in 132.404245 ms. Total class count: 1479 - MDC[] 2023-01-07 23:57:11,456 INFO [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:215) - Collected 265 beans in 407.167663 ms - MDC[] 2023-01-07 23:57:11,499 INFO [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:220) - Registered 265 beans in 43.415610 ms - MDC[] 2023-01-07 23:57:11,511 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[] 2023-01-07 23:57:11,516 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[] 2023-01-07 23:57:11,519 INFO [Thread-1] org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrator.stateChanged(CodeTypeRegistrator.java:32) - 0 code type classes registered. - MDC[] 2023-01-07 23:57:11,521 INFO [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateConfiguration(PlatformImplementor.java:184) - No config.properties found. Running with empty configuration. - MDC[] 2023-01-07 23:57:11,578 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[] 2023-01-07 23:57:11,583 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: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.316 sec - in org.eclipse.scout.rt.server.jaxws.handler.WsProviderCorrelationIdHandlerTest Running org.eclipse.scout.rt.server.jaxws.handler.WsConsumerCorrelationIdHandlerTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.eclipse.scout.rt.server.jaxws.handler.WsConsumerCorrelationIdHandlerTest Running org.eclipse.scout.rt.server.jaxws.consumer.PortCacheTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 sec - in org.eclipse.scout.rt.server.jaxws.consumer.PortCacheTest Running org.eclipse.scout.rt.server.jaxws.consumer.JaxWsRiClientTest 2023-01-07 23:57:12,793 INFO [main] org.eclipse.scout.rt.server.AbstractServerSession.start(AbstractServerSession.java:203) - Server session started [session=org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServerSession@1d6f77d7[id = 1576322e-421f-42de-a8a8-ceb8bb6cac2a], user=default] - MDC[] 2023-01-07 23:57:13,298 INFO [main] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsTestProviderInstaller.install(JaxWsTestProviderInstaller.java:47) - Published JaxWsConsumerTestServiceProvider on endpoint http://localhost:45329/WS/JaxWsConsumerTestService - MDC[] 2023-01-07 23:57:13,316 INFO [main] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsTestProviderInstaller.install(JaxWsTestProviderInstaller.java:49) - Published JaxWsPingTestServiceProvider on endpoint http://localhost:45329/WS/JaxWsPingTestService - MDC[] 2023-01-07 23:57:13,439 INFO [pool-1-thread-1] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider.echo(JaxWsConsumerTestServiceProvider.java:60) - echo 'Test Message' - MDC[] 2023-01-07 23:57:13,464 INFO [pool-1-thread-1] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider.echo(JaxWsConsumerTestServiceProvider.java:60) - echo 'test message' - MDC[] 2023-01-07 23:57:13,974 INFO [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider.echo(JaxWsConsumerTestServiceProvider.java:60) - echo 'test message' - MDC[] 2023-01-07 23:57:13,984 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[] 2023-01-07 23:57:13,990 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[] 2023-01-07 23:57:13,997 INFO [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider.echo(JaxWsConsumerTestServiceProvider.java:60) - echo 'test message' - MDC[] 2023-01-07 23:57:14,045 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[] 2023-01-07 23:57:14,050 INFO [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider.echo(JaxWsConsumerTestServiceProvider.java:60) - echo 'test message' - MDC[] 2023-01-07 23:57:14,058 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[] 2023-01-07 23:57:14,102 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[] 2023-01-07 23:57:14,106 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[] 2023-01-07 23:57:14,111 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[] 2023-01-07 23:57:14,158 INFO [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider.echo(JaxWsConsumerTestServiceProvider.java:60) - echo 'Test Message 0' - MDC[] 2023-01-07 23:57:14,162 INFO [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider.echo(JaxWsConsumerTestServiceProvider.java:60) - echo 'Test Message 1' - MDC[] 2023-01-07 23:57:14,167 INFO [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider.echo(JaxWsConsumerTestServiceProvider.java:60) - echo 'Test Message 2' - MDC[] 2023-01-07 23:57:14,211 INFO [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider.echo(JaxWsConsumerTestServiceProvider.java:60) - echo 'Test Message 3' - MDC[] 2023-01-07 23:57:14,215 INFO [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider.echo(JaxWsConsumerTestServiceProvider.java:60) - echo 'Test Message 4' - MDC[] 2023-01-07 23:57:14,219 INFO [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider.echo(JaxWsConsumerTestServiceProvider.java:60) - echo 'Test Message 5' - MDC[] 2023-01-07 23:57:14,264 INFO [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider.echo(JaxWsConsumerTestServiceProvider.java:60) - echo 'Test Message 6' - MDC[] 2023-01-07 23:57:14,267 INFO [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider.echo(JaxWsConsumerTestServiceProvider.java:60) - echo 'Test Message 7' - MDC[] 2023-01-07 23:57:14,270 INFO [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider.echo(JaxWsConsumerTestServiceProvider.java:60) - echo 'Test Message 8' - MDC[] 2023-01-07 23:57:14,313 INFO [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider.echo(JaxWsConsumerTestServiceProvider.java:60) - echo 'Test Message 9' - MDC[] 2023-01-07 23:57:14,320 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[] 2023-01-07 23:57:14,342 INFO [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider.echo(JaxWsConsumerTestServiceProvider.java:60) - echo 'Test Message 0' - MDC[] 2023-01-07 23:57:14,388 INFO [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider.echo(JaxWsConsumerTestServiceProvider.java:60) - echo 'Test Message 0' - MDC[] 2023-01-07 23:57:14,395 INFO [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider.echo(JaxWsConsumerTestServiceProvider.java:60) - echo 'Test Message 0' - MDC[] 2023-01-07 23:57:14,411 INFO [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsPingTestServiceProvider.ping(JaxWsPingTestServiceProvider.java:30) - echo 'ping' - MDC[] 2023-01-07 23:57:14,458 INFO [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider.echo(JaxWsConsumerTestServiceProvider.java:60) - echo 'Test Message 0' - MDC[] 2023-01-07 23:57:14,463 INFO [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider.echo(JaxWsConsumerTestServiceProvider.java:60) - echo 'Test Message 1' - MDC[] 2023-01-07 23:57:15,016 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[] 2023-01-07 23:57:15,534 INFO [pool-1-thread-3] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider.echo(JaxWsConsumerTestServiceProvider.java:60) - echo 'test message' - MDC[] 2023-01-07 23:57:15,544 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[] 2023-01-07 23:57:15,551 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[] 2023-01-07 23:57:15,633 INFO [pool-1-thread-4] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider.echo(JaxWsConsumerTestServiceProvider.java:60) - echo 'Test Message 0' - MDC[] 2023-01-07 23:57:15,639 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[] 2023-01-07 23:57:16,147 INFO [pool-1-thread-5] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider.echo(JaxWsConsumerTestServiceProvider.java:60) - echo 'test message' - MDC[] 2023-01-07 23:57:16,156 INFO [pool-1-thread-5] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider.echo(JaxWsConsumerTestServiceProvider.java:60) - echo 'Test Message 0' - MDC[] 2023-01-07 23:57:16,168 INFO [pool-1-thread-5] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider.echo(JaxWsConsumerTestServiceProvider.java:60) - echo 'Test Message 0' - MDC[] 2023-01-07 23:57:16,174 INFO [pool-1-thread-5] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider.echo(JaxWsConsumerTestServiceProvider.java:60) - echo 'Test Message 1' - MDC[] 2023-01-07 23:57:16,174 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.473 sec - in org.eclipse.scout.rt.server.jaxws.consumer.JaxWsRiClientTest Running org.eclipse.scout.rt.server.jaxws.consumer.InvocationContextTest 2023-01-07 23:57:17,229 INFO [main] org.eclipse.scout.rt.server.AbstractServerSession.start(AbstractServerSession.java:203) - Server session started [session=org.eclipse.scout.rt.server.jaxws.JaxWsTestServerSession@46524ebe[id = 442a16cb-68e4-4554-9af8-5c27d3d36777], user=jaxws-user] - MDC[] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.23 sec - in org.eclipse.scout.rt.server.jaxws.consumer.InvocationContextTest Running org.eclipse.scout.rt.server.jaxws.adapter.UtcDateTimeAdapterTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec - in org.eclipse.scout.rt.server.jaxws.adapter.UtcDateTimeAdapterTest Running org.eclipse.scout.rt.server.jaxws.adapter.DefaultTimezoneDateTimeAdapterTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in org.eclipse.scout.rt.server.jaxws.adapter.DefaultTimezoneDateTimeAdapterTest Running org.eclipse.scout.rt.server.jaxws.adapter.CalendarDateTimeAdapterTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.eclipse.scout.rt.server.jaxws.adapter.CalendarDateTimeAdapterTest 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/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.jaxws.test/target/org.eclipse.scout.rt.server.jaxws.test-7.0.300-SNAPSHOT.jar [INFO] [INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.server.jaxws.test --- [INFO] Skipping because packaging 'jar' is not pom. [INFO] [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.server.jaxws.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.jaxws.test/target/org.eclipse.scout.rt.server.jaxws.test-7.0.300-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.server.jaxws.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.jaxws.test/target/org.eclipse.scout.rt.server.jaxws.test-7.0.300-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.server.jaxws.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.jaxws.test/target/org.eclipse.scout.rt.server.jaxws.test-7.0.300-SNAPSHOT-test-sources.jar [INFO] [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.server.jaxws.test --- [INFO] Checking compile classpath [INFO] Checking runtime classpath [INFO] Checking test classpath [INFO] [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.server.jaxws.test --- [INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0 [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.server.jaxws.test --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.jaxws.test/target/org.eclipse.scout.rt.server.jaxws.test-7.0.300-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jaxws.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.server.jaxws.test-7.0.300-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.jaxws.test/pom.xml to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jaxws.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.server.jaxws.test-7.0.300-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.jaxws.test/target/org.eclipse.scout.rt.server.jaxws.test-7.0.300-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jaxws.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.server.jaxws.test-7.0.300-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.jaxws.test/target/org.eclipse.scout.rt.server.jaxws.test-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jaxws.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.server.jaxws.test-7.0.300-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.jaxws.test/target/org.eclipse.scout.rt.server.jaxws.test-7.0.300-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jaxws.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.server.jaxws.test-7.0.300-SNAPSHOT-test-sources.jar [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] Eclipse Scout RT 7.0.300-SNAPSHOT .................. SUCCESS [ 14.010 s] [INFO] org.eclipse.scout.rt:org.eclipse.scout.json 7.0.300-SNAPSHOT SUCCESS [ 7.479 s] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.platform 7.0.300-SNAPSHOT SUCCESS [ 4.783 s] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.platform.test 7.0.300-SNAPSHOT SUCCESS [02:12 min] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.shared 7.0.300-SNAPSHOT SUCCESS [ 2.962 s] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.shared.test 7.0.300-SNAPSHOT SUCCESS [ 9.070 s] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.commons 7.0.300-SNAPSHOT SUCCESS [ 1.702 s] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.commons.test 7.0.300-SNAPSHOT SUCCESS [ 11.774 s] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.mom.api 7.0.300-SNAPSHOT SUCCESS [ 1.957 s] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server 7.0.300-SNAPSHOT SUCCESS [ 1.922 s] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.test 7.0.300-SNAPSHOT SUCCESS [ 12.883 s] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.jms 7.0.300-SNAPSHOT SUCCESS [ 1.649 s] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.jaxws 7.0.300-SNAPSHOT SUCCESS [ 2.199 s] [INFO] org.eclipse.scout.rt:org.eclipse.scout.jaxws.apt 7.0.300-SNAPSHOT SUCCESS [ 1.701 s] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.jaxws.test 7.0.300-SNAPSHOT SUCCESS [ 15.276 s] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.jdbc 7.0.300-SNAPSHOT SUCCESS [ 1.854 s] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.jdbc.test 7.0.300-SNAPSHOT SUCCESS [ 6.967 s] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.mom.api.test 7.0.300-SNAPSHOT SUCCESS [ 3.698 s] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.mom.jms 7.0.300-SNAPSHOT SUCCESS [ 1.651 s] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.mom.jms.test 7.0.300-SNAPSHOT SUCCESS [02:36 min] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.jackson 7.0.300-SNAPSHOT SUCCESS [ 1.548 s] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.rest 7.0.300-SNAPSHOT SUCCESS [ 1.572 s] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.rest.test 7.0.300-SNAPSHOT SUCCESS [ 4.480 s] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.jackson.test 7.0.300-SNAPSHOT SUCCESS [ 4.004 s] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.client 7.0.300-SNAPSHOT SUCCESS [ 4.960 s] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.client.test 7.0.300-SNAPSHOT SUCCESS [ 29.420 s] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.svg.client 7.0.300-SNAPSHOT SUCCESS [ 2.274 s] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.svg.client.test 7.0.300-SNAPSHOT SUCCESS [ 3.677 s] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.serverbridge 7.0.300-SNAPSHOT SUCCESS [ 1.609 s] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.scriptprocessor 7.0.300-SNAPSHOT SUCCESS [ 2.240 s] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html 7.0.300-SNAPSHOT SUCCESS [ 3.547 s] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.test 7.0.300-SNAPSHOT SUCCESS [01:08 min] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.selenium 7.0.300-SNAPSHOT SUCCESS [ 3.036 s] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.scriptprocessor.test 7.0.300-SNAPSHOT SUCCESS [ 3.919 s] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.svg.ui.html 7.0.300-SNAPSHOT SUCCESS [ 2.076 s] [INFO] org.eclipse.scout.rt:org.eclipse.scout.dev.jetty 7.0.300-SNAPSHOT SUCCESS [ 2.047 s] [INFO] org.eclipse.scout.rt:org.eclipse.scout.dev.jetty.test.affix 7.0.300-SNAPSHOT SUCCESS [ 1.532 s] [INFO] org.eclipse.scout.rt:org.eclipse.scout.dev.jetty.test 7.0.300-SNAPSHOT SUCCESS [ 2.666 s] [INFO] org.eclipse.scout.rt-settings 7.0.300-SNAPSHOT ..... SUCCESS [ 1.425 s] [INFO] Eclipse Scout RT ROOT Module 7.0.300 ............... SUCCESS [ 0.118 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 08:57 min [INFO] Finished at: 2023-01-07T23:57:18Z [INFO] ------------------------------------------------------------------------ [scout-integration-7.0-RT-nightly] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -Dremote_branch=origin/releases/7.0.x -Dis_tag=false -Dtag_or_branch=origin/releases/7.0.x -Dmaster_unitTest_skip=true -DskipJasmineTests=true -Dmaster_deployAtEnd=false deploy -Psign -Dmaster_plugin_jarsigner_version=1.3.2 Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0) 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.14.14-200.fc34.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [WARNING] [WARNING] Some problems were encountered while building the effective model for org.eclipse.scout.rt:org.eclipse.scout.rt-root:pom:7.0.300 [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-install-plugin is missing. @ line 33, column 15 [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-deploy-plugin is missing. @ line 41, column 15 [WARNING] 'build.plugins.plugin.version' for com.mycila:license-maven-plugin is missing. @ line 49, column 15 [WARNING] [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. [WARNING] [WARNING] For this reason, future Maven versions might no longer support building such malformed projects. [WARNING] [WARNING] The project org.eclipse.scout.rt:org.eclipse.scout.rt:pom:7.0.300-SNAPSHOT uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html [WARNING] The project org.eclipse.scout.rt:org.eclipse.scout.rt-settings:jar:7.0.300-SNAPSHOT uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html [WARNING] The project org.eclipse.scout.rt:org.eclipse.scout.rt-root:pom:7.0.300 uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] Eclipse Scout RT [pom] [INFO] org.eclipse.scout.rt:org.eclipse.scout.json [jar] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.platform [jar] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.platform.test [jar] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.shared [jar] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.shared.test [jar] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.commons [jar] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.commons.test [jar] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.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.jackson [jar] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.rest [jar] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.rest.test [jar] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.jackson.test [jar] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.client [jar] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.client.test [jar] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.svg.client [jar] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.svg.client.test [jar] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.serverbridge [jar] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.scriptprocessor [jar] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html [jar] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.test [jar] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.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] Eclipse Scout RT ROOT Module [pom] [INFO] [INFO] -------------< org.eclipse.scout.rt:org.eclipse.scout.rt >-------------- [INFO] Building Eclipse Scout RT 7.0.300-SNAPSHOT [1/40] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt --- [INFO] [INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.rt --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.rt --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- flatten-maven-plugin:1.0.0:flatten (flatten) @ org.eclipse.scout.rt --- [INFO] Generating flattened POM of project org.eclipse.scout.rt:org.eclipse.scout.rt:pom:7.0.300-SNAPSHOT... [INFO] [INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt --- [INFO] No site descriptor found: nothing to attach. [INFO] [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt --- [INFO] [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt --- [INFO] [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt --- [INFO] Checking compile classpath [INFO] Checking runtime classpath [INFO] Checking test classpath [INFO] [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt --- [INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0 [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.scout.rt --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt/7.0.300-SNAPSHOT/org.eclipse.scout.rt-7.0.300-SNAPSHOT.pom [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ org.eclipse.scout.rt --- [INFO] [INFO] ------------< org.eclipse.scout.rt:org.eclipse.scout.json >------------- [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.json 7.0.300-SNAPSHOT [2/40] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.json --- [INFO] [INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.json --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.json --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.json/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.json --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.json/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.json --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.json --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.json/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.json --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.json --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.json --- [INFO] [INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.json --- [INFO] Skipping because packaging 'jar' is not pom. [INFO] [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.json --- [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.json --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.json/target/org.eclipse.scout.json-7.0.300-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.json --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.json/target/org.eclipse.scout.json-7.0.300-SNAPSHOT-test-sources.jar [INFO] [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.json --- [INFO] Checking compile classpath [INFO] Checking runtime classpath [INFO] Checking test classpath [INFO] [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.json --- [INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0 [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.scout.json --- [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.json/target/org.eclipse.scout.json-7.0.300-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.json/target/org.eclipse.scout.json-7.0.300-SNAPSHOT-tests.jar [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.json/target/org.eclipse.scout.json-7.0.300-SNAPSHOT-sources.jar [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.json/target/org.eclipse.scout.json-7.0.300-SNAPSHOT-test-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.json --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.json/target/org.eclipse.scout.json-7.0.300-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.json/7.0.300-SNAPSHOT/org.eclipse.scout.json-7.0.300-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.json/pom.xml to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.json/7.0.300-SNAPSHOT/org.eclipse.scout.json-7.0.300-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.json/target/org.eclipse.scout.json-7.0.300-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.json/7.0.300-SNAPSHOT/org.eclipse.scout.json-7.0.300-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.json/target/org.eclipse.scout.json-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.json/7.0.300-SNAPSHOT/org.eclipse.scout.json-7.0.300-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.json/target/org.eclipse.scout.json-7.0.300-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.json/7.0.300-SNAPSHOT/org.eclipse.scout.json-7.0.300-SNAPSHOT-test-sources.jar [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ org.eclipse.scout.json --- [INFO] [INFO] ---------< org.eclipse.scout.rt:org.eclipse.scout.rt.platform >--------- [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.platform 7.0.300-SNAPSHOT [3/40] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.platform --- [INFO] [INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.rt.platform --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.rt.platform --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.platform/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.platform --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.rt.platform --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- jandex-maven-plugin:1.0.5:jandex (make-index) @ org.eclipse.scout.rt.platform --- [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.platform --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.platform/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.rt.platform --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.rt.platform --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.platform --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.platform/target/org.eclipse.scout.rt.platform-7.0.300-SNAPSHOT.jar [INFO] [INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.platform --- [INFO] Skipping because packaging 'jar' is not pom. [INFO] [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.platform --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.platform --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.platform/target/org.eclipse.scout.rt.platform-7.0.300-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.platform --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.platform --- [INFO] Checking compile classpath [INFO] Checking runtime classpath [INFO] Checking test classpath [INFO] [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.platform --- [INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0 [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.scout.rt.platform --- [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.platform/target/org.eclipse.scout.rt.platform-7.0.300-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.platform/target/org.eclipse.scout.rt.platform-7.0.300-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.platform --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.platform/target/org.eclipse.scout.rt.platform-7.0.300-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.platform/7.0.300-SNAPSHOT/org.eclipse.scout.rt.platform-7.0.300-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.platform/pom.xml to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.platform/7.0.300-SNAPSHOT/org.eclipse.scout.rt.platform-7.0.300-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.platform/target/org.eclipse.scout.rt.platform-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.platform/7.0.300-SNAPSHOT/org.eclipse.scout.rt.platform-7.0.300-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ org.eclipse.scout.rt.platform --- [INFO] [INFO] ------< org.eclipse.scout.rt:org.eclipse.scout.rt.platform.test >------- [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.platform.test 7.0.300-SNAPSHOT [4/40] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.platform.test --- [INFO] [INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.rt.platform.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.rt.platform.test --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.platform.test/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.platform.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.rt.platform.test --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.platform.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 28 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.rt.platform.test --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- jandex-maven-plugin:1.0.5:jandex (make-index) @ org.eclipse.scout.rt.platform.test --- [INFO] [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.rt.platform.test --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.platform.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.platform.test/target/org.eclipse.scout.rt.platform.test-7.0.300-SNAPSHOT.jar [INFO] [INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.platform.test --- [INFO] Skipping because packaging 'jar' is not pom. [INFO] [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.platform.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.platform.test/target/org.eclipse.scout.rt.platform.test-7.0.300-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.platform.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.platform.test/target/org.eclipse.scout.rt.platform.test-7.0.300-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.platform.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.platform.test/target/org.eclipse.scout.rt.platform.test-7.0.300-SNAPSHOT-test-sources.jar [INFO] [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.platform.test --- [INFO] Checking compile classpath [INFO] Checking runtime classpath [INFO] Checking test classpath [INFO] [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.platform.test --- [INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0 [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.scout.rt.platform.test --- [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.platform.test/target/org.eclipse.scout.rt.platform.test-7.0.300-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.platform.test/target/org.eclipse.scout.rt.platform.test-7.0.300-SNAPSHOT-tests.jar [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.platform.test/target/org.eclipse.scout.rt.platform.test-7.0.300-SNAPSHOT-sources.jar [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.platform.test/target/org.eclipse.scout.rt.platform.test-7.0.300-SNAPSHOT-test-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.platform.test --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.platform.test/target/org.eclipse.scout.rt.platform.test-7.0.300-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.platform.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.platform.test-7.0.300-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.platform.test/pom.xml to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.platform.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.platform.test-7.0.300-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.platform.test/target/org.eclipse.scout.rt.platform.test-7.0.300-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.platform.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.platform.test-7.0.300-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.platform.test/target/org.eclipse.scout.rt.platform.test-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.platform.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.platform.test-7.0.300-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.platform.test/target/org.eclipse.scout.rt.platform.test-7.0.300-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.platform.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.platform.test-7.0.300-SNAPSHOT-test-sources.jar [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ org.eclipse.scout.rt.platform.test --- [INFO] [INFO] ----------< org.eclipse.scout.rt:org.eclipse.scout.rt.shared >---------- [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.shared 7.0.300-SNAPSHOT [5/40] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.shared --- [INFO] [INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.rt.shared --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.rt.shared --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.shared/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.shared --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 29 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.rt.shared --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- jandex-maven-plugin:1.0.5:jandex (make-index) @ org.eclipse.scout.rt.shared --- [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.shared --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.shared/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.rt.shared --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.rt.shared --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.shared --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.shared/target/org.eclipse.scout.rt.shared-7.0.300-SNAPSHOT.jar [INFO] [INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.shared --- [INFO] Skipping because packaging 'jar' is not pom. [INFO] [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.shared --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.shared --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.shared/target/org.eclipse.scout.rt.shared-7.0.300-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.shared --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.shared --- [INFO] Checking compile classpath [INFO] Checking runtime classpath [INFO] Checking test classpath [INFO] [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.shared --- [INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0 [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.scout.rt.shared --- [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.shared/target/org.eclipse.scout.rt.shared-7.0.300-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.shared/target/org.eclipse.scout.rt.shared-7.0.300-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.shared --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.shared/target/org.eclipse.scout.rt.shared-7.0.300-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.shared/7.0.300-SNAPSHOT/org.eclipse.scout.rt.shared-7.0.300-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.shared/pom.xml to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.shared/7.0.300-SNAPSHOT/org.eclipse.scout.rt.shared-7.0.300-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.shared/target/org.eclipse.scout.rt.shared-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.shared/7.0.300-SNAPSHOT/org.eclipse.scout.rt.shared-7.0.300-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ org.eclipse.scout.rt.shared --- [INFO] [INFO] -------< org.eclipse.scout.rt:org.eclipse.scout.rt.shared.test >-------- [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.shared.test 7.0.300-SNAPSHOT [6/40] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.shared.test --- [INFO] [INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.rt.shared.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.rt.shared.test --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.shared.test/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.shared.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.rt.shared.test --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.shared.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 10 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.rt.shared.test --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- jandex-maven-plugin:1.0.5:jandex (make-index) @ org.eclipse.scout.rt.shared.test --- [INFO] [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.rt.shared.test --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.shared.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.shared.test/target/org.eclipse.scout.rt.shared.test-7.0.300-SNAPSHOT.jar [INFO] [INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.shared.test --- [INFO] Skipping because packaging 'jar' is not pom. [INFO] [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.shared.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.shared.test/target/org.eclipse.scout.rt.shared.test-7.0.300-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.shared.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.shared.test/target/org.eclipse.scout.rt.shared.test-7.0.300-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.shared.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.shared.test/target/org.eclipse.scout.rt.shared.test-7.0.300-SNAPSHOT-test-sources.jar [INFO] [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.shared.test --- [INFO] Checking compile classpath [INFO] Checking runtime classpath [INFO] Checking test classpath [INFO] [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.shared.test --- [INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0 [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.scout.rt.shared.test --- [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.shared.test/target/org.eclipse.scout.rt.shared.test-7.0.300-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.shared.test/target/org.eclipse.scout.rt.shared.test-7.0.300-SNAPSHOT-tests.jar [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.shared.test/target/org.eclipse.scout.rt.shared.test-7.0.300-SNAPSHOT-sources.jar [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.shared.test/target/org.eclipse.scout.rt.shared.test-7.0.300-SNAPSHOT-test-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.shared.test --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.shared.test/target/org.eclipse.scout.rt.shared.test-7.0.300-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.shared.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.shared.test-7.0.300-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.shared.test/pom.xml to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.shared.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.shared.test-7.0.300-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.shared.test/target/org.eclipse.scout.rt.shared.test-7.0.300-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.shared.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.shared.test-7.0.300-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.shared.test/target/org.eclipse.scout.rt.shared.test-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.shared.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.shared.test-7.0.300-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.shared.test/target/org.eclipse.scout.rt.shared.test-7.0.300-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.shared.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.shared.test-7.0.300-SNAPSHOT-test-sources.jar [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ org.eclipse.scout.rt.shared.test --- [INFO] [INFO] ------< org.eclipse.scout.rt:org.eclipse.scout.rt.server.commons >------ [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.server.commons 7.0.300-SNAPSHOT [7/40] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.server.commons --- [INFO] [INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.rt.server.commons --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.rt.server.commons --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.commons/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.server.commons --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.rt.server.commons --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- jandex-maven-plugin:1.0.5:jandex (make-index) @ org.eclipse.scout.rt.server.commons --- [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.server.commons --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.commons/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.rt.server.commons --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.rt.server.commons --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.server.commons --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.commons/target/org.eclipse.scout.rt.server.commons-7.0.300-SNAPSHOT.jar [INFO] [INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.server.commons --- [INFO] Skipping because packaging 'jar' is not pom. [INFO] [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.server.commons --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.server.commons --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.commons/target/org.eclipse.scout.rt.server.commons-7.0.300-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.server.commons --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.server.commons --- [INFO] Checking compile classpath [INFO] Checking runtime classpath [INFO] Checking test classpath [INFO] [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.server.commons --- [INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0 [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.scout.rt.server.commons --- [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.commons/target/org.eclipse.scout.rt.server.commons-7.0.300-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.commons/target/org.eclipse.scout.rt.server.commons-7.0.300-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.server.commons --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.commons/target/org.eclipse.scout.rt.server.commons-7.0.300-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.commons/7.0.300-SNAPSHOT/org.eclipse.scout.rt.server.commons-7.0.300-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.commons/pom.xml to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.commons/7.0.300-SNAPSHOT/org.eclipse.scout.rt.server.commons-7.0.300-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.commons/target/org.eclipse.scout.rt.server.commons-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.commons/7.0.300-SNAPSHOT/org.eclipse.scout.rt.server.commons-7.0.300-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ org.eclipse.scout.rt.server.commons --- [INFO] [INFO] ---< org.eclipse.scout.rt:org.eclipse.scout.rt.server.commons.test >---- [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.server.commons.test 7.0.300-SNAPSHOT [8/40] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.server.commons.test --- [INFO] [INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.rt.server.commons.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.rt.server.commons.test --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.commons.test/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.server.commons.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.commons.test/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1: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.6.1:testCompile (default-testCompile) @ org.eclipse.scout.rt.server.commons.test --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- jandex-maven-plugin:1.0.5:jandex (make-index) @ org.eclipse.scout.rt.server.commons.test --- [INFO] [SKIP] Cannot process fileset in directory: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.commons.test/target/classes. Directory does not exist! [INFO] [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.rt.server.commons.test --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.server.commons.test --- [WARNING] JAR will be empty - no content was marked for inclusion! [INFO] [INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.server.commons.test --- [INFO] Skipping because packaging 'jar' is not pom. [INFO] [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.server.commons.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.commons.test/target/org.eclipse.scout.rt.server.commons.test-7.0.300-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.server.commons.test --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.server.commons.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.commons.test/target/org.eclipse.scout.rt.server.commons.test-7.0.300-SNAPSHOT-test-sources.jar [INFO] [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.server.commons.test --- [INFO] Checking compile classpath [INFO] Checking runtime classpath [INFO] Checking test classpath [INFO] [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.server.commons.test --- [INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0 [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.scout.rt.server.commons.test --- [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.commons.test/target/org.eclipse.scout.rt.server.commons.test-7.0.300-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.commons.test/target/org.eclipse.scout.rt.server.commons.test-7.0.300-SNAPSHOT-tests.jar [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.commons.test/target/org.eclipse.scout.rt.server.commons.test-7.0.300-SNAPSHOT-test-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.server.commons.test --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.commons.test/target/org.eclipse.scout.rt.server.commons.test-7.0.300-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.commons.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.server.commons.test-7.0.300-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.commons.test/pom.xml to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.commons.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.server.commons.test-7.0.300-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.commons.test/target/org.eclipse.scout.rt.server.commons.test-7.0.300-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.commons.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.server.commons.test-7.0.300-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.commons.test/target/org.eclipse.scout.rt.server.commons.test-7.0.300-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.commons.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.server.commons.test-7.0.300-SNAPSHOT-test-sources.jar [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ org.eclipse.scout.rt.server.commons.test --- [INFO] [INFO] ---------< org.eclipse.scout.rt:org.eclipse.scout.rt.mom.api >---------- [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.mom.api 7.0.300-SNAPSHOT [9/40] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.mom.api --- [INFO] [INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.rt.mom.api --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.rt.mom.api --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/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.6.1:compile (default-compile) @ org.eclipse.scout.rt.mom.api --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- jandex-maven-plugin:1.0.5: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/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.mom.api/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.rt.mom.api --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.rt.mom.api --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.mom.api --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.mom.api/target/org.eclipse.scout.rt.mom.api-7.0.300-SNAPSHOT.jar [INFO] [INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.mom.api --- [INFO] Skipping because packaging 'jar' is not pom. [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/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.mom.api/target/org.eclipse.scout.rt.mom.api-7.0.300-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] Checking compile classpath [INFO] Checking runtime classpath [INFO] Checking test classpath [INFO] [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.mom.api --- [INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0 [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.scout.rt.mom.api --- [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.mom.api/target/org.eclipse.scout.rt.mom.api-7.0.300-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.mom.api/target/org.eclipse.scout.rt.mom.api-7.0.300-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.mom.api --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.mom.api/target/org.eclipse.scout.rt.mom.api-7.0.300-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.api/7.0.300-SNAPSHOT/org.eclipse.scout.rt.mom.api-7.0.300-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.mom.api/pom.xml to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.api/7.0.300-SNAPSHOT/org.eclipse.scout.rt.mom.api-7.0.300-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.mom.api/target/org.eclipse.scout.rt.mom.api-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.api/7.0.300-SNAPSHOT/org.eclipse.scout.rt.mom.api-7.0.300-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ org.eclipse.scout.rt.mom.api --- [INFO] [INFO] ----------< org.eclipse.scout.rt:org.eclipse.scout.rt.server >---------- [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.server 7.0.300-SNAPSHOT [10/40] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.server --- [INFO] [INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.rt.server --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.rt.server --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.rt.server --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- jandex-maven-plugin:1.0.5:jandex (make-index) @ org.eclipse.scout.rt.server --- [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.rt.server --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.rt.server --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.server --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server/target/org.eclipse.scout.rt.server-7.0.300-SNAPSHOT.jar [INFO] [INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.server --- [INFO] Skipping because packaging 'jar' is not pom. [INFO] [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.server --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.server --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server/target/org.eclipse.scout.rt.server-7.0.300-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.server --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.server --- [INFO] Checking compile classpath [INFO] Checking runtime classpath [INFO] Checking test classpath [INFO] [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.server --- [INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0 [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.scout.rt.server --- [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server/target/org.eclipse.scout.rt.server-7.0.300-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server/target/org.eclipse.scout.rt.server-7.0.300-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.server --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server/target/org.eclipse.scout.rt.server-7.0.300-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server/7.0.300-SNAPSHOT/org.eclipse.scout.rt.server-7.0.300-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server/pom.xml to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server/7.0.300-SNAPSHOT/org.eclipse.scout.rt.server-7.0.300-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server/target/org.eclipse.scout.rt.server-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server/7.0.300-SNAPSHOT/org.eclipse.scout.rt.server-7.0.300-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ org.eclipse.scout.rt.server --- [INFO] [INFO] -------< org.eclipse.scout.rt:org.eclipse.scout.rt.server.test >-------- [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.server.test 7.0.300-SNAPSHOT [11/40] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.server.test --- [INFO] [INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.rt.server.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.rt.server.test --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.test/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.server.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.rt.server.test --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.server.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.rt.server.test --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- jandex-maven-plugin:1.0.5:jandex (make-index) @ org.eclipse.scout.rt.server.test --- [INFO] [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.rt.server.test --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.server.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.test/target/org.eclipse.scout.rt.server.test-7.0.300-SNAPSHOT.jar [INFO] [INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.server.test --- [INFO] Skipping because packaging 'jar' is not pom. [INFO] [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.server.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.test/target/org.eclipse.scout.rt.server.test-7.0.300-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.server.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.test/target/org.eclipse.scout.rt.server.test-7.0.300-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.server.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.test/target/org.eclipse.scout.rt.server.test-7.0.300-SNAPSHOT-test-sources.jar [INFO] [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.server.test --- [INFO] Checking compile classpath [INFO] Checking runtime classpath [INFO] Checking test classpath [INFO] [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.server.test --- [INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0 [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.scout.rt.server.test --- [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.test/target/org.eclipse.scout.rt.server.test-7.0.300-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.test/target/org.eclipse.scout.rt.server.test-7.0.300-SNAPSHOT-tests.jar [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.test/target/org.eclipse.scout.rt.server.test-7.0.300-SNAPSHOT-sources.jar [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.test/target/org.eclipse.scout.rt.server.test-7.0.300-SNAPSHOT-test-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.server.test --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.test/target/org.eclipse.scout.rt.server.test-7.0.300-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.server.test-7.0.300-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.test/pom.xml to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.server.test-7.0.300-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.test/target/org.eclipse.scout.rt.server.test-7.0.300-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.server.test-7.0.300-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.test/target/org.eclipse.scout.rt.server.test-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.server.test-7.0.300-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.test/target/org.eclipse.scout.rt.server.test-7.0.300-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.server.test-7.0.300-SNAPSHOT-test-sources.jar [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ org.eclipse.scout.rt.server.test --- [INFO] [INFO] --------< org.eclipse.scout.rt:org.eclipse.scout.rt.server.jms >-------- [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.server.jms 7.0.300-SNAPSHOT [12/40] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.server.jms --- [INFO] [INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.rt.server.jms --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.rt.server.jms --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.jms/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.server.jms --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.rt.server.jms --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- jandex-maven-plugin:1.0.5:jandex (make-index) @ org.eclipse.scout.rt.server.jms --- [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.server.jms --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.jms/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.rt.server.jms --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.rt.server.jms --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.server.jms --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.jms/target/org.eclipse.scout.rt.server.jms-7.0.300-SNAPSHOT.jar [INFO] [INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.server.jms --- [INFO] Skipping because packaging 'jar' is not pom. [INFO] [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.server.jms --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.server.jms --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.jms/target/org.eclipse.scout.rt.server.jms-7.0.300-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.server.jms --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.server.jms --- [INFO] Checking compile classpath [INFO] Checking runtime classpath [INFO] Checking test classpath [INFO] [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.server.jms --- [INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0 [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.scout.rt.server.jms --- [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.jms/target/org.eclipse.scout.rt.server.jms-7.0.300-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.jms/target/org.eclipse.scout.rt.server.jms-7.0.300-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.server.jms --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.jms/target/org.eclipse.scout.rt.server.jms-7.0.300-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jms/7.0.300-SNAPSHOT/org.eclipse.scout.rt.server.jms-7.0.300-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.jms/pom.xml to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jms/7.0.300-SNAPSHOT/org.eclipse.scout.rt.server.jms-7.0.300-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.jms/target/org.eclipse.scout.rt.server.jms-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jms/7.0.300-SNAPSHOT/org.eclipse.scout.rt.server.jms-7.0.300-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ org.eclipse.scout.rt.server.jms --- [INFO] [INFO] -------< org.eclipse.scout.rt:org.eclipse.scout.rt.server.jaxws >------- [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.server.jaxws 7.0.300-SNAPSHOT [13/40] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.server.jaxws --- [INFO] [INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.rt.server.jaxws --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.rt.server.jaxws --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.jaxws/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.server.jaxws --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.rt.server.jaxws --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- jandex-maven-plugin:1.0.5:jandex (make-index) @ org.eclipse.scout.rt.server.jaxws --- [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.server.jaxws --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.jaxws/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.rt.server.jaxws --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.rt.server.jaxws --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.server.jaxws --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.jaxws/target/org.eclipse.scout.rt.server.jaxws-7.0.300-SNAPSHOT.jar [INFO] [INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.server.jaxws --- [INFO] Skipping because packaging 'jar' is not pom. [INFO] [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.server.jaxws --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.server.jaxws --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.jaxws/target/org.eclipse.scout.rt.server.jaxws-7.0.300-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.server.jaxws --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.server.jaxws --- [INFO] Checking compile classpath [INFO] Checking runtime classpath [INFO] Checking test classpath [INFO] [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.server.jaxws --- [INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0 [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.scout.rt.server.jaxws --- [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.jaxws/target/org.eclipse.scout.rt.server.jaxws-7.0.300-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.jaxws/target/org.eclipse.scout.rt.server.jaxws-7.0.300-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.server.jaxws --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.jaxws/target/org.eclipse.scout.rt.server.jaxws-7.0.300-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jaxws/7.0.300-SNAPSHOT/org.eclipse.scout.rt.server.jaxws-7.0.300-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.jaxws/pom.xml to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jaxws/7.0.300-SNAPSHOT/org.eclipse.scout.rt.server.jaxws-7.0.300-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.jaxws/target/org.eclipse.scout.rt.server.jaxws-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jaxws/7.0.300-SNAPSHOT/org.eclipse.scout.rt.server.jaxws-7.0.300-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ org.eclipse.scout.rt.server.jaxws --- [INFO] [INFO] ----------< org.eclipse.scout.rt:org.eclipse.scout.jaxws.apt >---------- [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.jaxws.apt 7.0.300-SNAPSHOT [14/40] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.jaxws.apt --- [INFO] [INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.jaxws.apt --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.jaxws.apt --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.jaxws.apt/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.jaxws.apt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.jaxws.apt --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.jaxws.apt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.jaxws.apt/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.jaxws.apt --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.jaxws.apt --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.jaxws.apt --- [INFO] [INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.jaxws.apt --- [INFO] Skipping because packaging 'jar' is not pom. [INFO] [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.jaxws.apt --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.jaxws.apt --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.jaxws.apt/target/org.eclipse.scout.jaxws.apt-7.0.300-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.jaxws.apt --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.jaxws.apt --- [INFO] Checking compile classpath [INFO] Checking runtime classpath [INFO] Checking test classpath [INFO] [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.jaxws.apt --- [INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0 [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.scout.jaxws.apt --- [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.jaxws.apt/target/org.eclipse.scout.jaxws.apt-7.0.300-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.jaxws.apt/target/org.eclipse.scout.jaxws.apt-7.0.300-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.jaxws.apt --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.jaxws.apt/target/org.eclipse.scout.jaxws.apt-7.0.300-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.jaxws.apt/7.0.300-SNAPSHOT/org.eclipse.scout.jaxws.apt-7.0.300-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.jaxws.apt/pom.xml to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.jaxws.apt/7.0.300-SNAPSHOT/org.eclipse.scout.jaxws.apt-7.0.300-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.jaxws.apt/target/org.eclipse.scout.jaxws.apt-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.jaxws.apt/7.0.300-SNAPSHOT/org.eclipse.scout.jaxws.apt-7.0.300-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ org.eclipse.scout.jaxws.apt --- [INFO] [INFO] ----< org.eclipse.scout.rt:org.eclipse.scout.rt.server.jaxws.test >----- [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.server.jaxws.test 7.0.300-SNAPSHOT [15/40] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.server.jaxws.test --- [INFO] [INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.rt.server.jaxws.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.rt.server.jaxws.test --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.jaxws.test/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- jaxws-maven-plugin:2.4.1:wsimport (wsimport-1) @ org.eclipse.scout.rt.server.jaxws.test --- [INFO] Ignoring: file:/home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.jaxws.test/src/main/resources/WEB-INF/wsdl/JaxWsConsumerTestService.wsdl [INFO] [INFO] --- jaxws-maven-plugin:2.4.1:wsimport (wsimport-2) @ org.eclipse.scout.rt.server.jaxws.test --- [INFO] Ignoring: file:/home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.jaxws.test/src/main/resources/WEB-INF/wsdl/JaxWsPingTestService.wsdl [INFO] [INFO] --- build-helper-maven-plugin:1.12:add-source (add-wsimport-source) @ org.eclipse.scout.rt.server.jaxws.test --- [INFO] Source directory: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.jaxws.test/target/generated-sources/wsimport added. [INFO] [INFO] --- build-helper-maven-plugin:1.12:add-source (add-apt-source) @ org.eclipse.scout.rt.server.jaxws.test --- [INFO] Source directory: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.jaxws.test/target/generated-sources/annotations added. [INFO] [INFO] --- maven-resources-plugin:2.7:copy-resources (copy-wsimport-artifacts) @ org.eclipse.scout.rt.server.jaxws.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 0 resource [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.server.jaxws.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 3 resources [INFO] [INFO] --- maven-resources-plugin:2.7:copy-resources (copy-jaxws-artifacts-to-meta-inf) @ org.eclipse.scout.rt.server.jaxws.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.rt.server.jaxws.test --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.7:copy-resources (copy-apt-artifacts) @ org.eclipse.scout.rt.server.jaxws.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 0 resource [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.server.jaxws.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.rt.server.jaxws.test --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- jandex-maven-plugin:1.0.5:jandex (make-index) @ org.eclipse.scout.rt.server.jaxws.test --- [INFO] [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.rt.server.jaxws.test --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.server.jaxws.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.jaxws.test/target/org.eclipse.scout.rt.server.jaxws.test-7.0.300-SNAPSHOT.jar [INFO] [INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.server.jaxws.test --- [INFO] Skipping because packaging 'jar' is not pom. [INFO] [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.server.jaxws.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.jaxws.test/target/org.eclipse.scout.rt.server.jaxws.test-7.0.300-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.server.jaxws.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.jaxws.test/target/org.eclipse.scout.rt.server.jaxws.test-7.0.300-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.server.jaxws.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.jaxws.test/target/org.eclipse.scout.rt.server.jaxws.test-7.0.300-SNAPSHOT-test-sources.jar [INFO] [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.server.jaxws.test --- [INFO] Checking compile classpath [INFO] Checking runtime classpath [INFO] Checking test classpath [INFO] [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.server.jaxws.test --- [INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0 [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.scout.rt.server.jaxws.test --- [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.jaxws.test/target/org.eclipse.scout.rt.server.jaxws.test-7.0.300-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.jaxws.test/target/org.eclipse.scout.rt.server.jaxws.test-7.0.300-SNAPSHOT-tests.jar [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.jaxws.test/target/org.eclipse.scout.rt.server.jaxws.test-7.0.300-SNAPSHOT-sources.jar [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.jaxws.test/target/org.eclipse.scout.rt.server.jaxws.test-7.0.300-SNAPSHOT-test-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.server.jaxws.test --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.jaxws.test/target/org.eclipse.scout.rt.server.jaxws.test-7.0.300-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jaxws.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.server.jaxws.test-7.0.300-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.jaxws.test/pom.xml to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jaxws.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.server.jaxws.test-7.0.300-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.jaxws.test/target/org.eclipse.scout.rt.server.jaxws.test-7.0.300-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jaxws.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.server.jaxws.test-7.0.300-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.jaxws.test/target/org.eclipse.scout.rt.server.jaxws.test-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jaxws.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.server.jaxws.test-7.0.300-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.jaxws.test/target/org.eclipse.scout.rt.server.jaxws.test-7.0.300-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jaxws.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.server.jaxws.test-7.0.300-SNAPSHOT-test-sources.jar [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ org.eclipse.scout.rt.server.jaxws.test --- [INFO] [INFO] -------< org.eclipse.scout.rt:org.eclipse.scout.rt.server.jdbc >-------- [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.server.jdbc 7.0.300-SNAPSHOT [16/40] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.server.jdbc --- [INFO] [INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.rt.server.jdbc --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.rt.server.jdbc --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.jdbc/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.server.jdbc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.rt.server.jdbc --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- jandex-maven-plugin:1.0.5:jandex (make-index) @ org.eclipse.scout.rt.server.jdbc --- [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.server.jdbc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.jdbc/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.rt.server.jdbc --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.rt.server.jdbc --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.server.jdbc --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.jdbc/target/org.eclipse.scout.rt.server.jdbc-7.0.300-SNAPSHOT.jar [INFO] [INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.server.jdbc --- [INFO] Skipping because packaging 'jar' is not pom. [INFO] [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.server.jdbc --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.server.jdbc --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.jdbc/target/org.eclipse.scout.rt.server.jdbc-7.0.300-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.server.jdbc --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.server.jdbc --- [INFO] Checking compile classpath [INFO] Checking runtime classpath [INFO] Checking test classpath [INFO] [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.server.jdbc --- [INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0 [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.scout.rt.server.jdbc --- [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.jdbc/target/org.eclipse.scout.rt.server.jdbc-7.0.300-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.jdbc/target/org.eclipse.scout.rt.server.jdbc-7.0.300-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.server.jdbc --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.jdbc/target/org.eclipse.scout.rt.server.jdbc-7.0.300-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jdbc/7.0.300-SNAPSHOT/org.eclipse.scout.rt.server.jdbc-7.0.300-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.jdbc/pom.xml to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jdbc/7.0.300-SNAPSHOT/org.eclipse.scout.rt.server.jdbc-7.0.300-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.jdbc/target/org.eclipse.scout.rt.server.jdbc-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jdbc/7.0.300-SNAPSHOT/org.eclipse.scout.rt.server.jdbc-7.0.300-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ org.eclipse.scout.rt.server.jdbc --- [INFO] [INFO] -----< org.eclipse.scout.rt:org.eclipse.scout.rt.server.jdbc.test >----- [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.server.jdbc.test 7.0.300-SNAPSHOT [17/40] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.server.jdbc.test --- [INFO] [INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.rt.server.jdbc.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.rt.server.jdbc.test --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.jdbc.test/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.server.jdbc.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.jdbc.test/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1: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.6.1:testCompile (default-testCompile) @ org.eclipse.scout.rt.server.jdbc.test --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- jandex-maven-plugin:1.0.5:jandex (make-index) @ org.eclipse.scout.rt.server.jdbc.test --- [INFO] [SKIP] Cannot process fileset in directory: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.jdbc.test/target/classes. Directory does not exist! [INFO] [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.rt.server.jdbc.test --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.server.jdbc.test --- [WARNING] JAR will be empty - no content was marked for inclusion! [INFO] [INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.server.jdbc.test --- [INFO] Skipping because packaging 'jar' is not pom. [INFO] [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.server.jdbc.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.jdbc.test/target/org.eclipse.scout.rt.server.jdbc.test-7.0.300-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.server.jdbc.test --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.server.jdbc.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.jdbc.test/target/org.eclipse.scout.rt.server.jdbc.test-7.0.300-SNAPSHOT-test-sources.jar [INFO] [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.server.jdbc.test --- [INFO] Checking compile classpath [INFO] Checking runtime classpath [INFO] Checking test classpath [INFO] [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.server.jdbc.test --- [INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0 [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.scout.rt.server.jdbc.test --- [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.jdbc.test/target/org.eclipse.scout.rt.server.jdbc.test-7.0.300-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.jdbc.test/target/org.eclipse.scout.rt.server.jdbc.test-7.0.300-SNAPSHOT-tests.jar [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.jdbc.test/target/org.eclipse.scout.rt.server.jdbc.test-7.0.300-SNAPSHOT-test-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.server.jdbc.test --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.jdbc.test/target/org.eclipse.scout.rt.server.jdbc.test-7.0.300-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jdbc.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.server.jdbc.test-7.0.300-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.jdbc.test/pom.xml to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jdbc.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.server.jdbc.test-7.0.300-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.jdbc.test/target/org.eclipse.scout.rt.server.jdbc.test-7.0.300-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jdbc.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.server.jdbc.test-7.0.300-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.server.jdbc.test/target/org.eclipse.scout.rt.server.jdbc.test-7.0.300-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jdbc.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.server.jdbc.test-7.0.300-SNAPSHOT-test-sources.jar [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ org.eclipse.scout.rt.server.jdbc.test --- [INFO] [INFO] -------< org.eclipse.scout.rt:org.eclipse.scout.rt.mom.api.test >------- [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.mom.api.test 7.0.300-SNAPSHOT [18/40] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.mom.api.test --- [INFO] [INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.rt.mom.api.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.rt.mom.api.test --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/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/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.mom.api.test/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1: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.6.1:testCompile (default-testCompile) @ org.eclipse.scout.rt.mom.api.test --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- jandex-maven-plugin:1.0.5:jandex (make-index) @ org.eclipse.scout.rt.mom.api.test --- [INFO] [SKIP] Cannot process fileset in directory: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.mom.api.test/target/classes. Directory does not exist! [INFO] [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.rt.mom.api.test --- [INFO] Tests are skipped. [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] [INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.mom.api.test --- [INFO] Skipping because packaging 'jar' is not pom. [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/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.mom.api.test/target/org.eclipse.scout.rt.mom.api.test-7.0.300-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/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.mom.api.test/target/org.eclipse.scout.rt.mom.api.test-7.0.300-SNAPSHOT-test-sources.jar [INFO] [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.mom.api.test --- [INFO] Checking compile classpath [INFO] Checking runtime classpath [INFO] Checking test classpath [INFO] [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.mom.api.test --- [INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0 [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.scout.rt.mom.api.test --- [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.mom.api.test/target/org.eclipse.scout.rt.mom.api.test-7.0.300-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.mom.api.test/target/org.eclipse.scout.rt.mom.api.test-7.0.300-SNAPSHOT-tests.jar [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.mom.api.test/target/org.eclipse.scout.rt.mom.api.test-7.0.300-SNAPSHOT-test-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.mom.api.test --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.mom.api.test/target/org.eclipse.scout.rt.mom.api.test-7.0.300-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.api.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.mom.api.test-7.0.300-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.mom.api.test/pom.xml to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.api.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.mom.api.test-7.0.300-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.mom.api.test/target/org.eclipse.scout.rt.mom.api.test-7.0.300-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.api.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.mom.api.test-7.0.300-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.mom.api.test/target/org.eclipse.scout.rt.mom.api.test-7.0.300-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.api.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.mom.api.test-7.0.300-SNAPSHOT-test-sources.jar [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ org.eclipse.scout.rt.mom.api.test --- [INFO] [INFO] ---------< org.eclipse.scout.rt:org.eclipse.scout.rt.mom.jms >---------- [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.mom.jms 7.0.300-SNAPSHOT [19/40] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.mom.jms --- [INFO] [INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.rt.mom.jms --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.rt.mom.jms --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/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.6.1:compile (default-compile) @ org.eclipse.scout.rt.mom.jms --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- jandex-maven-plugin:1.0.5: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/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.mom.jms/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.rt.mom.jms --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.rt.mom.jms --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.mom.jms --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.mom.jms/target/org.eclipse.scout.rt.mom.jms-7.0.300-SNAPSHOT.jar [INFO] [INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.mom.jms --- [INFO] Skipping because packaging 'jar' is not pom. [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/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.mom.jms/target/org.eclipse.scout.rt.mom.jms-7.0.300-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] Checking compile classpath [INFO] Checking runtime classpath [INFO] Checking test classpath [INFO] [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.mom.jms --- [INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0 [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.scout.rt.mom.jms --- [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.mom.jms/target/org.eclipse.scout.rt.mom.jms-7.0.300-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.mom.jms/target/org.eclipse.scout.rt.mom.jms-7.0.300-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.mom.jms --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.mom.jms/target/org.eclipse.scout.rt.mom.jms-7.0.300-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.jms/7.0.300-SNAPSHOT/org.eclipse.scout.rt.mom.jms-7.0.300-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.mom.jms/pom.xml to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.jms/7.0.300-SNAPSHOT/org.eclipse.scout.rt.mom.jms-7.0.300-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.mom.jms/target/org.eclipse.scout.rt.mom.jms-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.jms/7.0.300-SNAPSHOT/org.eclipse.scout.rt.mom.jms-7.0.300-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ org.eclipse.scout.rt.mom.jms --- [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 7.0.300-SNAPSHOT [20/40] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.mom.jms.test --- [INFO] [INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.rt.mom.jms.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.rt.mom.jms.test --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/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/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.mom.jms.test/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1: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.6.1:testCompile (default-testCompile) @ org.eclipse.scout.rt.mom.jms.test --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- jandex-maven-plugin:1.0.5:jandex (make-index) @ org.eclipse.scout.rt.mom.jms.test --- [INFO] [SKIP] Cannot process fileset in directory: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.mom.jms.test/target/classes. Directory does not exist! [INFO] [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.rt.mom.jms.test --- [INFO] Tests are skipped. [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] [INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.mom.jms.test --- [INFO] Skipping because packaging 'jar' is not pom. [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/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.mom.jms.test/target/org.eclipse.scout.rt.mom.jms.test-7.0.300-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/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.mom.jms.test/target/org.eclipse.scout.rt.mom.jms.test-7.0.300-SNAPSHOT-test-sources.jar [INFO] [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.mom.jms.test --- [INFO] Checking compile classpath [INFO] Checking runtime classpath [INFO] Checking test classpath [INFO] [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.mom.jms.test --- [INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0 [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.scout.rt.mom.jms.test --- [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.mom.jms.test/target/org.eclipse.scout.rt.mom.jms.test-7.0.300-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.mom.jms.test/target/org.eclipse.scout.rt.mom.jms.test-7.0.300-SNAPSHOT-tests.jar [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.mom.jms.test/target/org.eclipse.scout.rt.mom.jms.test-7.0.300-SNAPSHOT-test-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.mom.jms.test --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.mom.jms.test/target/org.eclipse.scout.rt.mom.jms.test-7.0.300-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.jms.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.mom.jms.test-7.0.300-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.mom.jms.test/pom.xml to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.jms.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.mom.jms.test-7.0.300-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.mom.jms.test/target/org.eclipse.scout.rt.mom.jms.test-7.0.300-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.jms.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.mom.jms.test-7.0.300-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.mom.jms.test/target/org.eclipse.scout.rt.mom.jms.test-7.0.300-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.jms.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.mom.jms.test-7.0.300-SNAPSHOT-test-sources.jar [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ org.eclipse.scout.rt.mom.jms.test --- [INFO] [INFO] ---------< org.eclipse.scout.rt:org.eclipse.scout.rt.jackson >---------- [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.jackson 7.0.300-SNAPSHOT [21/40] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.jackson --- [INFO] [INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.rt.jackson --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.rt.jackson --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.jackson/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.jackson --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.rt.jackson --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- jandex-maven-plugin:1.0.5:jandex (make-index) @ org.eclipse.scout.rt.jackson --- [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.jackson --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.jackson/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.rt.jackson --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.rt.jackson --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.jackson --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.jackson/target/org.eclipse.scout.rt.jackson-7.0.300-SNAPSHOT.jar [INFO] [INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.jackson --- [INFO] Skipping because packaging 'jar' is not pom. [INFO] [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.jackson --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.jackson --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.jackson/target/org.eclipse.scout.rt.jackson-7.0.300-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.jackson --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.jackson --- [INFO] Checking compile classpath [INFO] Checking runtime classpath [INFO] Checking test classpath [INFO] [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.jackson --- [INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0 [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.scout.rt.jackson --- [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.jackson/target/org.eclipse.scout.rt.jackson-7.0.300-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.jackson/target/org.eclipse.scout.rt.jackson-7.0.300-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.jackson --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.jackson/target/org.eclipse.scout.rt.jackson-7.0.300-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.jackson/7.0.300-SNAPSHOT/org.eclipse.scout.rt.jackson-7.0.300-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.jackson/pom.xml to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.jackson/7.0.300-SNAPSHOT/org.eclipse.scout.rt.jackson-7.0.300-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.jackson/target/org.eclipse.scout.rt.jackson-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.jackson/7.0.300-SNAPSHOT/org.eclipse.scout.rt.jackson-7.0.300-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ org.eclipse.scout.rt.jackson --- [INFO] [INFO] -----------< org.eclipse.scout.rt:org.eclipse.scout.rt.rest >----------- [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.rest 7.0.300-SNAPSHOT [22/40] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.rest --- [INFO] [INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.rt.rest --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.rt.rest --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.rest/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.rest --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.rt.rest --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- jandex-maven-plugin:1.0.5:jandex (make-index) @ org.eclipse.scout.rt.rest --- [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.rest --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.rest/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.rt.rest --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.rt.rest --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.rest --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.rest/target/org.eclipse.scout.rt.rest-7.0.300-SNAPSHOT.jar [INFO] [INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.rest --- [INFO] Skipping because packaging 'jar' is not pom. [INFO] [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.rest --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.rest --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.rest/target/org.eclipse.scout.rt.rest-7.0.300-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.rest --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.rest --- [INFO] Checking compile classpath [INFO] Checking runtime classpath [INFO] Checking test classpath [INFO] [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.rest --- [INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0 [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.scout.rt.rest --- [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.rest/target/org.eclipse.scout.rt.rest-7.0.300-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.rest/target/org.eclipse.scout.rt.rest-7.0.300-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.rest --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.rest/target/org.eclipse.scout.rt.rest-7.0.300-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.rest/7.0.300-SNAPSHOT/org.eclipse.scout.rt.rest-7.0.300-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.rest/pom.xml to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.rest/7.0.300-SNAPSHOT/org.eclipse.scout.rt.rest-7.0.300-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.rest/target/org.eclipse.scout.rt.rest-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.rest/7.0.300-SNAPSHOT/org.eclipse.scout.rt.rest-7.0.300-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ org.eclipse.scout.rt.rest --- [INFO] [INFO] --------< org.eclipse.scout.rt:org.eclipse.scout.rt.rest.test >--------- [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.rest.test 7.0.300-SNAPSHOT [23/40] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.rest.test --- [INFO] [INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.rt.rest.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.rt.rest.test --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.rest.test/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.rest.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.rest.test/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.rt.rest.test --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.rest.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.rt.rest.test --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- jandex-maven-plugin:1.0.5:jandex (make-index) @ org.eclipse.scout.rt.rest.test --- [INFO] [SKIP] Cannot process fileset in directory: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.rest.test/target/classes. Directory does not exist! [INFO] [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.rt.rest.test --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.rest.test --- [WARNING] JAR will be empty - no content was marked for inclusion! [INFO] [INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.rest.test --- [INFO] Skipping because packaging 'jar' is not pom. [INFO] [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.rest.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.rest.test/target/org.eclipse.scout.rt.rest.test-7.0.300-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.rest.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.rest.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.rest.test/target/org.eclipse.scout.rt.rest.test-7.0.300-SNAPSHOT-test-sources.jar [INFO] [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.rest.test --- [INFO] Checking compile classpath [INFO] Checking runtime classpath [INFO] Checking test classpath [INFO] [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.rest.test --- [INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0 [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.scout.rt.rest.test --- [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.rest.test/target/org.eclipse.scout.rt.rest.test-7.0.300-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.rest.test/target/org.eclipse.scout.rt.rest.test-7.0.300-SNAPSHOT-tests.jar [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.rest.test/target/org.eclipse.scout.rt.rest.test-7.0.300-SNAPSHOT-test-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.rest.test --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.rest.test/target/org.eclipse.scout.rt.rest.test-7.0.300-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.rest.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.rest.test-7.0.300-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.rest.test/pom.xml to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.rest.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.rest.test-7.0.300-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.rest.test/target/org.eclipse.scout.rt.rest.test-7.0.300-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.rest.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.rest.test-7.0.300-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.rest.test/target/org.eclipse.scout.rt.rest.test-7.0.300-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.rest.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.rest.test-7.0.300-SNAPSHOT-test-sources.jar [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ org.eclipse.scout.rt.rest.test --- [INFO] [INFO] -------< org.eclipse.scout.rt:org.eclipse.scout.rt.jackson.test >------- [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.jackson.test 7.0.300-SNAPSHOT [24/40] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.jackson.test --- [INFO] [INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.rt.jackson.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.rt.jackson.test --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.jackson.test/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.jackson.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.jackson.test/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.rt.jackson.test --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.jackson.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.rt.jackson.test --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- jandex-maven-plugin:1.0.5:jandex (make-index) @ org.eclipse.scout.rt.jackson.test --- [INFO] [SKIP] Cannot process fileset in directory: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.jackson.test/target/classes. Directory does not exist! [INFO] [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.rt.jackson.test --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.jackson.test --- [WARNING] JAR will be empty - no content was marked for inclusion! [INFO] [INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.jackson.test --- [INFO] Skipping because packaging 'jar' is not pom. [INFO] [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.jackson.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.jackson.test/target/org.eclipse.scout.rt.jackson.test-7.0.300-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.jackson.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.jackson.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.jackson.test/target/org.eclipse.scout.rt.jackson.test-7.0.300-SNAPSHOT-test-sources.jar [INFO] [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.jackson.test --- [INFO] Checking compile classpath [INFO] Checking runtime classpath [INFO] Checking test classpath [INFO] [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.jackson.test --- [INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0 [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.scout.rt.jackson.test --- [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.jackson.test/target/org.eclipse.scout.rt.jackson.test-7.0.300-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.jackson.test/target/org.eclipse.scout.rt.jackson.test-7.0.300-SNAPSHOT-tests.jar [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.jackson.test/target/org.eclipse.scout.rt.jackson.test-7.0.300-SNAPSHOT-test-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.jackson.test --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.jackson.test/target/org.eclipse.scout.rt.jackson.test-7.0.300-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.jackson.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.jackson.test-7.0.300-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.jackson.test/pom.xml to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.jackson.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.jackson.test-7.0.300-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.jackson.test/target/org.eclipse.scout.rt.jackson.test-7.0.300-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.jackson.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.jackson.test-7.0.300-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.jackson.test/target/org.eclipse.scout.rt.jackson.test-7.0.300-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.jackson.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.jackson.test-7.0.300-SNAPSHOT-test-sources.jar [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ org.eclipse.scout.rt.jackson.test --- [INFO] [INFO] ----------< org.eclipse.scout.rt:org.eclipse.scout.rt.client >---------- [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.client 7.0.300-SNAPSHOT [25/40] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.client --- [INFO] [INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.rt.client --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.rt.client --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.client/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.rt.client --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- jandex-maven-plugin:1.0.5:jandex (make-index) @ org.eclipse.scout.rt.client --- [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.client/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.rt.client --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.rt.client --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.client --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.client/target/org.eclipse.scout.rt.client-7.0.300-SNAPSHOT.jar [INFO] [INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.client --- [INFO] Skipping because packaging 'jar' is not pom. [INFO] [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.client --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.client --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.client/target/org.eclipse.scout.rt.client-7.0.300-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.client --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.client --- [INFO] Checking compile classpath [INFO] Checking runtime classpath [INFO] Checking test classpath [INFO] [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.client --- [INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0 [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.scout.rt.client --- [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.client/target/org.eclipse.scout.rt.client-7.0.300-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.client/target/org.eclipse.scout.rt.client-7.0.300-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.client --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.client/target/org.eclipse.scout.rt.client-7.0.300-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.client/7.0.300-SNAPSHOT/org.eclipse.scout.rt.client-7.0.300-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.client/pom.xml to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.client/7.0.300-SNAPSHOT/org.eclipse.scout.rt.client-7.0.300-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.client/target/org.eclipse.scout.rt.client-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.client/7.0.300-SNAPSHOT/org.eclipse.scout.rt.client-7.0.300-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ org.eclipse.scout.rt.client --- [INFO] [INFO] -------< org.eclipse.scout.rt:org.eclipse.scout.rt.client.test >-------- [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.client.test 7.0.300-SNAPSHOT [26/40] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.client.test --- [INFO] [INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.rt.client.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.rt.client.test --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.client.test/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.client.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.rt.client.test --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.client.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.rt.client.test --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- jandex-maven-plugin:1.0.5:jandex (make-index) @ org.eclipse.scout.rt.client.test --- [INFO] [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.rt.client.test --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.client.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.client.test/target/org.eclipse.scout.rt.client.test-7.0.300-SNAPSHOT.jar [INFO] [INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.client.test --- [INFO] Skipping because packaging 'jar' is not pom. [INFO] [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.client.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.client.test/target/org.eclipse.scout.rt.client.test-7.0.300-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.client.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.client.test/target/org.eclipse.scout.rt.client.test-7.0.300-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.client.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.client.test/target/org.eclipse.scout.rt.client.test-7.0.300-SNAPSHOT-test-sources.jar [INFO] [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.client.test --- [INFO] Checking compile classpath [INFO] Checking runtime classpath [INFO] Checking test classpath [INFO] [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.client.test --- [INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0 [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.scout.rt.client.test --- [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.client.test/target/org.eclipse.scout.rt.client.test-7.0.300-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.client.test/target/org.eclipse.scout.rt.client.test-7.0.300-SNAPSHOT-tests.jar [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.client.test/target/org.eclipse.scout.rt.client.test-7.0.300-SNAPSHOT-sources.jar [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.client.test/target/org.eclipse.scout.rt.client.test-7.0.300-SNAPSHOT-test-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.client.test --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.client.test/target/org.eclipse.scout.rt.client.test-7.0.300-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.client.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.client.test-7.0.300-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.client.test/pom.xml to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.client.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.client.test-7.0.300-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.client.test/target/org.eclipse.scout.rt.client.test-7.0.300-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.client.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.client.test-7.0.300-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.client.test/target/org.eclipse.scout.rt.client.test-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.client.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.client.test-7.0.300-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.client.test/target/org.eclipse.scout.rt.client.test-7.0.300-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.client.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.client.test-7.0.300-SNAPSHOT-test-sources.jar [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ org.eclipse.scout.rt.client.test --- [INFO] [INFO] --------< org.eclipse.scout.rt:org.eclipse.scout.rt.svg.client >-------- [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.svg.client 7.0.300-SNAPSHOT [27/40] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.svg.client --- [INFO] [INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.rt.svg.client --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.rt.svg.client --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.svg.client/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.svg.client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.rt.svg.client --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- jandex-maven-plugin:1.0.5:jandex (make-index) @ org.eclipse.scout.rt.svg.client --- [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.svg.client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.svg.client/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.rt.svg.client --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.rt.svg.client --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.svg.client --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.svg.client/target/org.eclipse.scout.rt.svg.client-7.0.300-SNAPSHOT.jar [INFO] [INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.svg.client --- [INFO] Skipping because packaging 'jar' is not pom. [INFO] [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.svg.client --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.svg.client --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.svg.client/target/org.eclipse.scout.rt.svg.client-7.0.300-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.svg.client --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.svg.client --- [INFO] Checking compile classpath [INFO] Checking runtime classpath [INFO] Checking test classpath [INFO] [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.svg.client --- [INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0 [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.scout.rt.svg.client --- [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.svg.client/target/org.eclipse.scout.rt.svg.client-7.0.300-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.svg.client/target/org.eclipse.scout.rt.svg.client-7.0.300-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.svg.client --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.svg.client/target/org.eclipse.scout.rt.svg.client-7.0.300-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.svg.client/7.0.300-SNAPSHOT/org.eclipse.scout.rt.svg.client-7.0.300-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.svg.client/pom.xml to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.svg.client/7.0.300-SNAPSHOT/org.eclipse.scout.rt.svg.client-7.0.300-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.svg.client/target/org.eclipse.scout.rt.svg.client-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.svg.client/7.0.300-SNAPSHOT/org.eclipse.scout.rt.svg.client-7.0.300-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ org.eclipse.scout.rt.svg.client --- [INFO] [INFO] -----< org.eclipse.scout.rt:org.eclipse.scout.rt.svg.client.test >------ [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.svg.client.test 7.0.300-SNAPSHOT [28/40] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.svg.client.test --- [INFO] [INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.rt.svg.client.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.rt.svg.client.test --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.svg.client.test/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.svg.client.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.svg.client.test/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1: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.6.1:testCompile (default-testCompile) @ org.eclipse.scout.rt.svg.client.test --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- jandex-maven-plugin:1.0.5:jandex (make-index) @ org.eclipse.scout.rt.svg.client.test --- [INFO] [SKIP] Cannot process fileset in directory: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.svg.client.test/target/classes. Directory does not exist! [INFO] [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.rt.svg.client.test --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.svg.client.test --- [WARNING] JAR will be empty - no content was marked for inclusion! [INFO] [INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.svg.client.test --- [INFO] Skipping because packaging 'jar' is not pom. [INFO] [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.svg.client.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.svg.client.test/target/org.eclipse.scout.rt.svg.client.test-7.0.300-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.svg.client.test --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.svg.client.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.svg.client.test/target/org.eclipse.scout.rt.svg.client.test-7.0.300-SNAPSHOT-test-sources.jar [INFO] [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.svg.client.test --- [INFO] Checking compile classpath [INFO] Checking runtime classpath [INFO] Checking test classpath [INFO] [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.svg.client.test --- [INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0 [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.scout.rt.svg.client.test --- [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.svg.client.test/target/org.eclipse.scout.rt.svg.client.test-7.0.300-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.svg.client.test/target/org.eclipse.scout.rt.svg.client.test-7.0.300-SNAPSHOT-tests.jar [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.svg.client.test/target/org.eclipse.scout.rt.svg.client.test-7.0.300-SNAPSHOT-test-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.svg.client.test --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.svg.client.test/target/org.eclipse.scout.rt.svg.client.test-7.0.300-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.svg.client.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.svg.client.test-7.0.300-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.svg.client.test/pom.xml to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.svg.client.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.svg.client.test-7.0.300-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.svg.client.test/target/org.eclipse.scout.rt.svg.client.test-7.0.300-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.svg.client.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.svg.client.test-7.0.300-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.svg.client.test/target/org.eclipse.scout.rt.svg.client.test-7.0.300-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.svg.client.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.svg.client.test-7.0.300-SNAPSHOT-test-sources.jar [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ org.eclipse.scout.rt.svg.client.test --- [INFO] [INFO] -------< org.eclipse.scout.rt:org.eclipse.scout.rt.serverbridge >------- [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.serverbridge 7.0.300-SNAPSHOT [29/40] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.serverbridge --- [INFO] [INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.rt.serverbridge --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.rt.serverbridge --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.serverbridge/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.serverbridge --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.rt.serverbridge --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- jandex-maven-plugin:1.0.5:jandex (make-index) @ org.eclipse.scout.rt.serverbridge --- [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.serverbridge --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.serverbridge/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.rt.serverbridge --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.rt.serverbridge --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.serverbridge --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.serverbridge/target/org.eclipse.scout.rt.serverbridge-7.0.300-SNAPSHOT.jar [INFO] [INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.serverbridge --- [INFO] Skipping because packaging 'jar' is not pom. [INFO] [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.serverbridge --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.serverbridge --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.serverbridge/target/org.eclipse.scout.rt.serverbridge-7.0.300-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.serverbridge --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.serverbridge --- [INFO] Checking compile classpath [INFO] Checking runtime classpath [INFO] Checking test classpath [INFO] [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.serverbridge --- [INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0 [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.scout.rt.serverbridge --- [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.serverbridge/target/org.eclipse.scout.rt.serverbridge-7.0.300-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.serverbridge/target/org.eclipse.scout.rt.serverbridge-7.0.300-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.serverbridge --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.serverbridge/target/org.eclipse.scout.rt.serverbridge-7.0.300-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.serverbridge/7.0.300-SNAPSHOT/org.eclipse.scout.rt.serverbridge-7.0.300-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.serverbridge/pom.xml to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.serverbridge/7.0.300-SNAPSHOT/org.eclipse.scout.rt.serverbridge-7.0.300-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.serverbridge/target/org.eclipse.scout.rt.serverbridge-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.serverbridge/7.0.300-SNAPSHOT/org.eclipse.scout.rt.serverbridge-7.0.300-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ org.eclipse.scout.rt.serverbridge --- [INFO] [INFO] --< org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.scriptprocessor >-- [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.scriptprocessor 7.0.300-SNAPSHOT [30/40] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.ui.html.scriptprocessor --- [INFO] [INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.rt.ui.html.scriptprocessor --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.rt.ui.html.scriptprocessor --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.ui.html.scriptprocessor/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- maven-dependency-plugin:2.10:copy-dependencies (copy) @ org.eclipse.scout.rt.ui.html.scriptprocessor --- [INFO] org.slf4j:slf4j-api:jar:1.7.25 already exists in destination. [INFO] org.mozilla:rhino:jar:1.7R4 already exists in destination. [INFO] com.yahoo.platform.yui:yuicompressor:jar:2.4.9-BSI-2 already exists in destination. [INFO] commons-logging:commons-logging:jar:1.1.1 already exists in destination. [INFO] org.quartz-scheduler:quartz:jar:2.2.3 already exists in destination. [INFO] org.jboss:jandex:jar:2.0.3.Final already exists in destination. [INFO] com.asual.lesscss:lesscss-engine:jar:1.7.4.bsiR03 already exists in destination. [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.ui.html.scriptprocessor --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.rt.ui.html.scriptprocessor --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- jandex-maven-plugin:1.0.5:jandex (make-index) @ org.eclipse.scout.rt.ui.html.scriptprocessor --- [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.ui.html.scriptprocessor --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.ui.html.scriptprocessor/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.rt.ui.html.scriptprocessor --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.rt.ui.html.scriptprocessor --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.ui.html.scriptprocessor --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.ui.html.scriptprocessor/target/org.eclipse.scout.rt.ui.html.scriptprocessor-7.0.300-SNAPSHOT.jar [INFO] [INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.ui.html.scriptprocessor --- [INFO] Skipping because packaging 'jar' is not pom. [INFO] [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.ui.html.scriptprocessor --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.ui.html.scriptprocessor --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.ui.html.scriptprocessor/target/org.eclipse.scout.rt.ui.html.scriptprocessor-7.0.300-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.ui.html.scriptprocessor --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.ui.html.scriptprocessor --- [INFO] Checking compile classpath [INFO] Checking runtime classpath [INFO] Checking test classpath [INFO] [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.ui.html.scriptprocessor --- [INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0 [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.scout.rt.ui.html.scriptprocessor --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.ui.html.scriptprocessor/target/org.eclipse.scout.rt.ui.html.scriptprocessor-7.0.300-SNAPSHOT.jar_unpacked_2098651178754874955/private-libs/slf4j-api.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.ui.html.scriptprocessor/target/org.eclipse.scout.rt.ui.html.scriptprocessor-7.0.300-SNAPSHOT.jar_unpacked_2098651178754874955/private-libs/slf4j-api.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.ui.html.scriptprocessor/target/org.eclipse.scout.rt.ui.html.scriptprocessor-7.0.300-SNAPSHOT.jar_unpacked_2098651178754874955/private-libs/rhino.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.ui.html.scriptprocessor/target/org.eclipse.scout.rt.ui.html.scriptprocessor-7.0.300-SNAPSHOT.jar_unpacked_2098651178754874955/private-libs/rhino.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.ui.html.scriptprocessor/target/org.eclipse.scout.rt.ui.html.scriptprocessor-7.0.300-SNAPSHOT.jar_unpacked_2098651178754874955/private-libs/yuicompressor.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.ui.html.scriptprocessor/target/org.eclipse.scout.rt.ui.html.scriptprocessor-7.0.300-SNAPSHOT.jar_unpacked_2098651178754874955/private-libs/yuicompressor.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.ui.html.scriptprocessor/target/org.eclipse.scout.rt.ui.html.scriptprocessor-7.0.300-SNAPSHOT.jar_unpacked_2098651178754874955/private-libs/commons-logging.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.ui.html.scriptprocessor/target/org.eclipse.scout.rt.ui.html.scriptprocessor-7.0.300-SNAPSHOT.jar_unpacked_2098651178754874955/private-libs/commons-logging.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.ui.html.scriptprocessor/target/org.eclipse.scout.rt.ui.html.scriptprocessor-7.0.300-SNAPSHOT.jar_unpacked_2098651178754874955/private-libs/quartz.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.ui.html.scriptprocessor/target/org.eclipse.scout.rt.ui.html.scriptprocessor-7.0.300-SNAPSHOT.jar_unpacked_2098651178754874955/private-libs/quartz.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.ui.html.scriptprocessor/target/org.eclipse.scout.rt.ui.html.scriptprocessor-7.0.300-SNAPSHOT.jar_unpacked_2098651178754874955/private-libs/jandex.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.ui.html.scriptprocessor/target/org.eclipse.scout.rt.ui.html.scriptprocessor-7.0.300-SNAPSHOT.jar_unpacked_2098651178754874955/private-libs/jandex.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.ui.html.scriptprocessor/target/org.eclipse.scout.rt.ui.html.scriptprocessor-7.0.300-SNAPSHOT.jar_unpacked_2098651178754874955/private-libs/lesscss-engine.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.ui.html.scriptprocessor/target/org.eclipse.scout.rt.ui.html.scriptprocessor-7.0.300-SNAPSHOT.jar_unpacked_2098651178754874955/private-libs/lesscss-engine.jar [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.ui.html.scriptprocessor/target/org.eclipse.scout.rt.ui.html.scriptprocessor-7.0.300-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.ui.html.scriptprocessor/target/org.eclipse.scout.rt.ui.html.scriptprocessor-7.0.300-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.ui.html.scriptprocessor --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.ui.html.scriptprocessor/target/org.eclipse.scout.rt.ui.html.scriptprocessor-7.0.300-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.scriptprocessor/7.0.300-SNAPSHOT/org.eclipse.scout.rt.ui.html.scriptprocessor-7.0.300-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.ui.html.scriptprocessor/pom.xml to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.scriptprocessor/7.0.300-SNAPSHOT/org.eclipse.scout.rt.ui.html.scriptprocessor-7.0.300-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.ui.html.scriptprocessor/target/org.eclipse.scout.rt.ui.html.scriptprocessor-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.scriptprocessor/7.0.300-SNAPSHOT/org.eclipse.scout.rt.ui.html.scriptprocessor-7.0.300-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ org.eclipse.scout.rt.ui.html.scriptprocessor --- [INFO] [INFO] ---------< org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html >---------- [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html 7.0.300-SNAPSHOT [31/40] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.ui.html --- [INFO] [INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.rt.ui.html --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.rt.ui.html --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.ui.html/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- build-helper-maven-plugin:1.12: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 32 resources [INFO] Copying 611 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.rt.ui.html --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- jandex-maven-plugin:1.0.5:jandex (make-index) @ org.eclipse.scout.rt.ui.html --- [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.ui.html --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.ui.html/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.rt.ui.html --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.rt.ui.html --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.ui.html --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.ui.html/target/org.eclipse.scout.rt.ui.html-7.0.300-SNAPSHOT.jar [INFO] [INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.ui.html --- [INFO] Skipping because packaging 'jar' is not pom. [INFO] [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.ui.html --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.ui.html --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.ui.html/target/org.eclipse.scout.rt.ui.html-7.0.300-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.ui.html --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.ui.html --- [INFO] Checking compile classpath [INFO] Checking runtime classpath [INFO] Checking test classpath [INFO] [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.ui.html --- [INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0 [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.scout.rt.ui.html --- [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.ui.html/target/org.eclipse.scout.rt.ui.html-7.0.300-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.ui.html/target/org.eclipse.scout.rt.ui.html-7.0.300-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.ui.html --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.ui.html/target/org.eclipse.scout.rt.ui.html-7.0.300-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html/7.0.300-SNAPSHOT/org.eclipse.scout.rt.ui.html-7.0.300-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.ui.html/pom.xml to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html/7.0.300-SNAPSHOT/org.eclipse.scout.rt.ui.html-7.0.300-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.ui.html/target/org.eclipse.scout.rt.ui.html-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html/7.0.300-SNAPSHOT/org.eclipse.scout.rt.ui.html-7.0.300-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ org.eclipse.scout.rt.ui.html --- [INFO] [INFO] -------< org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.test >------- [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.test 7.0.300-SNAPSHOT [32/40] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.ui.html.test --- [INFO] [INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.rt.ui.html.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.rt.ui.html.test --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.ui.html.test/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- build-helper-maven-plugin:1.12:add-resource (add-js-resource) @ org.eclipse.scout.rt.ui.html.test --- [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.ui.html.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.ui.html.test/src/main/resources [INFO] Copying 12 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.rt.ui.html.test --- [INFO] No sources to compile [INFO] [INFO] --- phantomjs-maven-plugin:0.7:install (default) @ org.eclipse.scout.rt.ui.html.test --- [INFO] [INFO] --- build-helper-maven-plugin:1.12: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 154 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.rt.ui.html.test --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- jandex-maven-plugin:1.0.5:jandex (make-index) @ org.eclipse.scout.rt.ui.html.test --- [INFO] [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.rt.ui.html.test --- [INFO] Tests are skipped. [INFO] [INFO] --- jasmine-maven-plugin:2.2:test (default) @ org.eclipse.scout.rt.ui.html.test --- [INFO] Skipping Jasmine Specs [INFO] [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.ui.html.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.ui.html.test/target/org.eclipse.scout.rt.ui.html.test-7.0.300-SNAPSHOT.jar [INFO] [INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.ui.html.test --- [INFO] Skipping because packaging 'jar' is not pom. [INFO] [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.ui.html.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.ui.html.test/target/org.eclipse.scout.rt.ui.html.test-7.0.300-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.ui.html.test --- [INFO] [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.ui.html.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.ui.html.test/target/org.eclipse.scout.rt.ui.html.test-7.0.300-SNAPSHOT-test-sources.jar [INFO] [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.ui.html.test --- [INFO] Checking compile classpath [INFO] Checking runtime classpath [INFO] Checking test classpath [INFO] [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.ui.html.test --- [INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0 [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.scout.rt.ui.html.test --- [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.ui.html.test/target/org.eclipse.scout.rt.ui.html.test-7.0.300-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.ui.html.test/target/org.eclipse.scout.rt.ui.html.test-7.0.300-SNAPSHOT-tests.jar [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.ui.html.test/target/org.eclipse.scout.rt.ui.html.test-7.0.300-SNAPSHOT-sources.jar [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.ui.html.test/target/org.eclipse.scout.rt.ui.html.test-7.0.300-SNAPSHOT-test-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.ui.html.test --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.ui.html.test/target/org.eclipse.scout.rt.ui.html.test-7.0.300-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.ui.html.test-7.0.300-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.ui.html.test/pom.xml to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.ui.html.test-7.0.300-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.ui.html.test/target/org.eclipse.scout.rt.ui.html.test-7.0.300-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.ui.html.test-7.0.300-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.ui.html.test/target/org.eclipse.scout.rt.ui.html.test-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.ui.html.test-7.0.300-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.ui.html.test/target/org.eclipse.scout.rt.ui.html.test-7.0.300-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.ui.html.test-7.0.300-SNAPSHOT-test-sources.jar [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ org.eclipse.scout.rt.ui.html.test --- [INFO] [INFO] -----< org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.selenium >----- [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.selenium 7.0.300-SNAPSHOT [33/40] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.ui.html.selenium --- [INFO] [INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.rt.ui.html.selenium --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.rt.ui.html.selenium --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/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.6.1:compile (default-compile) @ org.eclipse.scout.rt.ui.html.selenium --- [INFO] Nothing to compile - all classes are up to date [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/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.ui.html.selenium/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.rt.ui.html.selenium --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.rt.ui.html.selenium --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.ui.html.selenium --- [INFO] [INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.ui.html.selenium --- [INFO] Skipping because packaging 'jar' is not pom. [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/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.ui.html.selenium/target/org.eclipse.scout.rt.ui.html.selenium-7.0.300-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.ui.html.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] Checking compile classpath [INFO] Checking runtime classpath [INFO] Checking test classpath [INFO] [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.ui.html.selenium --- [INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0 [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.scout.rt.ui.html.selenium --- [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.ui.html.selenium/target/org.eclipse.scout.rt.ui.html.selenium-7.0.300-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.ui.html.selenium/target/org.eclipse.scout.rt.ui.html.selenium-7.0.300-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.ui.html.selenium --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.ui.html.selenium/target/org.eclipse.scout.rt.ui.html.selenium-7.0.300-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.selenium/7.0.300-SNAPSHOT/org.eclipse.scout.rt.ui.html.selenium-7.0.300-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.ui.html.selenium/pom.xml to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.selenium/7.0.300-SNAPSHOT/org.eclipse.scout.rt.ui.html.selenium-7.0.300-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.ui.html.selenium/target/org.eclipse.scout.rt.ui.html.selenium-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.selenium/7.0.300-SNAPSHOT/org.eclipse.scout.rt.ui.html.selenium-7.0.300-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ org.eclipse.scout.rt.ui.html.selenium --- [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 7.0.300-SNAPSHOT [34/40] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test --- [INFO] [INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.ui.html.scriptprocessor.test/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.ui.html.scriptprocessor.test/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.ui.html.scriptprocessor.test/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test --- [WARNING] JAR will be empty - no content was marked for inclusion! [INFO] [INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test --- [INFO] Skipping because packaging 'jar' is not pom. [INFO] [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test --- [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.ui.html.scriptprocessor.test/target/org.eclipse.scout.rt.ui.html.scriptprocessor.test-7.0.300-SNAPSHOT-test-sources.jar [INFO] [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test --- [INFO] Checking compile classpath [INFO] Checking runtime classpath [INFO] Checking test classpath [INFO] [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test --- [INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0 [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test --- [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.ui.html.scriptprocessor.test/target/org.eclipse.scout.rt.ui.html.scriptprocessor.test-7.0.300-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.ui.html.scriptprocessor.test/target/org.eclipse.scout.rt.ui.html.scriptprocessor.test-7.0.300-SNAPSHOT-tests.jar [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.ui.html.scriptprocessor.test/target/org.eclipse.scout.rt.ui.html.scriptprocessor.test-7.0.300-SNAPSHOT-test-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.ui.html.scriptprocessor.test/target/org.eclipse.scout.rt.ui.html.scriptprocessor.test-7.0.300-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.scriptprocessor.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.ui.html.scriptprocessor.test-7.0.300-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.ui.html.scriptprocessor.test/pom.xml to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.scriptprocessor.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.ui.html.scriptprocessor.test-7.0.300-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.ui.html.scriptprocessor.test/target/org.eclipse.scout.rt.ui.html.scriptprocessor.test-7.0.300-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.scriptprocessor.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.ui.html.scriptprocessor.test-7.0.300-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.ui.html.scriptprocessor.test/target/org.eclipse.scout.rt.ui.html.scriptprocessor.test-7.0.300-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.scriptprocessor.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.ui.html.scriptprocessor.test-7.0.300-SNAPSHOT-test-sources.jar [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test --- [INFO] [INFO] -------< org.eclipse.scout.rt:org.eclipse.scout.rt.svg.ui.html >-------- [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.svg.ui.html 7.0.300-SNAPSHOT [35/40] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.svg.ui.html --- [INFO] [INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.rt.svg.ui.html --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.rt.svg.ui.html --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.svg.ui.html/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- build-helper-maven-plugin:1.12: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.6.1:compile (default-compile) @ org.eclipse.scout.rt.svg.ui.html --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- jandex-maven-plugin:1.0.5:jandex (make-index) @ org.eclipse.scout.rt.svg.ui.html --- [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.svg.ui.html --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.svg.ui.html/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.rt.svg.ui.html --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.rt.svg.ui.html --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.svg.ui.html --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.svg.ui.html/target/org.eclipse.scout.rt.svg.ui.html-7.0.300-SNAPSHOT.jar [INFO] [INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.svg.ui.html --- [INFO] Skipping because packaging 'jar' is not pom. [INFO] [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.svg.ui.html --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.svg.ui.html --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.svg.ui.html/target/org.eclipse.scout.rt.svg.ui.html-7.0.300-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.svg.ui.html --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.svg.ui.html --- [INFO] Checking compile classpath [INFO] Checking runtime classpath [INFO] Checking test classpath [INFO] [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.svg.ui.html --- [INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0 [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.scout.rt.svg.ui.html --- [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.svg.ui.html/target/org.eclipse.scout.rt.svg.ui.html-7.0.300-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.svg.ui.html/target/org.eclipse.scout.rt.svg.ui.html-7.0.300-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.svg.ui.html --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.svg.ui.html/target/org.eclipse.scout.rt.svg.ui.html-7.0.300-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.svg.ui.html/7.0.300-SNAPSHOT/org.eclipse.scout.rt.svg.ui.html-7.0.300-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.svg.ui.html/pom.xml to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.svg.ui.html/7.0.300-SNAPSHOT/org.eclipse.scout.rt.svg.ui.html-7.0.300-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt.svg.ui.html/target/org.eclipse.scout.rt.svg.ui.html-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.svg.ui.html/7.0.300-SNAPSHOT/org.eclipse.scout.rt.svg.ui.html-7.0.300-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ org.eclipse.scout.rt.svg.ui.html --- [INFO] [INFO] ----------< org.eclipse.scout.rt:org.eclipse.scout.dev.jetty >---------- [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.dev.jetty 7.0.300-SNAPSHOT [36/40] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.dev.jetty --- [INFO] [INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.dev.jetty --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.dev.jetty --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.dev.jetty/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.dev.jetty --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.dev.jetty/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.dev.jetty --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.dev.jetty --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.dev.jetty/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.dev.jetty --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.dev.jetty --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.dev.jetty --- [INFO] [INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.dev.jetty --- [INFO] Skipping because packaging 'jar' is not pom. [INFO] [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.dev.jetty --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.dev.jetty --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.dev.jetty/target/org.eclipse.scout.dev.jetty-7.0.300-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.dev.jetty --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.dev.jetty --- [INFO] Checking compile classpath [INFO] Checking runtime classpath [INFO] Checking test classpath [INFO] [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.dev.jetty --- [INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0 [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.scout.dev.jetty --- [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.dev.jetty/target/org.eclipse.scout.dev.jetty-7.0.300-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.dev.jetty/target/org.eclipse.scout.dev.jetty-7.0.300-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.dev.jetty --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.dev.jetty/target/org.eclipse.scout.dev.jetty-7.0.300-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.dev.jetty/7.0.300-SNAPSHOT/org.eclipse.scout.dev.jetty-7.0.300-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.dev.jetty/pom.xml to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.dev.jetty/7.0.300-SNAPSHOT/org.eclipse.scout.dev.jetty-7.0.300-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.dev.jetty/target/org.eclipse.scout.dev.jetty-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.dev.jetty/7.0.300-SNAPSHOT/org.eclipse.scout.dev.jetty-7.0.300-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ org.eclipse.scout.dev.jetty --- [INFO] [INFO] ----< org.eclipse.scout.rt:org.eclipse.scout.dev.jetty.test.affix >----- [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.dev.jetty.test.affix 7.0.300-SNAPSHOT [37/40] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.dev.jetty.test.affix --- [INFO] [INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.dev.jetty.test.affix --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.dev.jetty.test.affix --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.dev.jetty.test.affix/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.dev.jetty.test.affix --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.dev.jetty.test.affix --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.dev.jetty.test.affix --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.dev.jetty.test.affix/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.dev.jetty.test.affix --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.dev.jetty.test.affix --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.dev.jetty.test.affix --- [INFO] [INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.dev.jetty.test.affix --- [INFO] Skipping because packaging 'jar' is not pom. [INFO] [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.dev.jetty.test.affix --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.dev.jetty.test.affix --- [INFO] [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.dev.jetty.test.affix --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.dev.jetty.test.affix --- [INFO] Checking compile classpath [INFO] Checking runtime classpath [INFO] Checking test classpath [INFO] [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.dev.jetty.test.affix --- [INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0 [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.scout.dev.jetty.test.affix --- [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.dev.jetty.test.affix/target/org.eclipse.scout.dev.jetty.test.affix-7.0.300-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.dev.jetty.test.affix/target/org.eclipse.scout.dev.jetty.test.affix-7.0.300-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.dev.jetty.test.affix --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.dev.jetty.test.affix/target/org.eclipse.scout.dev.jetty.test.affix-7.0.300-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.dev.jetty.test.affix/7.0.300-SNAPSHOT/org.eclipse.scout.dev.jetty.test.affix-7.0.300-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.dev.jetty.test.affix/pom.xml to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.dev.jetty.test.affix/7.0.300-SNAPSHOT/org.eclipse.scout.dev.jetty.test.affix-7.0.300-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.dev.jetty.test.affix/target/org.eclipse.scout.dev.jetty.test.affix-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.dev.jetty.test.affix/7.0.300-SNAPSHOT/org.eclipse.scout.dev.jetty.test.affix-7.0.300-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ org.eclipse.scout.dev.jetty.test.affix --- [INFO] [INFO] -------< org.eclipse.scout.rt:org.eclipse.scout.dev.jetty.test >-------- [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.dev.jetty.test 7.0.300-SNAPSHOT [38/40] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.dev.jetty.test --- [INFO] [INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.dev.jetty.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.dev.jetty.test --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.dev.jetty.test/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.dev.jetty.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 7 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.dev.jetty.test --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.dev.jetty.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.dev.jetty.test/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.dev.jetty.test --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.dev.jetty.test --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.dev.jetty.test --- [INFO] [INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.dev.jetty.test --- [INFO] Skipping because packaging 'jar' is not pom. [INFO] [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.dev.jetty.test --- [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.dev.jetty.test --- [INFO] [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.dev.jetty.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.dev.jetty.test/target/org.eclipse.scout.dev.jetty.test-7.0.300-SNAPSHOT-test-sources.jar [INFO] [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.dev.jetty.test --- [INFO] Checking compile classpath [INFO] Checking runtime classpath [INFO] Checking test classpath [INFO] [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.dev.jetty.test --- [INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0 [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.scout.dev.jetty.test --- [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.dev.jetty.test/target/org.eclipse.scout.dev.jetty.test-7.0.300-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.dev.jetty.test/target/org.eclipse.scout.dev.jetty.test-7.0.300-SNAPSHOT-tests.jar [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.dev.jetty.test/target/org.eclipse.scout.dev.jetty.test-7.0.300-SNAPSHOT-sources.jar [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.dev.jetty.test/target/org.eclipse.scout.dev.jetty.test-7.0.300-SNAPSHOT-test-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.dev.jetty.test --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.dev.jetty.test/target/org.eclipse.scout.dev.jetty.test-7.0.300-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.dev.jetty.test/7.0.300-SNAPSHOT/org.eclipse.scout.dev.jetty.test-7.0.300-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.dev.jetty.test/pom.xml to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.dev.jetty.test/7.0.300-SNAPSHOT/org.eclipse.scout.dev.jetty.test-7.0.300-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.dev.jetty.test/target/org.eclipse.scout.dev.jetty.test-7.0.300-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.dev.jetty.test/7.0.300-SNAPSHOT/org.eclipse.scout.dev.jetty.test-7.0.300-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.dev.jetty.test/target/org.eclipse.scout.dev.jetty.test-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.dev.jetty.test/7.0.300-SNAPSHOT/org.eclipse.scout.dev.jetty.test-7.0.300-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.dev.jetty.test/target/org.eclipse.scout.dev.jetty.test-7.0.300-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.dev.jetty.test/7.0.300-SNAPSHOT/org.eclipse.scout.dev.jetty.test-7.0.300-SNAPSHOT-test-sources.jar [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ org.eclipse.scout.dev.jetty.test --- [INFO] [INFO] ---------< org.eclipse.scout.rt:org.eclipse.scout.rt-settings >--------- [INFO] Building org.eclipse.scout.rt-settings 7.0.300-SNAPSHOT [39/40] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt-settings --- [INFO] [INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.rt-settings --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.rt-settings --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt-settings/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt-settings --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 15 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.rt-settings --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt-settings --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt-settings/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.rt-settings --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.rt-settings --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt-settings --- [INFO] [INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt-settings --- [INFO] Skipping because packaging 'jar' is not pom. [INFO] [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt-settings --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt-settings --- [INFO] [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt-settings --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt-settings --- [INFO] Checking compile classpath [INFO] Checking runtime classpath [INFO] Checking test classpath [INFO] [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt-settings --- [INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0 [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.scout.rt-settings --- [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt-settings/target/org.eclipse.scout.rt-settings-7.0.300-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt-settings/target/org.eclipse.scout.rt-settings-7.0.300-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt-settings --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt-settings/target/org.eclipse.scout.rt-settings-7.0.300-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt-settings/7.0.300-SNAPSHOT/org.eclipse.scout.rt-settings-7.0.300-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt-settings/pom.xml to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt-settings/7.0.300-SNAPSHOT/org.eclipse.scout.rt-settings-7.0.300-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-RT-nightly/org.eclipse.scout.rt-settings/target/org.eclipse.scout.rt-settings-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt-settings/7.0.300-SNAPSHOT/org.eclipse.scout.rt-settings-7.0.300-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ org.eclipse.scout.rt-settings --- [INFO] [INFO] -----------< org.eclipse.scout.rt:org.eclipse.scout.rt-root >----------- [INFO] Building Eclipse Scout RT ROOT Module 7.0.300 [40/40] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.scout.rt-root --- [INFO] Skipping artifact installation [INFO] [INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ org.eclipse.scout.rt-root --- [INFO] Skipping artifact deployment [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] Eclipse Scout RT 7.0.300-SNAPSHOT .................. SUCCESS [ 6.774 s] [INFO] org.eclipse.scout.rt:org.eclipse.scout.json 7.0.300-SNAPSHOT SUCCESS [ 8.747 s] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.platform 7.0.300-SNAPSHOT SUCCESS [ 6.900 s] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.platform.test 7.0.300-SNAPSHOT SUCCESS [ 11.010 s] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.shared 7.0.300-SNAPSHOT SUCCESS [ 5.550 s] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.shared.test 7.0.300-SNAPSHOT SUCCESS [ 7.523 s] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.commons 7.0.300-SNAPSHOT SUCCESS [ 4.251 s] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.commons.test 7.0.300-SNAPSHOT SUCCESS [ 5.650 s] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.mom.api 7.0.300-SNAPSHOT SUCCESS [ 10.702 s] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server 7.0.300-SNAPSHOT SUCCESS [ 4.593 s] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.test 7.0.300-SNAPSHOT SUCCESS [ 7.912 s] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.jms 7.0.300-SNAPSHOT SUCCESS [ 4.537 s] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.jaxws 7.0.300-SNAPSHOT SUCCESS [ 4.665 s] [INFO] org.eclipse.scout.rt:org.eclipse.scout.jaxws.apt 7.0.300-SNAPSHOT SUCCESS [ 4.292 s] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.jaxws.test 7.0.300-SNAPSHOT SUCCESS [ 6.928 s] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.jdbc 7.0.300-SNAPSHOT SUCCESS [ 5.685 s] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.jdbc.test 7.0.300-SNAPSHOT SUCCESS [ 5.565 s] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.mom.api.test 7.0.300-SNAPSHOT SUCCESS [ 5.081 s] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.mom.jms 7.0.300-SNAPSHOT SUCCESS [ 7.290 s] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.mom.jms.test 7.0.300-SNAPSHOT SUCCESS [ 5.510 s] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.jackson 7.0.300-SNAPSHOT SUCCESS [ 4.243 s] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.rest 7.0.300-SNAPSHOT SUCCESS [ 4.116 s] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.rest.test 7.0.300-SNAPSHOT SUCCESS [ 4.999 s] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.jackson.test 7.0.300-SNAPSHOT SUCCESS [ 5.947 s] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.client 7.0.300-SNAPSHOT SUCCESS [ 9.820 s] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.client.test 7.0.300-SNAPSHOT SUCCESS [ 11.620 s] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.svg.client 7.0.300-SNAPSHOT SUCCESS [ 4.613 s] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.svg.client.test 7.0.300-SNAPSHOT SUCCESS [ 7.126 s] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.serverbridge 7.0.300-SNAPSHOT SUCCESS [ 5.104 s] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.scriptprocessor 7.0.300-SNAPSHOT SUCCESS [ 13.665 s] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html 7.0.300-SNAPSHOT SUCCESS [ 8.922 s] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.test 7.0.300-SNAPSHOT SUCCESS [ 8.969 s] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.selenium 7.0.300-SNAPSHOT SUCCESS [ 4.962 s] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.scriptprocessor.test 7.0.300-SNAPSHOT SUCCESS [ 5.180 s] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.svg.ui.html 7.0.300-SNAPSHOT SUCCESS [ 5.022 s] [INFO] org.eclipse.scout.rt:org.eclipse.scout.dev.jetty 7.0.300-SNAPSHOT SUCCESS [ 4.399 s] [INFO] org.eclipse.scout.rt:org.eclipse.scout.dev.jetty.test.affix 7.0.300-SNAPSHOT SUCCESS [ 7.505 s] [INFO] org.eclipse.scout.rt:org.eclipse.scout.dev.jetty.test 7.0.300-SNAPSHOT SUCCESS [ 7.750 s] [INFO] org.eclipse.scout.rt-settings 7.0.300-SNAPSHOT ..... SUCCESS [ 4.994 s] [INFO] Eclipse Scout RT ROOT Module 7.0.300 ............... SUCCESS [ 0.052 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 04:18 min [INFO] Finished at: 2023-01-08T00:01:38Z [INFO] ------------------------------------------------------------------------ Recording test results [Checks API] No suitable checks publisher found. Finished: SUCCESS